summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
* python3: Fix unicode stringsChuck Short2013-06-131-4/+4
| | | | | | | | | Python3 enforces the distinction between byte strings and text strings more rigorously than python2. So use six.text_type where approiate. Change-Id: I46b3f5fe1f990fc1b7a3ee32904d608b070fc4c3 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Update release info in index.rst.1.0.4John Griffith2013-05-011-2/+10
| | | | | | Add release notes and fix revision number mishap. Change-Id: Ia48be8462e17c900562b794fd69ba2234f6c6c03
* Docs in cinderlcient were never actually updated.john-griffith2013-03-1911-496/+54
| | | | | | | | | | | | | | Not only were the docs and release info here not being maintainted properly, but the examples that were given were not correct. This change is an attempt to set us on the right path going forward and includes info on how to import the API and history info for the upcoming release/push to PyPi. Fixes bug: 1156994 Change-Id: I169b1c01380ef653a6a25eb8946b9a06d6419e62
* Fixed documentation of the cinder shell command.Frederic Lepied2013-01-313-30/+16
| | | | | | | | Updated README.rst and shell.rst to match changes in the cinder command and novaclient README.rst. Change-Id: Ifaa53d5c06e6d7d8e3d4d858672717954303bea7 Fixes: bug #1074125
* Merge "Change '_' to '-' in options"Jenkins2012-08-301-2/+2
|\
| * Change '_' to '-' in optionsDean Troyer2012-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | This changes every command-line option with a '_' in its name and changes them to '-'. The old option names are maintained for backward compatibility but are no longer in the help text. BP command-options Change-Id: If926bb3b8fa85d628aea197496cf976f71bcdd08
* | Fix PEP8 issues.lrqrun2012-08-291-9/+13
|/ | | | | | Fix some pep8 issues in doc/source/conf.py make the code looks pretty. Change-Id: I4062904dfebf62dddb7ca2cb7b6c547c5026eb54
* Move docs to doc.Clark Boylan2012-06-1512-0/+758
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9