summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-012-7/+6
* delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-011-1/+2
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-303-6/+3
* remove 'six' name except importing line.shimizukawa2014-04-305-18/+15
* use six privided functions/classes to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-6/+6
* use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r...shimizukawa2014-04-301-15/+2
* use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-295-11/+14
* provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-293-13/+13
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-297-19/+26
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-292-9/+6
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-295-16/+21
* Closes 1455: Adds better handling of namedtuples in napoleon's skipmember fun...Rob Ruana2014-04-191-7/+15
* Closes #1436: fix missing empty line after return type in NumPy docstringsTorbj?rn Klatt2014-04-011-0/+1
* Closes #1429: Adds smarter Args parsing for Google style docstrings.Rob Ruana2014-03-211-15/+30
* Closes #1418: Private and special members are properly skipped on Python 3.3Rob Ruana2014-03-112-5/+13
* Closes #1384: Parse and interpret See Also section the way NumpyDoc doesRob Ruana2014-03-091-0/+123
* Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-092-10/+22
* Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-0118-18/+18
|\
| * Update copyright year.Georg Brandl2014-03-0115-97/+1396
| |\
| * | Update copyright year.Georg Brandl2014-03-0118-18/+18
| * | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-2/+3
* | | Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-031-0/+10
| |/ |/|
* | MergeDmitry Shachnev2014-01-221-2/+3
|\ \
| * | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-2/+3
* | | MergeDmitry Shachnev2014-01-2010-27/+28
|\ \ \ | |/ / |/| |
| * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-1910-27/+28
* | | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-191-108/+112
* | | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-194-21/+63
|\ \ \
| * \ \ merge with stableGeorg Brandl2014-01-193-70/+35
| |\ \ \ | | |_|/ | |/| |
| | * | mock: little changes, changelog and versionaddedGeorg Brandl2014-01-191-10/+11
| | * | mergeGeorg Brandl2014-01-191-11/+11
| | |\ \
| | | * \ merge with stableGeorg Brandl2014-01-193-70/+2
| | | |\ \ | | | | |/
| | * | | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-191-0/+32
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+32
| * | | | Closes #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when do...Georg Brandl2014-01-192-10/+19
| | |_|/ | |/| |
| * | | Closes #848: Always take the newest code in incremental rebuilds with the :mo...Georg Brandl2014-01-191-11/+11
* | | | Merge conflictsRob Ruana2014-01-182-70/+4
|\ \ \ \ | | |/ / | |/| |
| * | | merge headsshimizukawa2014-01-181-2/+2
| |\ \ \
| | * \ \ merge headsshimizukawa2014-01-156-20/+46
| | |\ \ \
| | * | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-2/+2
| * | | | | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-171-67/+0
| | |/ / / | |/| | |
| * | | | merge with stableshimizukawa2014-01-151-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix pypy test failure for b69b594 commit. refs #1337shimizukawa2014-01-151-1/+2
* | | | | Merges napoleon extension into mainline sphinxRob Ruana2014-01-183-0/+1329
|/ / / /
* | | | merge with stableGeorg Brandl2014-01-132-1/+20
|\ \ \ \ | |/ / /
| * | | Closes #1261: Python 3 cannot sort None and str types, make everything a str.Georg Brandl2014-01-121-1/+1
| * | | Closes #618: add documenter classes to registry in autosummary standalone gen...Georg Brandl2014-01-121-0/+15
| * | | Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ...Georg Brandl2014-01-121-0/+4
* | | | merge with stableGeorg Brandl2014-01-121-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | merge stable into defaultGeorg Brandl2014-01-111-1/+0
| |\ \ \