| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge with stable | Georg Brandl | 2014-03-25 | 3 | -0/+54 |
| |\ | |||||
| | * | Fix i18n: missing python domain's cross-references with currentmodule ↵ | shimizukawa | 2014-03-23 | 3 | -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 Ruana | 2014-03-21 | 1 | -47/+100 |
| | | | |||||
| * | | Closes #1418: Private and special members are properly skipped on Python 3.3 | Rob Ruana | 2014-03-11 | 1 | -3/+4 |
| | | | |||||
| * | | Closes #1384: Parse and interpret See Also section the way NumpyDoc does | Rob Ruana | 2014-03-09 | 1 | -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 italicized | Rob Ruana | 2014-03-09 | 2 | -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 Ruana | 2014-03-06 | 1 | -1/+5 |
| | | | |||||
| * | | merge with stable | Georg Brandl | 2014-03-01 | 28 | -104/+893 |
| |\ \ | |/ |/| | |||||
| | * | Merged in barnabas79/sphinx (pull request #218) | Georg Brandl | 2014-03-01 | 36 | -36/+36 |
| | |\ | | | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period | ||||
| | | * | Update copyright year. | Georg Brandl | 2014-03-01 | 28 | -104/+893 |
| | | |\ | |||||
| | * | | | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 4 | -0/+96 |
| | | |/ | |/| | | | | | | | doesn't end with a period | ||||
| | * | | consistency nits | Georg Brandl | 2014-01-22 | 1 | -1/+2 |
| | | | | |||||
| | * | | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -0/+16 |
| | |\ \ | |||||
| | | * | | Fix an exception introduced by b69b59480cba for __init__ with no docstring. | Ben Darnell | 2014-01-20 | 1 | -0/+16 |
| | | | | | |||||
| | * | | | Merge | Dmitry Shachnev | 2014-01-20 | 13 | -58/+60 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 13 | -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 sphinx | Rob Ruana | 2014-01-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merged birkenfeld/sphinx into default | Rob Ruana | 2014-01-19 | 3 | -1/+18 |
| | |\ \ \ | |||||
| | | * | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵ | Georg Brandl | 2014-01-19 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | ``unused_docs`` have been removed. | ||||
| | | * | | | Merged in guibog/sphinx2 (pull request #184) | Georg Brandl | 2014-01-19 | 3 | -0/+18 |
| | | |\ \ \ | | | |/ / | | |/| | | | | | | | autodoc extension: add autodoc_mock_imports config value | ||||
| | | | * | | autodoc extension: add autodoc_mock_imports config value | guibog | 2013-10-23 | 3 | -0/+18 |
| | | | | | | |||||
| | * | | | | Merge conflicts | Rob Ruana | 2014-01-18 | 8 | -45/+13 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | merge heads | shimizukawa | 2014-01-18 | 5 | -25/+7 |
| | | |\ \ \ | |||||
| | | | * \ \ | merge heads | shimizukawa | 2014-01-15 | 16 | -9/+116 |
| | | | |\ \ \ | |||||
| | | | * | | | | Drop python-3.1 and remove support codes | shimizukawa | 2013-12-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 5 | -25/+7 |
| | | | | | | | | |||||
| | | * | | | | | merge with stable | Georg Brandl | 2014-01-17 | 7 | -19/+11 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Remove sphinx.ext.oldcmarkup compatibility extension. | Georg Brandl | 2014-01-17 | 3 | -14/+1 |
| | | | | |/ / / | | | |/| | | | |||||
| | * | | | | | | Merges napoleon extension into mainline sphinx | Rob Ruana | 2014-01-18 | 4 | -1/+797 |
| | | |/ / / / | |/| | | | | |||||
| | * | | | | | Prompt for the document language in sphinx-quickstart. | Georg Brandl | 2014-01-11 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | merge stable into default | Georg Brandl | 2014-01-11 | 4 | -5/+9 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵ | Georg Brandl | 2014-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option. | ||||
| | | * | | | | | merge stable into default | Georg Brandl | 2014-01-11 | 3 | -5/+8 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | d98e70c13eff followup: only do type conversion of confoverrides if the ↵ | Georg Brandl | 2014-01-10 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values are strings and add a test | ||||
| | | | * | | | | | merge stable into default | Georg Brandl | 2014-01-10 | 1 | -0/+1 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | Merged in hsoft/sphinx (pull request #202) | Georg Brandl | 2014-01-10 | 1 | -0/+1 |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow "." and "~" prefixes in inline :param: typedefs. | ||||
| | | | | | * | | | | | Allow "." and "~" prefixes in inline :param: typedefs. | Virgil Dupras | 2014-01-04 | 1 | -0/+1 |
| | | | | | | |/ / / | | | | | |/| | | | |||||
| * | | | | | | | | | fix windows newlines | Georg Brandl | 2014-03-01 | 3 | -32/+32 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 4 | -0/+96 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | doesn't end with a period | ||||
| * | | | | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 36 | -36/+36 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix an exception introduced by b69b59480cba for __init__ with no docstring. | Ben Darnell | 2014-01-20 | 1 | -0/+16 |
| | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | | Closes #1285: Avoid name clashes between C domain objects and section titles. | Georg Brandl | 2014-01-17 | 1 | -6/+6 |
| |/ / / / / / | |||||
| * | | | | | | * add a test for the parsed-literal directive | Georg Brandl | 2014-01-11 | 3 | -2/+6 |
| |/ / / / / | | | | | | | | | | | | | | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output | ||||
| * | | | | | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spaces | Georg Brandl | 2014-01-10 | 2 | -0/+3 |
| |/ / / / | | | | | | | | | | | | | but no option name). | ||||
| * | | | | Closes #1312: use non-deprecated unittest-like names | Georg Brandl | 2014-01-10 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | Fix autodoc with ``autoclass_content="both"`` uses useless ↵ | shimizukawa | 2014-01-02 | 1 | -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. ↵ | shimizukawa | 2013-12-27 | 6 | -0/+81 |
| |/ / | | | | | | | Closes #1335 | ||||
| * | | fix trailing space | Georg Brandl | 2013-12-10 | 1 | -1/+1 |
| | | | |||||
| * | | Fix: autodoc class __init__ override not removed from docstring. Closes #1138 | shimizukawa | 2013-12-09 | 1 | -0/+33 |
| | | | |||||
| * | | fix test error; can't remove empty directory problem on Windows. | shimizukawa | 2013-12-08 | 1 | -1/+1 |
| | | | |||||
