Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 11 | -1/+17 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | Merge branch 'enh-numpydoc' | Charles Harris | 2013-02-28 | 18 | -68/+274 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were some conflicts with the 2to3 work in numpy. I think I got the fixes right. * enh-numpydoc: DOC: fix doc/source/conf.py to work with Python 3 BUG: numpydoc: check that it works with sub-classes TST: numpydoc: more class tests BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentation TST: numpydoc: add stub test files, to check that files at least import MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcode ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a package ENH: numpydoc: deal with duplicated signatures DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstream BUG: numpydoc/linkcode: do not detect linkcode config changes Conflicts: doc/sphinxext/numpydoc/docscrape.py doc/sphinxext/numpydoc/docscrape_sphinx.py doc/sphinxext/numpydoc/linkcode.py doc/sphinxext/numpydoc/phantom_import.py doc/sphinxext/numpydoc/traitsdoc.py | ||||
| * | BUG: numpydoc: check that it works with sub-classes | Pauli Virtanen | 2013-02-16 | 2 | -1/+5 |
| | | |||||
| * | TST: numpydoc: more class tests | Pauli Virtanen | 2013-02-16 | 1 | -2/+114 |
| | | |||||
| * | BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentation | Pauli Virtanen | 2013-02-16 | 2 | -16/+34 |
| | | |||||
| * | TST: numpydoc: add stub test files, to check that files at least import | Pauli Virtanen | 2013-02-16 | 4 | -0/+12 |
| | | |||||
| * | ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a package | Pauli Virtanen | 2013-02-16 | 14 | -47/+89 |
| | | |||||
| * | ENH: numpydoc: deal with duplicated signatures | Pauli Virtanen | 2013-02-16 | 2 | -7/+25 |
| | | |||||
| * | DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstream | Pauli Virtanen | 2013-02-16 | 1 | -2/+2 |
| | | |||||
| * | BUG: numpydoc/linkcode: do not detect linkcode config changes | Pauli Virtanen | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Since the linkcode_resolve is a function, it triggers configuration change on each rebuild, resulting to full rebuild always. It's better to make it not do that. | ||||
* | | Merge pull request #3047 from charris/2to3-callable | njsmith | 2013-02-28 | 5 | -5/+10 |
|\ \ | | | | | | | 2to3: Fix callable. | ||||
| * | | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 5 | -5/+10 |
| | | | |||||
* | | | Merge pull request #3059 from charris/2to3-funcattrs | njsmith | 2013-02-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | 2to3: Apply `funcattrs` fixer. Closes #3058. | ||||
| * | | | 2to3: Apply `funcattrs` fixer. Closes #3058. | Charles Harris | 2013-02-28 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | This replaces the `b.func_xxxx` with newer `__xxxx__` attribute names For example, `f.__name__` replaces `f.func_name` | ||||
* | | | 2to3: apply exec fixer results. | Charles Harris | 2013-02-28 | 1 | -2/+2 |
|/ / | | | | | | | This changes the `exec` command to the `exec` function. | ||||
* | | Merge pull request #3027 from charris/2to3-remove-has_key-update | seberg | 2013-02-27 | 2 | -4/+4 |
|\ \ | | | | | | | 2to3: Remove `has_key` use that was missed. | ||||
| * | | 2to3: Remove `has_key` use that was missed. | Charles Harris | 2013-02-27 | 2 | -4/+4 |
| |/ | | | | | | | | | The files not in the numpy/ directory were missed. This gets them all (I hope). | ||||
* | | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ . | Charles Harris | 2013-02-27 | 2 | -4/+4 |
|/ | | | | This should finish the updating of the exception syntax. | ||||
* | sphinxext: remove mention of old files in LICENSE.txt | Denis Laxalde | 2012-06-07 | 1 | -5/+2 |
| | |||||
* | sphinxext: some cleanup in setup.py | Denis Laxalde | 2012-06-07 | 1 | -11/+3 |
| | | | | | | | - remove obsolete entry_points (the corresponding code was removed in 08e85c1820f8502e2a5009da4d3d89c6462a911b). - drop setuptools import - adjust setup() argument to conform with distutils format | ||||
* | DOC: generate links to source code | Pauli Virtanen | 2012-03-11 | 1 | -0/+79 |
| | |||||
* | DOC: numpydoc.py was still using old, scipy trac url in docstring | Valentin Haenel | 2011-09-17 | 1 | -1/+1 |
| | |||||
* | sphinxext: expose __call__ in the documentation, if it is present | Pauli Virtanen | 2011-06-25 | 1 | -1/+6 |
| | |||||
* | sphinxext: bump numpydoc version | Pauli Virtanen | 2010-10-01 | 1 | -3/+3 |
| | |||||
* | sphinxext: remove deprecated parts from numpydoc | Pauli Virtanen | 2010-10-01 | 5 | -678/+3 |
| | |||||
* | sphinxext: fix Other Parameters section parsing in docscrape | Pauli Virtanen | 2010-10-01 | 3 | -7/+79 |
| | |||||
* | sphinxext/plot_directive: more robust relpath | Pauli Virtanen | 2010-09-05 | 1 | -35/+52 |
| | |||||
* | sphinxext: be explicit about Sphinx version requirements | Pauli Virtanen | 2010-09-04 | 1 | -0/+5 |
| | |||||
* | sphinxext: more lenient parsing for See Also sections | Pauli Virtanen | 2010-09-01 | 1 | -1/+2 |
| | |||||
* | sphinxext: plot_directive: insert figures at points where plt.show() is ↵ | Pauli Virtanen | 2010-08-08 | 1 | -112/+163 |
| | | | | called in the text | ||||
* | sphinxext: bug fix + some features in plot_directive | Pauli Virtanen | 2010-08-08 | 1 | -6/+15 |
| | |||||
* | DOC: sphinxext: replace directive mangling with domains (#1489) | Pauli Virtanen | 2010-07-29 | 3 | -90/+57 |
| | | | | Only Sphinx >= 1.0 is supported now. | ||||
* | Fix bug where __init__ was accessed for objects that might not have it. | Fernando Perez | 2010-04-14 | 1 | -1/+2 |
| | |||||
* | sphinxext: fix a small bug in docscrape | Pauli Virtanen | 2009-11-14 | 1 | -2/+2 |
| | |||||
* | sphinxext: add numpydoc_show_class_members option (from Michael Droettboom) | Pauli Virtanen | 2009-11-13 | 6 | -36/+108 |
| | |||||
* | sphinxext: bump numpydoc version, fix build bug | Pauli Virtanen | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | numpydoc: really fix docutils < 0.5 | Pauli Virtanen | 2009-07-22 | 1 | -4/+19 |
| | |||||
* | numpydoc: fix issue with docutils < 0.5 | Pauli Virtanen | 2009-07-22 | 1 | -4/+9 |
| | |||||
* | numpydoc: add np-* directives | Pauli Virtanen | 2009-07-18 | 2 | -1/+56 |
| | |||||
* | numpydoc: fix some unicode issues | Pauli Virtanen | 2009-07-11 | 1 | -17/+17 |
| | |||||
* | Fix typo. | Stefan van der Walt | 2009-07-04 | 1 | -2/+2 |
| | |||||
* | docs: fill in stub Methods/Attributes sections if they are omitted | Pauli Virtanen | 2009-06-27 | 2 | -16/+12 |
| | |||||
* | docs: remove forgotten debug print | Pauli Virtanen | 2009-06-27 | 1 | -1/+0 |
| | |||||
* | docs: generate Attributes and Methods sections in class documentation | Pauli Virtanen | 2009-06-27 | 4 | -8/+101 |
| | |||||
* | sphinxext: fix python2.4 compatibility | Pauli Virtanen | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib ↵ | Pauli Virtanen | 2009-05-21 | 4 | -3/+43 |
| | | | | example code | ||||
* | sphinxext: revise plot_directive | Pauli Virtanen | 2009-05-21 | 1 | -250/+325 |
| | |||||
* | sphinxext: use real RST references for bibliographies, and add suitable ↵ | Pauli Virtanen | 2009-04-19 | 2 | -16/+30 |
| | | | | links for Latex | ||||
* | Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7 | Pauli Virtanen | 2009-04-13 | 1 | -5/+6 |
| | |||||
* | sphinxext: autosummary: don't insert nested paragraphs in the table | Pauli Virtanen | 2009-04-04 | 2 | -1/+6 |
| |