summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-253-0/+54
|\
| * Fix i18n: missing python domain's cross-references with currentmodule directi...shimizukawa2014-03-233-0/+54
* | Closes #1429: Adds smarter Args parsing for Google style docstrings.Rob Ruana2014-03-211-47/+100
* | Closes #1418: Private and special members are properly skipped on Python 3.3Rob Ruana2014-03-111-3/+4
* | Closes #1384: Parse and interpret See Also section the way NumpyDoc doesRob Ruana2014-03-091-0/+53
* | Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-092-4/+53
* | Closes #1410: imports Mock from unittest.mock when available (Python >=3.3)Rob Ruana2014-03-061-1/+5
* | merge with stableGeorg Brandl2014-03-0128-104/+893
|\ \ | |/ |/|
| * Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-0136-36/+36
| |\
| | * Update copyright year.Georg Brandl2014-03-0128-104/+893
| | |\
| * | | Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-034-0/+96
| | |/ | |/|
| * | consistency nitsGeorg Brandl2014-01-221-1/+2
| * | MergeDmitry Shachnev2014-01-221-0/+16
| |\ \
| | * | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-0/+16
| * | | MergeDmitry Shachnev2014-01-2013-58/+60
| |\ \ \ | | |/ / | |/| |
| | * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-1913-58/+60
| * | | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-191-1/+1
| * | | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-193-1/+18
| |\ \ \
| | * | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl2014-01-191-1/+0
| | * | | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-193-0/+18
| | |\ \ \ | | | |/ / | | |/| |
| | | * | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-233-0/+18
| * | | | Merge conflictsRob Ruana2014-01-188-45/+13
| |\ \ \ \ | | |/ / /
| | * | | merge headsshimizukawa2014-01-185-25/+7
| | |\ \ \
| | | * \ \ merge headsshimizukawa2014-01-1516-9/+116
| | | |\ \ \
| | | * | | | Drop python-3.1 and remove support codesshimizukawa2013-12-151-1/+1
| | | * | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-155-25/+7
| | * | | | | merge with stableGeorg Brandl2014-01-177-19/+11
| | |\ \ \ \ \
| | | * | | | | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-173-14/+1
| | | | |/ / / | | | |/| | |
| * | | | | | Merges napoleon extension into mainline sphinxRob Ruana2014-01-184-1/+797
| | |/ / / / | |/| | | |
| * | | | | Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-0/+1
| * | | | | merge stable into defaultGeorg Brandl2014-01-114-5/+9
| |\ \ \ \ \
| | * | | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` di...Georg Brandl2014-01-111-0/+1
| | * | | | | merge stable into defaultGeorg Brandl2014-01-113-5/+8
| | |\ \ \ \ \
| | | * | | | | d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-102-5/+7
| | | * | | | | merge stable into defaultGeorg Brandl2014-01-101-0/+1
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merged in hsoft/sphinx (pull request #202)Georg Brandl2014-01-101-0/+1
| | | | |\ \ \ \ \
| | | | | * | | | | Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-041-0/+1
| | | | | | |/ / / | | | | | |/| | |
* | | | | | | | | fix windows newlinesGeorg Brandl2014-03-013-32/+32
* | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-034-0/+96
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update copyright year.Georg Brandl2014-03-0136-36/+36
* | | | | | | | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-0/+16
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Closes #1285: Avoid name clashes between C domain objects and section titles.Georg Brandl2014-01-171-6/+6
|/ / / / / /
* | | | | | * add a test for the parsed-literal directiveGeorg Brandl2014-01-113-2/+6
|/ / / / /
* | | | | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-102-0/+3
|/ / / /
* | | | Closes #1312: use non-deprecated unittest-like namesGeorg Brandl2014-01-101-3/+3
|/ / /
* | | Fix autodoc with ``autoclass_content="both"`` uses useless ``object.__init__`...shimizukawa2014-01-021-0/+14
* | | Fix autosummary template overloading cause infinite recursive function call. ...shimizukawa2013-12-276-0/+81
|/ /
* | fix trailing spaceGeorg Brandl2013-12-101-1/+1
* | Fix: autodoc class __init__ override not removed from docstring. Closes #1138shimizukawa2013-12-091-0/+33
* | fix test error; can't remove empty directory problem on Windows.shimizukawa2013-12-081-1/+1