summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Expand tag documentation to include syntax requirementsDavid Beitey2014-05-121-0/+8
|
* tiny documentation fixshimizukawa2014-04-281-3/+2
|
* Updates Napoleon documentation per suggestion by a userRob Ruana2014-04-261-3/+8
|
* Fix a copy/paste (presumably) mistake in the extdev tutorial.Jean-Paul Calderone2014-04-041-1/+1
|
* merge with stableGeorg Brandl2014-03-261-1/+12
|\
| * Add an example how to connect events.Georg Brandl2014-03-261-1/+12
| |
* | Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-091-4/+4
| | | | | | | | | | | | | | Napoleon was attempting to render nested inline markup ( [a big no-no!](http://sphinx-doc.org/rest.html) ) for parameter types. Now, if Napoleon sees any backquotes in the parameter type, it is rendered without italics.
* | merge with stableGeorg Brandl2014-03-064-11/+51
|\ \ | |/
| * Add warnings that autodoc imports the modules.Georg Brandl2014-03-054-11/+51
| |
* | Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-042-0/+39
|\ \
| * | Add development memo about stemming JS code, acceleration tips about ↵Yoshiki Shibukawa2014-01-222-0/+21
| | | | | | | | | | | | stemming, small bug fix
| * | update documentYoshiki Shibukawa2014-01-221-0/+16
| | |
* | | merge with stableGeorg Brandl2014-03-0217-106/+1028
|\ \ \ | |_|/ |/| |
| * | Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-0/+6
| |\ \ | | | | | | | | | | | | Latex: Allow alternative float options for figures
| | * | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-0/+6
| | | |
| * | | Add versionadded tags for new config values.Georg Brandl2014-03-011-5/+10
| | | |
| * | | Merged in kenhys/sphinx (pull request #217)Georg Brandl2014-03-017-11/+9
| |\ \ \ | | | | | | | | | | | | | | | Add feature to suppress uuid/location information for message catalogs
| | * \ \ Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-012-6/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support.
| | | * | | remove note it become useless anymore.shimizukawa2014-01-181-4/+0
| | | | | |
| | | * | | merge headsshimizukawa2014-01-1821-184/+247
| | | |\ \ \
| | | * | | | Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-152-3/+2
| | | | | | |
| | * | | | | Update copyright year.Georg Brandl2014-03-0116-100/+1003
| | |\ \ \ \ \
| | | * \ \ \ \ merge with stableGeorg Brandl2014-03-012-2/+3
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | link to extdev doc from developGeorg Brandl2014-02-021-0/+2
| | | | | | | |
| * | | | | | | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-0/+13
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: default #: ../../../source/news.txt:6 # 9f62de6b9c3b477095dba5e468972e6d msgid "News" msgstr After: suppress uuid & location information msgid "News" msgstr
| * | | | | | merge with stableGeorg Brandl2014-01-2616-100/+1003
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge with stableGeorg Brandl2014-01-2216-100/+1003
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | merge with stableGeorg Brandl2014-01-2016-100/+1003
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge with stableGeorg Brandl2014-01-201-15/+16
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merging changesRob Ruana2014-01-192-4/+7
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merged birkenfeld/sphinx into defaultRob Ruana2014-01-197-1/+894
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ merge with stableGeorg Brandl2014-01-192-4/+7
| | | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-193-25/+44
| | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-194-184/+44
| | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / /
| | | | | * | | | | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵Georg Brandl2014-01-191-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``unused_docs`` have been removed.
| | | | | * | | | | | | merge with stableGeorg Brandl2014-01-1911-71/+95
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merged in keimlink/sphinx/improve-tags-docs (pull request #167)Georg Brandl2014-01-191-1/+2
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain that only tags set via command-line or tags.add() are available
| | | | | | | * | | | | | | Explain that only tags set via command-line or tags.add() are availableMarkus Zapke-Gr?ndemann2013-09-191-1/+2
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Add :filename: also for literalinclude. Changelog entry.Georg Brandl2014-01-191-0/+19
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | mock: little changes, changelog and versionaddedGeorg Brandl2014-01-191-0/+4
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-191-0/+10
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|_|/ | | | | | | |/| | | | | | | | | | | | | | | | | | | | | autodoc extension: add autodoc_mock_imports config value
| | | | | | | * | | | | | | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+10
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Merge conflictsRob Ruana2014-01-184-40/+4
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / | | | | | |/| | | | | | | |
| | | | | * | | | | | | | | merge headsshimizukawa2014-01-182-4/+4
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ merge headsshimizukawa2014-01-1520-148/+247
| | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|_|_|/ | | | | | | |/| | | | | | | |
| | | | | | * | | | | | | | | Drop python-3.1 and remove support codesshimizukawa2013-12-152-2/+2
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-152-4/+4
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-172-36/+0
| | | | | | |/ / / / / / / / | | | | | |/| | | | | | | |
| | | | * | | | | | | | | | Merges napoleon extension into mainline sphinxRob Ruana2014-01-187-1/+894
| | | | |/ / / / / / / / /
| | | | * | | | | | | | | More tweaks to the py domain docs.Georg Brandl2014-01-131-16/+17
| | | | | | | | | | | | |