summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch extdev-tutorial-docextdev-tutorial-docGeorg 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NumpyDoc extension that is developed by the Numpy folks does a lot of extra work interpreting See Also sections. It assumes that the contents of the See Also will always be references to other functions/classes and it tries to deduce what is being referenced. I've ported their implementation for See Also sections written in the Numpy style. There is NO extra interpretation done for See Also sections that are written using the Google style.
| * | Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-095-18/+79
| | | | | | | | | | | | | | | | | | | | | 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.
| * | 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 ↵Yoshiki Shibukawa2014-01-223-1/+22
| | | | | | | | | | | | | | | | | | | | stemming, small bug fix
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix encode error when building Add printing search language label when building
| | * | | | 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
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | Latex: Allow alternative float options for figures
| | | | * | | | | | 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
| | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period
| | | | | * | | | | | | | 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
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add feature to suppress uuid/location information for message catalogs
| | | | | | * \ \ \ \ \ \ \ Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-019-73/+17
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support.
| | | | | | | * | | | | | | | 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
| | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.bat: Try to find Sphinx through Python if it can not be found
| | | | | | | * \ \ \ \ \ \ \ \ \ Merged in techtonik/sphinx (pull request #222)Georg Brandl2014-03-01183-188/+203
| | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make 'python -m sphinx.quickstart' possible
| | | | | | | | * \ \ \ \ \ \ \ \ \ 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
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sphinx-quickstart readline editing on input
| | | | | | | | | | * | | | | | | | | | Add readline support in quickstart.wvi2014-02-201-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds basic readline behaviour like line editing and completion on unix based platforms on windows it does nothing.
| | | | | | | | | | * | | | | | | | | | Created new branch quick-start-readlinewvi2014-02-200-0/+0
| | | | | | | | | | | |_|_|/ / / / / / | | | | | | | | | | |/| | | | | | | |
| | | | | | | | | * | | | | | | | | | Accept "~" shorthand in quickstart paths.Georg Brandl2014-03-011-0/+1
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | merge with stableGeorg Brandl2014-03-012-2/+3
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ mergeGeorg Brandl2014-03-012-2/+17
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \