| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Closes 1455: Adds better handling of namedtuples in napoleon's skipmember ↵ | Rob Ruana | 2014-04-19 | 1 | -7/+15 |
| | | | | | function | ||||
| * | Closes #1436: fix missing empty line after return type in NumPy docstrings | Torbj?rn Klatt | 2014-04-01 | 1 | -0/+1 |
| | | |||||
| * | Closes #1429: Adds smarter Args parsing for Google style docstrings. | Rob Ruana | 2014-03-21 | 1 | -15/+30 |
| | | |||||
| * | Closes #1418: Private and special members are properly skipped on Python 3.3 | Rob Ruana | 2014-03-11 | 2 | -5/+13 |
| | | |||||
| * | Closes #1384: Parse and interpret See Also section the way NumpyDoc does | Rob Ruana | 2014-03-09 | 1 | -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 italicized | Rob Ruana | 2014-03-09 | 2 | -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 Brandl | 2014-03-01 | 18 | -18/+18 |
| |\ | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn't end with a period | ||||
| | * | Update copyright year. | Georg Brandl | 2014-03-01 | 15 | -97/+1396 |
| | |\ | |||||
| | * | | Update copyright year. | Georg Brandl | 2014-03-01 | 18 | -18/+18 |
| | | | | |||||
| | * | | Fix an exception introduced by b69b59480cba for __init__ with no docstring. | Ben Darnell | 2014-01-20 | 1 | -2/+3 |
| | | | | |||||
| * | | | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 1 | -0/+10 |
| | |/ |/| | | | | | doesn't end with a period | ||||
| * | | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | Fix an exception introduced by b69b59480cba for __init__ with no docstring. | Ben Darnell | 2014-01-20 | 1 | -2/+3 |
| | | | | |||||
| * | | | Merge | Dmitry Shachnev | 2014-01-20 | 10 | -27/+28 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 10 | -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 sphinx | Rob Ruana | 2014-01-19 | 1 | -108/+112 |
| | | | | |||||
| * | | | Merged birkenfeld/sphinx into default | Rob Ruana | 2014-01-19 | 4 | -21/+63 |
| |\ \ \ | |||||
| | * \ \ | merge with stable | Georg Brandl | 2014-01-19 | 3 | -70/+35 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | mock: little changes, changelog and versionadded | Georg Brandl | 2014-01-19 | 1 | -10/+11 |
| | | | | | |||||
| | | * | | merge | Georg Brandl | 2014-01-19 | 1 | -11/+11 |
| | | |\ \ | |||||
| | | | * \ | merge with stable | Georg Brandl | 2014-01-19 | 3 | -70/+2 |
| | | | |\ \ | | | | |/ | |||||
| | | * | | | Merged in guibog/sphinx2 (pull request #184) | Georg Brandl | 2014-01-19 | 1 | -0/+32 |
| | | |\ \ \ | | | |_|/ | | |/| | | | | | | | autodoc extension: add autodoc_mock_imports config value | ||||
| | | | * | | autodoc extension: add autodoc_mock_imports config value | guibog | 2013-10-23 | 1 | -0/+32 |
| | | | | | | |||||
| | * | | | | Closes #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when ↵ | Georg Brandl | 2014-01-19 | 2 | -10/+19 |
| | | |_|/ | |/| | | | | | | | | | | documenting classes that can't be pickled. | ||||
| | * | | | Closes #848: Always take the newest code in incremental rebuilds with the ↵ | Georg Brandl | 2014-01-19 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | :mod:`sphinx.ext.viewcode` extension. | ||||
| * | | | | Merge conflicts | Rob Ruana | 2014-01-18 | 2 | -70/+4 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | merge heads | shimizukawa | 2014-01-18 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * \ \ | merge heads | shimizukawa | 2014-01-15 | 6 | -20/+46 |
| | | |\ \ \ | |||||
| | | * | | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | Remove sphinx.ext.oldcmarkup compatibility extension. | Georg Brandl | 2014-01-17 | 1 | -67/+0 |
| | | |/ / / | |/| | | | |||||
| | * | | | | merge with stable | shimizukawa | 2014-01-15 | 1 | -1/+2 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | | * | | | Fix pypy test failure for b69b594 commit. refs #1337 | shimizukawa | 2014-01-15 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Merges napoleon extension into mainline sphinx | Rob Ruana | 2014-01-18 | 3 | -0/+1329 |
| |/ / / / | |||||
| * | | | | merge with stable | Georg Brandl | 2014-01-13 | 2 | -1/+20 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Closes #1261: Python 3 cannot sort None and str types, make everything a str. | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Closes #618: add documenter classes to registry in autosummary standalone ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | generate script | ||||
| | * | | | Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | and avoid producing empty environments in LaTeX output. | ||||
| * | | | | merge with stable | Georg Brandl | 2014-01-12 | 1 | -1/+0 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | merge stable into default | Georg Brandl | 2014-01-11 | 1 | -1/+0 |
| | |\ \ \ | |||||
| | | * \ \ | merge stable into default | Georg Brandl | 2014-01-11 | 1 | -1/+0 |
| | | |\ \ \ | |||||
| | | | * | | | Closes #925: Allow list-typed config values to be provided on the command line, | Georg Brandl | 2014-01-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | like ``-D key=val1,val2``. | ||||
| * | | | | | | Closes #1155: Fix autodocumenting C-defined methods as attributes in Python 3. | Georg Brandl | 2014-01-12 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Closes #1181: Report option errors in autodoc directives more gracefully. | Georg Brandl | 2014-01-12 | 1 | -2/+9 |
| |/ / / / / | |||||
| * | | | | | Closes #929: Support parsed-literal blocks in LaTeX output correctly. | Georg Brandl | 2014-01-11 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Closes #923: Take the entire LaTeX document into account when caching | Georg Brandl | 2014-01-11 | 1 | -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 Brandl | 2014-01-11 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | docstring if they contain uppercase letters. | ||||
| * | | | | | Closes #908: On Python 3, handle error messages from LaTeX correctly in the ↵ | Georg Brandl | 2014-01-11 | 1 | -5/+5 |
| |/ / / / | | | | | | | | | | | | | pngmath extension. | ||||
| * | | | | Closes #932: autodoc: Do not crash if ``__doc__`` is not a string. | Georg Brandl | 2014-01-10 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | Closes #814: autodoc: Guard against strange type objects that don't have | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | ``__bases__``. | ||||
| * | | | Fix autodoc with ``autoclass_content="both"`` uses useless ↵ | shimizukawa | 2014-01-02 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | ``object.__init__`` docstring when class does not have ``__init__``. Closes #1337 This caused by a change for #1138. | ||||
