summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Collapse)AuthorAgeFilesLines
* Closes 1455: Adds better handling of namedtuples in napoleon's skipmember ↵Rob Ruana2014-04-191-7/+15
| | | | function
* 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
| | | | | | | | | | | 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-092-10/+22
| | | | | | | 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.
* Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-0118-18/+18
|\ | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period
| * 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 ↵Paul Molodowitch2014-02-031-0/+10
| |/ |/| | | | | doesn't end with a period
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* | | 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 value
| | | * | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+32
| | | | |
| * | | | Closes #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when ↵Georg Brandl2014-01-192-10/+19
| | |_|/ | |/| | | | | | | | | | documenting classes that can't be pickled.
| * | | Closes #848: Always take the newest code in incremental rebuilds with the ↵Georg Brandl2014-01-191-11/+11
| | | | | | | | | | | | | | | | :mod:`sphinx.ext.viewcode` extension.
* | | | 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 ↵Georg Brandl2014-01-121-0/+15
| | | | | | | | | | | | | | | | generate script
| * | | Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ↵Georg Brandl2014-01-121-0/+4
| | | | | | | | | | | | | | | | and avoid producing empty environments in LaTeX output.
* | | | merge with stableGeorg Brandl2014-01-121-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | merge stable into defaultGeorg Brandl2014-01-111-1/+0
| |\ \ \
| | * \ \ merge stable into defaultGeorg Brandl2014-01-111-1/+0
| | |\ \ \
| | | * | | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | like ``-D key=val1,val2``.
* | | | | | Closes #1155: Fix autodocumenting C-defined methods as attributes in Python 3.Georg Brandl2014-01-121-1/+2
| | | | | |
* | | | | | Closes #1181: Report option errors in autodoc directives more gracefully.Georg Brandl2014-01-121-2/+9
|/ / / / /
* | | | | Closes #929: Support parsed-literal blocks in LaTeX output correctly.Georg Brandl2014-01-111-1/+1
| | | | |
* | | | | Closes #923: Take the entire LaTeX document into account when cachingGeorg Brandl2014-01-111-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | pngmath-generated images. This rebuilds them correctly when ``pngmath_latex_preamble`` changes.
* | | | | Closes #943: In autosummary, recognize "first sentences" to pull from the ↵Georg Brandl2014-01-111-2/+1
| | | | | | | | | | | | | | | | | | | | docstring if they contain uppercase letters.
* | | | | Closes #908: On Python 3, handle error messages from LaTeX correctly in the ↵Georg Brandl2014-01-111-5/+5
|/ / / / | | | | | | | | | | | | pngmath extension.
* | | | Closes #932: autodoc: Do not crash if ``__doc__`` is not a string.Georg Brandl2014-01-101-1/+2
|/ / /
* | | Closes #814: autodoc: Guard against strange type objects that don't haveGeorg Brandl2014-01-101-1/+1
| | | | | | | | | | | | ``__bases__``.
* | | Fix autodoc with ``autoclass_content="both"`` uses useless ↵shimizukawa2014-01-021-1/+1
|/ / | | | | | | | | | | ``object.__init__`` docstring when class does not have ``__init__``. Closes #1337 This caused by a change for #1138.