summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch cpp-variadiccpp-variadicTakayuki Shimizukawa2014-05-280-0/+0
|
* Add support for variadic templates in C++ domainVictor Zverovich2014-05-122-3/+13
|
* Merged in davidjb/sphinx/tag-documentation (pull request #240)Takayuki Shimizukawa2014-05-123-3/+16
|\ | | | | | | Add clarification about the syntax of tags
| * update CHANGES for string length of the websupport db schema.shimizukawa2014-05-051-0/+2
| |
| * Merged in solos/sphinx (pull request #235)Takayuki Shimizukawa2014-05-051-1/+1
| |\ | | | | | | | | | fix node_id String length
| | * ?? birkenfeld/sphinx ? defaultsolos2014-04-191-1/+1
| | |\
| | | * fix node_id String lengthsolos2014-04-191-1/+1
| | | | | | | | | | | | | | | | fix node_id String length
| * | | fix: For a apidoc -M feature, packages with empty docstring caused a syntax ↵shimizukawa2014-05-052-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | error. Closes #1456. # see also pull request #236
| * | | Merged in westurner/sphinx/apidoc_output_order (pull request #236)Takayuki Shimizukawa2014-05-054-28/+20
| |\ \ \ | | | | | | | | | | | | | | | #1456: apidoc: Add a -M option to put module documentation before submodule documentation
| * | | | #1456: apidoc: Add a -M option to put module documentation before submodule ↵Wes Turner2014-04-191-2/+10
| | |/ / | |/| | | | | | | | | | documentation
* | | | Expand tag documentation to include syntax requirementsDavid Beitey2014-05-122-0/+9
| | | |
* | | | Start documentation branchDavid Beitey2014-05-120-0/+0
| |/ / |/| |
* | | remove tests.util.write_file duplicated implementation.shimizukawa2014-04-283-23/+11
| | |
* | | tiny documentation fixshimizukawa2014-04-281-3/+2
| | |
* | | Updates Napoleon documentation per suggestion by a userRob Ruana2014-04-261-3/+8
|/ /
* | Closes 1455: Adds better handling of namedtuples in napoleon's skipmember ↵Rob Ruana2014-04-192-7/+23
|/ | | | function
* Merged in exarkun/sphinx/extdev-tutorial-doc (pull request #232)Georg Brandl2014-04-040-0/+0
|\ | | | | | | extdev tutorial documentation fix
* | 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