summaryrefslogtreecommitdiff
path: root/doc/sphinxext
Commit message (Expand)AuthorAgeFilesLines
* update submodule numpydoc for changes due to this branchmattip2018-04-121-0/+0
* DOC: Update sphinxext submodule hash.Charles Harris2018-02-151-0/+0
* DOC: update sphinxext to numpydoc 0.6.0Ralf Gommers2016-02-131-0/+0
* DOC: update numpydoc to tag v0.5Julian Taylor2014-06-111-0/+0
* Add Numpydoc as a git submodulePauli Virtanen2013-07-251-0/+0
* Move numpydoc to a separate repositoryPauli Virtanen2013-07-2519-4004/+0
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-3/+2
* ENH: Allow unnamed return values in Returns section of doc stringRob Ruana2013-06-253-16/+58
* Fix np domain to avoid duplicate module indices in docsJonathan Waltman2013-05-011-0/+1
* BUG: sphinxext: fix sphinx extensions broken recentlyPauli Virtanen2013-05-013-9/+7
* BUG: Fix typo in docscrape_sphinx.py import.Charles Harris2013-04-211-1/+1
* 2to3: Apply unicode fixer.Charles Harris2013-04-213-46/+63
* 2to3: Apply next fixer.Charles Harris2013-04-151-1/+1
* 2to3: Apply zip fixer.Charles Harris2013-04-131-10/+10
* 2to3: Apply `print` fixer.Charles Harris2013-04-0616-21/+16
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-064-4/+4
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-024-4/+4
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-3/+2
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-3/+2
* | 2to3: Add `from __future__ import ...` to new files.Charles Harris2013-03-285-0/+10
* | 2to3: Use absolute imports.Charles Harris2013-03-2810-10/+10
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0111-1/+17
* Merge branch 'enh-numpydoc'Charles Harris2013-02-2818-68/+274
|\
| * BUG: numpydoc: check that it works with sub-classesPauli Virtanen2013-02-162-1/+5
| * TST: numpydoc: more class testsPauli Virtanen2013-02-161-2/+114
| * BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentationPauli Virtanen2013-02-162-16/+34
| * TST: numpydoc: add stub test files, to check that files at least importPauli Virtanen2013-02-164-0/+12
| * ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a packagePauli Virtanen2013-02-1614-47/+89
| * ENH: numpydoc: deal with duplicated signaturesPauli Virtanen2013-02-162-7/+25
| * DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstreamPauli Virtanen2013-02-161-2/+2
| * BUG: numpydoc/linkcode: do not detect linkcode config changesPauli Virtanen2013-02-161-1/+1
* | Merge pull request #3047 from charris/2to3-callablenjsmith2013-02-285-5/+10
|\ \
| * | 2to3: Fix callable.Charles Harris2013-02-285-5/+10
* | | Merge pull request #3059 from charris/2to3-funcattrsnjsmith2013-02-281-1/+1
|\ \ \
| * | | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
| |/ /
* | | 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
|/ /
* | Merge pull request #3027 from charris/2to3-remove-has_key-updateseberg2013-02-272-4/+4
|\ \
| * | 2to3: Remove `has_key` use that was missed.Charles Harris2013-02-272-4/+4
| |/
* | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-272-4/+4
|/
* sphinxext: remove mention of old files in LICENSE.txtDenis Laxalde2012-06-071-5/+2
* sphinxext: some cleanup in setup.pyDenis Laxalde2012-06-071-11/+3
* DOC: generate links to source codePauli Virtanen2012-03-111-0/+79
* DOC: numpydoc.py was still using old, scipy trac url in docstringValentin Haenel2011-09-171-1/+1
* sphinxext: expose __call__ in the documentation, if it is presentPauli Virtanen2011-06-251-1/+6
* sphinxext: bump numpydoc versionPauli Virtanen2010-10-011-3/+3
* sphinxext: remove deprecated parts from numpydocPauli Virtanen2010-10-015-678/+3
* sphinxext: fix Other Parameters section parsing in docscrapePauli Virtanen2010-10-013-7/+79
* sphinxext/plot_directive: more robust relpathPauli Virtanen2010-09-051-35/+52
* sphinxext: be explicit about Sphinx version requirementsPauli Virtanen2010-09-041-0/+5
* sphinxext: more lenient parsing for See Also sectionsPauli Virtanen2010-09-011-1/+2