29 Commits

Author SHA1 Message Date
Martin Paulo
7682d59aa9 Added the jclouds scaling out code sample
Added a scaling out code sample for jclouds and modified the
scaling out chapter to reference it.

Also modified the build so that the jclouds draft documentation
is now generated so that we can see the code appear in context.

Change-Id: Iaf9ee952e008bdb68e52717524de723597da0690
Partial-Bug: #1449330
2015-11-23 16:16:24 +11:00
Jenkins
705447a53e Merge "[firstapp] add samples for section1 using python-openstacksdk" 2015-11-11 05:18:01 +00:00
Christian Berendt
5ff1dff13c [firstapp] add samples for section1 using python-openstacksdk
Co-Author: Stanislaw Szydlo <stanislaw.szydlo@ericpol.com>
Co-Author: Christian Berendt <berendt@b1-systems.de>
Co-Author: Tom Fifield <tom@openstack.org>

Partial-Bug: 1449328

Change-Id: I8858601a4a2cc21b526c2ba4dc9ee7c8a39a1edc
2015-10-22 09:25:55 +02:00
Andreas Jaeger
2c69bdd2c5 Fix publishing of draft firstapp guides
To publish the draft guides, we need to move them to publish-docs/api-ref.
Fix the publishing location.

Change-Id: Iaf27e9315031be232672ae4d33efff2c0db9ce65
2015-10-14 20:10:15 +02:00
Anne Gentle
23a4cdd13d Fixes path to build the API Quick Start
Change-Id: Ib247fc1abe9e3ff02d1250bc24e35958a6d7d725
2015-10-09 12:55:46 -05:00
Anne Gentle
340abc3b14 Builds to quick-start instead of api-quick-start
- Want to publish to developer.openstack.org/api/quick-start

Change-Id: Ic8772a256db740e1ea7fe9aa536b494a94bd714b
2015-10-08 14:00:13 -05:00
Andreas Jaeger
88adb2488a Fix generatepot-rst for api-quick-start
The guide has no common directory, therefore we have no common
translation. Handle this  in our script.

Change-Id: Id34b92430ef4da804335714710547ada02c23cef
2015-10-08 06:57:00 +02:00
Jenkins
ef39aa4e56 Merge "Migrates API quick start one pager to RST" 2015-10-07 22:24:57 +00:00
Anne Gentle
4e986a3c7c Migrates API quick start one pager to RST
- Adds openstack commands

Change-Id: I57780453bd8ee214d10b646e7a989de7e33fa2a9
2015-10-07 15:16:17 -05:00
Andreas Jaeger
e128658013 Import generatepot-rst for RST translations
Import tool from openstack-manuals to build RST translations.

Change-Id: I54251b272482af0e61755c138e78039e52a9efa6
Depends-On: I93a6d8ccb8c314c0961b87a239462183712cdd26
2015-10-07 08:25:31 +02:00
Stefano Maffulli
c5fa73302b Adding tutorial for OpenStack Shade library
Fixed also a bunch of English-language to the getting started text

co-authored-by: Diane Fleming

Change-Id: I9318cdefb628a7441a984f7c8f200202b41430dd
2015-08-11 11:35:22 -07:00
sonu.kumar
e9e5b4287f Replacing print with print() to provide py 2/3 compatibility
This patch replaces print operator in python 2 with print() to provide py 2/3
compatibility.

Change-Id: Ic8854e5518834e2894e003bab80d6be525ac0be8
2015-08-03 17:37:37 +05:30
Andreas Jaeger
3330718f4b Rework RST building
Use the same shell scripts like openstack-manuals for building of RST
files. This simplifies the tox.ini file and allows easier adding of new
tags.

This now build dotnet, fog, and pkgcloud versions as draft documents and
continues to publish the libcloud version.

Change-Id: Id5deebbb54904a44691104e19ef60f15a14c0f7c
2015-07-12 12:03:17 +02:00
Tom Fifield
79065aad30 Ignore <option> tags in generatepot
After https://review.openstack.org/#/c/144685 merges,
the automatically generated configuration reference
tables will be marked up as
<option>option_name</option> = <replaceable>default_value</replaceable>

