summaryrefslogtreecommitdiffstats
path: root/doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-181-4/+4
| | | | | | | | | | | Using of locals() for formatting string is a nasty thing because: 1) It is not so clear as using explicit dicts 2) It could produce hidden errors during refactoring 3) Changing name of variable causes change in message 4) Creating a lot of unused variables fixes bug 1171936 Change-Id: I293d7ebb875f65cce322d4938d1ae323f3aded8d
* Fix PEP8 issues.lrqrun2012-08-281-2/+4
| | | | | | Fix some pep8 issues in doc/ext/nova_todo.py make the code looks pretty. Change-Id: I026c873b487b507a758a2cdb70b444b64702b7fa
* Fix PEP8 issuesRay Chen2012-08-171-7/+8
| | | | | | | Fix some PEP8 issues in doc/ext/nova_todo.py and doc/source/conf.py and make the code look more clearly. Change-Id: I2b0ce1b09a4a707cffaa565747aabd5346eb9f41
* Update common setup code to latest.Monty Taylor2012-07-071-12/+0
| | | | | | | This gets us up to date with common/setup.py and replaces custom nova autodoc generation with the port of that code found in common. Change-Id: I2a1c5d2c0fdcf40dbea50cc123b537adb068cdc2
* Get rid of all of the autodoc import errors.Monty Taylor2012-03-051-4/+2
| | | | | | This hasn't worked right in a bazillion years. Change-Id: I4db20ce97f920cdb7254d51e18a0630b0283b39d
* blueprint sphinx-doc-cleanupDoug Hellmann2012-03-011-0/+1
| | | | | | | | bug 944381 Add logic to generate_autodoc_index.sh to produce rst underlines to match the heading strings. Change-Id: Ib0f54a45fcc4ab6dfaa593c756682f1a25fdb420
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-5/+4
| | | | Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
* Fix deprecation warningsLorin Hochstein2011-11-241-5/+5
| | | | | | | | | | Fixed some warnings like this: DeprecationWarning: docutils.nodes.Element.set_class deprecated; append to Element['classes'] list attribute directly lists[i].set_class('todo_list') Change-Id: I94e564f561f95a66e6e98767ccfaa78769b5c0f1
* execvp: fix docsEric Windisch2011-03-091-1/+2
|
* Completed first pass at converting all localized strings with multiple ↵Ed Leafe2011-01-181-2/+3
| | | | format substitutions.
* Fix doc building endpoint for gettext.jaypipes@gmail.com2010-12-221-0/+3
|
* notes, and add code to enable sorted "..todo:: P[1-5] xyz" syntaxroot2010-11-121-11/+26
|
* Use the autodoc tools in the setup.py build_sphinx toolchain.Todd Willey2010-11-071-0/+9
|
* add in custom todo, and custom cssroot2010-11-052-0/+86