index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
sphinxext
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-13
DOC: update sphinxext to numpydoc 0.6.0
Ralf Gommers
1
-0
/
+0
2014-06-11
DOC: update numpydoc to tag v0.5
Julian Taylor
1
-0
/
+0
2013-07-25
Add Numpydoc as a git submodule
Pauli Virtanen
1
-0
/
+0
2013-07-25
Move numpydoc to a separate repository
Pauli Virtanen
19
-4004
/
+0
2013-07-11
MAINT: Remove outdated version checks.
Charles Harris
1
-3
/
+2
2013-06-25
ENH: Allow unnamed return values in Returns section of doc string
Rob Ruana
3
-16
/
+58
2013-05-01
Fix np domain to avoid duplicate module indices in docs
Jonathan Waltman
1
-0
/
+1
2013-05-01
BUG: sphinxext: fix sphinx extensions broken recently
Pauli Virtanen
3
-9
/
+7
2013-04-21
BUG: Fix typo in docscrape_sphinx.py import.
Charles Harris
1
-1
/
+1
2013-04-21
2to3: Apply unicode fixer.
Charles Harris
3
-46
/
+63
2013-04-15
2to3: Apply next fixer.
Charles Harris
1
-1
/
+1
2013-04-13
2to3: Apply zip fixer.
Charles Harris
1
-10
/
+10
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
16
-21
/
+16
2013-04-06
Merge pull request #3191 from charris/2to3-apply-imports-fixer
Charles Harris
4
-4
/
+4
2013-04-03
Merge pull request #460 from endolith/regex_formatting
Charles Harris
1
-3
/
+2
2013-04-02
2to3: Apply `imports` fixer.
Charles Harris
4
-4
/
+4
2013-03-28
2to3: Add `from __future__ import ...` to new files.
Charles Harris
5
-0
/
+10
2013-03-28
2to3: Use absolute imports.
Charles Harris
10
-10
/
+10
2013-03-19
DOC: Used regex to find colons missing spaces which render wrong online, also...
endolith
1
-3
/
+2
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
11
-1
/
+17
2013-02-28
Merge branch 'enh-numpydoc'
Charles Harris
18
-68
/
+274
2013-02-28
Merge pull request #3047 from charris/2to3-callable
njsmith
5
-5
/
+10
2013-02-28
Merge pull request #3059 from charris/2to3-funcattrs
njsmith
1
-1
/
+1
2013-02-28
2to3: Apply `funcattrs` fixer. Closes #3058.
Charles Harris
1
-1
/
+1
2013-02-28
2to3: apply exec fixer results.
Charles Harris
1
-2
/
+2
2013-02-28
2to3: Fix callable.
Charles Harris
5
-5
/
+10
2013-02-27
Merge pull request #3027 from charris/2to3-remove-has_key-update
seberg
2
-4
/
+4
2013-02-27
2to3: Remove `has_key` use that was missed.
Charles Harris
2
-4
/
+4
2013-02-27
2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .
Charles Harris
2
-4
/
+4
2013-02-16
BUG: numpydoc: check that it works with sub-classes
Pauli Virtanen
2
-1
/
+5
2013-02-16
TST: numpydoc: more class tests
Pauli Virtanen
1
-2
/
+114
2013-02-16
BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentation
Pauli Virtanen
2
-16
/
+34
2013-02-16
TST: numpydoc: add stub test files, to check that files at least import
Pauli Virtanen
4
-0
/
+12
2013-02-16
ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a package
Pauli Virtanen
14
-47
/
+89
2013-02-16
ENH: numpydoc: deal with duplicated signatures
Pauli Virtanen
2
-7
/
+25
2013-02-16
DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstream
Pauli Virtanen
1
-2
/
+2
2013-02-16
BUG: numpydoc/linkcode: do not detect linkcode config changes
Pauli Virtanen
1
-1
/
+1
2012-06-07
sphinxext: remove mention of old files in LICENSE.txt
Denis Laxalde
1
-5
/
+2
2012-06-07
sphinxext: some cleanup in setup.py
Denis Laxalde
1
-11
/
+3
2012-03-11
DOC: generate links to source code
Pauli Virtanen
1
-0
/
+79
2011-09-17
DOC: numpydoc.py was still using old, scipy trac url in docstring
Valentin Haenel
1
-1
/
+1
2011-06-25
sphinxext: expose __call__ in the documentation, if it is present
Pauli Virtanen
1
-1
/
+6
2010-10-01
sphinxext: bump numpydoc version
Pauli Virtanen
1
-3
/
+3
2010-10-01
sphinxext: remove deprecated parts from numpydoc
Pauli Virtanen
5
-678
/
+3
2010-10-01
sphinxext: fix Other Parameters section parsing in docscrape
Pauli Virtanen
3
-7
/
+79
2010-09-05
sphinxext/plot_directive: more robust relpath
Pauli Virtanen
1
-35
/
+52
2010-09-04
sphinxext: be explicit about Sphinx version requirements
Pauli Virtanen
1
-0
/
+5
2010-09-01
sphinxext: more lenient parsing for See Also sections
Pauli Virtanen
1
-1
/
+2
2010-08-08
sphinxext: plot_directive: insert figures at points where plt.show() is calle...
Pauli Virtanen
1
-112
/
+163
2010-08-08
sphinxext: bug fix + some features in plot_directive
Pauli Virtanen
1
-6
/
+15
[next]