summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-253-0/+54
|\
| * Fix i18n: missing python domain's cross-references with currentmodule ↵shimizukawa2014-03-233-0/+54
| | | | | | | | | | | | | | | | | | directive or currentclass directive. refs #1363 * node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
* | 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
| | | | | | | | | | | | | | | | | | | | | | 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-4/+53
| | | | | | | | | | | | | | 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.
* | 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
| |\ | | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period
| | * Update copyright year.Georg Brandl2014-03-0128-104/+893
| | |\
| * | | Closes #1374: Autosummary generates overly-long summaries if first line ↵Paul Molodowitch2014-02-034-0/+96
| | |/ | |/| | | | | | | doesn't end with a period
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1/+1
| | | |
| * | | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-193-1/+18
| |\ \ \
| | * | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵Georg Brandl2014-01-191-1/+0
| | | | | | | | | | | | | | | | | | | | ``unused_docs`` have been removed.
| | * | | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-193-0/+18
| | |\ \ \ | | | |/ / | | |/| | | | | | | autodoc extension: add autodoc_mock_imports config value
| | | * | 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`` ↵Georg Brandl2014-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option.
| | * | | | | merge stable into defaultGeorg Brandl2014-01-113-5/+8
| | |\ \ \ \ \
| | | * | | | | d98e70c13eff followup: only do type conversion of confoverrides if the ↵Georg Brandl2014-01-102-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values are strings and add a test
| | | * | | | | 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.
| | | | | * | | | | 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 ↵Paul Molodowitch2014-02-034-0/+96
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | doesn't end with a period
* | | | | | | | 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
|/ / / / / | | | | | | | | | | | | | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output
* | | | | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-102-0/+3
|/ / / / | | | | | | | | | | | | but no option name).
* | | | Closes #1312: use non-deprecated unittest-like namesGeorg Brandl2014-01-101-3/+3
|/ / /
* | | Fix autodoc with ``autoclass_content="both"`` uses useless ↵shimizukawa2014-01-021-0/+14
| | | | | | | | | | | | | | | | | | ``object.__init__`` docstring when class does not have ``__init__``. Closes #1337 This caused by a change for #1138.
* | | Fix autosummary template overloading cause infinite recursive function call. ↵shimizukawa2013-12-276-0/+81
|/ / | | | | | | Closes #1335
* | 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
| |