summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch apidoc_output_orderapidoc_output_orderTakayuki Shimizukawa2014-05-050-0/+0
* #1456: apidoc: Add a -M option to put module documentation before submodule d...Wes Turner2014-04-191-2/+10
* Closes 1455: Adds better handling of namedtuples in napoleon's skipmember fun...Rob Ruana2014-04-192-7/+23
* Merged in exarkun/sphinx/extdev-tutorial-doc (pull request #232)Georg Brandl2014-04-040-0/+0
|\
* | Fix a copy/paste (presumably) mistake in the extdev tutorial.Jean-Paul Calderone2014-04-041-1/+1
* | Created new branch extdev-tutorial-docJean-Paul Calderone2014-04-040-0/+0
|/
* Closes #1436: fix missing empty line after return type in NumPy docstringsTorbj?rn Klatt2014-04-011-0/+1
* merge with stableGeorg Brandl2014-03-261-1/+12
|\
| * Add an example how to connect events.Georg Brandl2014-03-261-1/+12
* | merge with stableGeorg Brandl2014-03-25155-1177/+7379
|\ \ | |/ |/|
| * merge with stableGeorg Brandl2014-03-2542-39/+173
| |\
| * | Closes #1429: Adds smarter Args parsing for Google style docstrings.Rob Ruana2014-03-212-62/+130
| * | Closes #1418: Private and special members are properly skipped on Python 3.3Rob Ruana2014-03-114-10/+19
| * | Closes #1384: Parse and interpret See Also section the way NumpyDoc doesRob Ruana2014-03-093-0/+210
| * | Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-095-18/+79
| * | du10/du11 need mock dependencyGeorg Brandl2014-03-081-0/+2
| * | Fix quickstart on Windows with pyreadline (which comes without __doc__)anatoly techtonik2014-03-081-1/+1
| * | Closes #1410: imports Mock from unittest.mock when available (Python >=3.3)Rob Ruana2014-03-062-2/+21
| * | merge with stableGeorg Brandl2014-03-065-12/+55
| |\ \
| * | | Closes #1413: Moves SearchEnglish import below SearchLanguage definitionRob Ruana2014-03-061-1/+4
| * | | Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-0423-11/+2920
| |\ \ \
| | * | | make stop word string unicodeYoshiki Shibukawa2014-01-2212-12/+12
| | * | | Add development memo about stemming JS code, acceleration tips about stemming...Yoshiki Shibukawa2014-01-223-1/+22
| | * | | update documentYoshiki Shibukawa2014-01-221-0/+16
| | * | | merge defaultYoshiki Shibukawa2014-01-2286-831/+4205
| | |\ \ \
| | * | | | import stopwords from snowball project except en, ja, ro, trYoshiki Shibukawa2014-01-2113-24/+2389
| | * | | | Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-2019-20/+70
| | * | | | add 14 languages search supportYoshiki Shibukawa2014-01-2016-3/+451
| * | | | | merge with stableGeorg Brandl2014-03-02136-1168/+4090
| |\ \ \ \ \
| | * \ \ \ \ merge with stableGeorg Brandl2014-03-02136-1155/+4083
| | |\ \ \ \ \
| | | * \ \ \ \ mergeGeorg Brandl2014-03-012-2/+7
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge with stableGeorg Brandl2014-03-01136-1146/+4063
| | | | |\ \ \ \ \
| | | * | \ \ \ \ \ Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-013-1/+12
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | | | * | | | | | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-203-1/+12
| | | * | | | | | | merge with stableGeorg Brandl2014-03-01136-1145/+4063
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ null-merge from stableGeorg Brandl2014-03-010-0/+0
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-01192-270/+285
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | changelog updatesGeorg Brandl2014-03-011-0/+3
| | | | | * | | | | | | | Add versionadded tags for new config values.Georg Brandl2014-03-013-8/+14
| | | | | * | | | | | | | Merged in kenhys/sphinx (pull request #217)Georg Brandl2014-03-01190-263/+253
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-019-73/+17
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | remove note it become useless anymore.shimizukawa2014-01-181-4/+0
| | | | | | | * | | | | | | | merge headsshimizukawa2014-01-18102-678/+1303
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-159-70/+18
| | | | | | * | | | | | | | | | Merged in techtonik/sphinx (pull request #223)Georg Brandl2014-03-01183-189/+208
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ Merged in techtonik/sphinx (pull request #222)Georg Brandl2014-03-01183-188/+203
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ Update copyright year.Georg Brandl2014-03-01133-1065/+3999
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ Merged in wvi/sphinx/quick-start-readline (pull request #225)Georg Brandl2014-03-011-0/+10
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | Add readline support in quickstart.wvi2014-02-201-0/+10
| | | | | | | | | | * | | | | | | | | | Created new branch quick-start-readlinewvi2014-02-200-0/+0
| | | | | | | | | | | |_|_|/ / / / / / | | | | | | | | | | |/| | | | | | | |