As none of this should be translated (option_name is the same
regardless of language), this patch updates generatepot to ignore
option_name s tagged with <option> for translation.

This should significantly reduce the number of strings required for
translation from the common directory in particular, where
many of the 8000-odd strings do not actually need translation.

Change-Id: Ib859cc9a77dc05aad1317a67962aae516f6a4f0b
2015-01-01 20:39:34 +08:00
Christian Berendt
98a7d96f64 Remove @author tags from copyright statements
We have git to track the authorship of files. It is not necessary to use
the @author tags in the copyright statements.

Change-Id: Ibd967ed83022cab4a0f8c5b7135934138bdba0d6
2014-10-09 09:24:09 +02:00
Andreas Jaeger
4b9e370d8d Use doc-tools-check-languages
Use new global language checking script and remove test-languages.sh.

Change-Id: Id954d5b471ba231c85139e7df5d89a478226dc8d
2014-08-18 20:55:46 +02:00
Andreas Jaeger
dfea147408 Test translations for Catalan
Test Catalan ('ca').

Change-Id: Ib5df72d88d73728acd17b27871d8a5378c7bcaf6
2014-07-25 08:25:35 +02:00
Andreas Jaeger
016f5794a5 Remove non-supported option publish-install
Fix help text of test-languages.sh.
Use "test" instead of publish  for buildlang invocation which can
be used to manually build translated manuals.

Change-Id: I617e8008e78bebc2d4e6c09300606a50d4b37ebc
2014-07-03 22:21:08 +02:00
Andreas Jaeger
9989ff28bc Add zh_CN builds
The api-quick-start has been translated for zh_CN, include it in builds.

Change-Id: If1740e128d95c8dec80ea489c7747b1d94e2edff
2014-07-01 09:11:17 +02:00
Andreas Jaeger
1eaaf99b5c Rework translation tests
Rework test-languages so that we can test *all* languages as well
if needed and use the same script for both buildlang and testlang.
Add new tox job "publishlang" to publish all languages at once.

Change-Id: I7c7a5622df219f8ffa2dd1b824179de749ea2fed
2014-06-30 21:50:09 +02:00
Andreas Jaeger
404029878d Test ko_KR api-quick-start
The guide is translated, let's test it now.

Change-Id: Idcc7ae26756ff23f3a38247905772789efcd2422
2014-06-24 12:05:07 +02:00
Andreas Jaeger
1d664125d1 Add test for German api-quick-start
The German file is now 100 % translated, so include it in testing.

Change-Id: I91ae5d8296c76f2df08b68cc139256410c33a358
2014-05-26 09:59:10 +02:00
Andreas Jaeger
3db02959fe Create checklang tox.ini target
Create target to test that localized manuals are actually building.

Change-Id: Ie0ff3338373acc824f9d4f1a55e991f6ebd1af2e
2014-05-15 16:52:55 -04:00
Jenkins
c9c83afbb0 Merge "Enable building of translated manuals" 2014-04-28 06:34:03 +00:00
Andreas Jaeger
d5c7f3e252 Remove tools/generatedocbook
We use the file from openstack-doc-tools, no need for local versions.

Change-Id: Id9c2760ec557071e17441d18c26acafd12d18576
2014-04-24 20:28:48 +02:00
Andreas Jaeger
1f64b95737 Enable building of translated manuals
This is the initial setup to build translated manuals. For now only the
api-quick-start is build.

This needs openstack-doc-tools version 0.13.

Change-Id: I140b8007d76bda5f436cbd80e77b890852c71827
2014-04-24 20:14:13 +02:00
Andreas Jaeger
3b0a580b15 Add translation tools
We need these tools for our translation gates.

Related-Bug: #1291844
Change-Id: I466a17acfd133e085fbb63bd71d5d59bd833ae3b
2014-03-14 09:46:35 +01:00
Joe Gordon
1572594be1 Remove unused tools/rfc.sh
OpenStack now uses git-review from pip

Change-Id: Ib9e73f223478fe6df00011e385f767ff1a2d6bc2
2012-05-23 19:11:16 -07:00
James E. Blair
02c976ff1d Add rfc.sh to help with gerrit workflow. 2011-09-15 15:03:40 -07:00