Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

NumPy

The fundamental package for scientific computing with Python.
Collective - Host: numfocus - https://opencollective.com/numpy - Website: https://numpy.org/ - Code: https://github.com/numpy/numpy

BUG: fix config loading in SphinxDoc*

github.com/numpy/numpydoc - 279aaa6abae86bb090df1a6fd26fd9d0293de386 authored almost 11 years ago by Pauli Virtanen <[email protected]>
Merge pull request #7 from takluyver/readme-rst

Add .rst copy of README

github.com/numpy/numpydoc - 223df025306d1edc663766c68a5d98a408e352de authored almost 11 years ago by Pauli Virtanen <[email protected]>
Use .rst extension for README so it gets rendered on Github

github.com/numpy/numpydoc - feff2ca88e02b4a152e2896f6eebcdf312a8d8d4 authored almost 11 years ago by Thomas Kluyver <[email protected]>
Merge pull request #6 from takluyver/class_members_toctree-option

Add config option for adding :toctree: on autosummary lists.

github.com/numpy/numpydoc - 5e6cbb038ae8ab8c67ef03b34a7ae5274385ee1e authored almost 11 years ago by Pauli Virtanen <[email protected]>
Document numpydoc_class_members_toctree option

github.com/numpy/numpydoc - daa669d2da9ac46ffaca5245395d9492c1dd565a authored almost 11 years ago by Thomas Kluyver <[email protected]>
Add config option for adding :toctree: on autosummary lists.

IPython uses some lists of class attributes and methods, but we don't
generate separate doc page...

github.com/numpy/numpydoc - 5f7b2258187d46a687c9d2b781ba674278576e80 authored almost 11 years ago by Thomas Kluyver <[email protected]>
Merge pull request #4 from takluyver/patch-1

Point URL to something that actually exists

github.com/numpy/numpydoc - 0d38eb34419fd5a14503dec4bb7c5cb725731bde authored about 11 years ago by Charles Harris <[email protected]>
Point URL to something that actually exists

It would be good to update the link on PyPI as well.

github.com/numpy/numpydoc - 2986134ea8827e3e109d3daae7e70d61139af403 authored about 11 years ago by Thomas Kluyver <[email protected]>
Merge pull request #1 from mdboom/unicode-docstrings

Unicode docstrings are not handled correctly on Python 2.x

github.com/numpy/numpydoc - 9fc0e08d99a0d1eccbf8227fe60f1d5832fb4fee authored about 11 years ago by Ondřej Čertík <[email protected]>
Merge pull request #2 from jenshnielsen/master

Bump version since 0.4 has been released some time ago.

github.com/numpy/numpydoc - 06407d12fbf5f16dc79f53418210f69fc52b7649 authored over 11 years ago by Stefan van der Walt <[email protected]>
Bump version since 0.4 has been released

github.com/numpy/numpydoc - e50385aecec4f428a3e2ab49b535c25387709065 authored over 11 years ago by Jens H Nielsen <[email protected]>
Handle Unicode docstrings on Python 2.x correctly

github.com/numpy/numpydoc - 54cccadaf6b7434dd18ea09b1c35c6761590dfeb authored over 11 years ago by Michael Droettboom <[email protected]>
Add .gitignore

github.com/numpy/numpydoc - 447dd0b59c2fe91ca9643701036d3d04919ddc7e authored over 11 years ago by Pauli Virtanen <[email protected]>
MAINT: Remove outdated version checks.

Because Numpy 1.8.0 will no longer supports Python versions < 2.6 we
no longer need to check for...

github.com/numpy/numpydoc - 18fc8b2c5e9fc3b22c8f18c1e8bae9cda4103eb9 authored over 11 years ago by Charles Harris <[email protected]>
ENH: Allow unnamed return values in Returns section of doc string

Developers usually only need the type of a return value
followed by a brief description. However...

github.com/numpy/numpydoc - 553e3cef3fbfbb93500c443f88bcbf36fb65625e authored over 11 years ago by Rob Ruana <[email protected]>
Fix np domain to avoid duplicate module indices in docs

github.com/numpy/numpydoc - 3070deb7047645d6beb22e43353d133110f36fd6 authored over 11 years ago by Jonathan Waltman <[email protected]>
BUG: sphinxext: fix sphinx extensions broken recently

github.com/numpy/numpydoc - 5229a51752c678f19e05a1f138bbc7da557dcba2 authored over 11 years ago by Pauli Virtanen <[email protected]>
2to3: Apply unicode fixer.

The unicode fixer strips the u from u'hi' and converts the unicode type
to str. The first won't ...

github.com/numpy/numpydoc - ca83511f6e24239ed6f0b04521c5727f092c379c authored over 11 years ago by Charles Harris <[email protected]>
BUG: Fix typo in docscrape_sphinx.py import.

github.com/numpy/numpydoc - 1c0cc428dc85af434e901284caa6774cf0f3f821 authored over 11 years ago by Charles Harris <[email protected]>
2to3: Apply next fixer.

The next builtin has been available since Python 2.6 and allows
`it.next()` to be replaced by `n...

github.com/numpy/numpydoc - fc5b8cc570bb5ddbdfa98b85510b10590373e5a8 authored over 11 years ago by Charles Harris <[email protected]>
2to3: Apply zip fixer.

In Python 3 zip returns an iterator instead of a list. Consequently, in
places where an iterator...

github.com/numpy/numpydoc - d0f3f77b73d7b9096ba6f8b7d748a3a7da2b33d6 authored over 11 years ago by Charles Harris <[email protected]>
2to3: Apply `print` fixer.

Add `print_function` to all `from __future__ import ...` statements
and use the python3 print fu...

github.com/numpy/numpydoc - 0ea0f78e885994626dfa2733ba0347ec79739468 authored over 11 years ago by Charles Harris <[email protected]>
Merge pull request #3191 from charris/2to3-apply-imports-fixer

2to3: Apply `imports` fixer.

github.com/numpy/numpydoc - 6eea5108bf83b822805b606afb7bc078c68a7a33 authored over 11 years ago by Charles Harris <[email protected]>
Merge pull request #460 from endolith/regex_formatting

DOC: Formatting fixes using regex

github.com/numpy/numpydoc - f4f92fef07cdd793c5c79c5e3097069a87f8fa6e authored over 11 years ago by Charles Harris <[email protected]>
2to3: Apply `imports` fixer.

The `imports` fixer deals with the standard packages that have been
renamed, removed, or methods...

github.com/numpy/numpydoc - 0b39fbe50c7da22ee1d050e8ac0d4302a6857a9f authored over 11 years ago by Charles Harris <[email protected]>
2to3: Add `from __future__ import ...` to new files.

The new files that came in when doc/sphinxext/numpydoc was restructured
as a package with test s...

github.com/numpy/numpydoc - 179b21168328dbc4f66b1172de1178904df4de2d authored over 11 years ago by Charles Harris <[email protected]>
2to3: Use absolute imports.

The new import `absolute_import` is added the `from __future__ import`
statement and The 2to3 `i...

github.com/numpy/numpydoc - ae46bd046c7df7b0b5341caea5482bdf0d6cc70b authored over 11 years ago by Charles Harris <[email protected]>
merge conflict

github.com/numpy/numpydoc - 426ae0259e4beb752063e0bd3e8f73a2538a4d01 authored almost 12 years ago by endolith <[email protected]>
DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes

github.com/numpy/numpydoc - 8b0d7077da85f883f2b5600be69b15effab020fb authored almost 12 years ago by endolith <[email protected]>
2to3: Put `from __future__ import division in every python file.

This should be harmless, as we already are division clean. However,
placement of this import tak...

github.com/numpy/numpydoc - d00e78a2f1f861fa0f26a91c42b74e631a54a352 authored almost 12 years ago by Charles Harris <[email protected]>
Merge branch 'enh-numpydoc'

There were some conflicts with the 2to3 work in numpy. I think I got the
fixes right.

* enh-num...

github.com/numpy/numpydoc - fcf7fa987acf95a17daab27435d726760045a175 authored almost 12 years ago by Charles Harris <[email protected]>
Merge pull request #3047 from charris/2to3-callable

2to3: Fix callable.

github.com/numpy/numpydoc - b60b08393b60b139c9f129dcc5a87a1566857fb2 authored almost 12 years ago by njsmith <[email protected]>
Merge pull request #3059 from charris/2to3-funcattrs

2to3: Apply `funcattrs` fixer. Closes #3058.

github.com/numpy/numpydoc - 00a946e39664f4d904e12a21db4f764cb1d313a9 authored almost 12 years ago by njsmith <[email protected]>
2to3: Apply `funcattrs` fixer. Closes #3058.

This replaces the `b.func_xxxx` with newer `__xxxx__` attribute names
For example, `f.__name__` ...

github.com/numpy/numpydoc - 53df2b4d6c1910837fab84fccd0610c69401fcd1 authored almost 12 years ago by Charles Harris <[email protected]>
2to3: apply exec fixer results.

This changes the `exec` command to the `exec` function.

github.com/numpy/numpydoc - dc4c4bb901d71a9cf90eec4ec6c2e45cd77ca3d6 authored almost 12 years ago by Charles Harris <[email protected]>
2to3: Fix callable.

github.com/numpy/numpydoc - 5ee9272c5a2742894637527c204aa6124f3267c9 authored almost 12 years ago by Charles Harris <[email protected]>
Merge pull request #3027 from charris/2to3-remove-has_key-update

2to3: Remove `has_key` use that was missed.

github.com/numpy/numpydoc - 0940ce4237d365bbee12e2d486d4b255971036a5 authored almost 12 years ago by seberg <[email protected]>
2to3: Remove `has_key` use that was missed.

The files not in the numpy/ directory were missed. This gets them
all (I hope).

github.com/numpy/numpydoc - 0e3c9ae94e6fcd84ba5a96cc468f86b2ff6fec3e authored almost 12 years ago by Charles Harris <[email protected]>
2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .

This should finish the updating of the exception syntax.

github.com/numpy/numpydoc - 2000ba2b9929e663fac40bddc925452ba4be2841 authored almost 12 years ago by Charles Harris <[email protected]>
TST: numpydoc: more class tests

github.com/numpy/numpydoc - 1d23f660485e6631521ca8f70577fda908bc85ad authored almost 12 years ago by Pauli Virtanen <[email protected]>
BUG: numpydoc: check that it works with sub-classes

github.com/numpy/numpydoc - f1cf9c3f2788199b285438c4e6a2dcd89ae5f490 authored almost 12 years ago by Pauli Virtanen <[email protected]>
BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentation

github.com/numpy/numpydoc - a6fa210212436e30fbc9bf81369d173868f5ca2a authored almost 12 years ago by Pauli Virtanen <[email protected]>
TST: numpydoc: add stub test files, to check that files at least import

github.com/numpy/numpydoc - 1834fe9a45bace3c7e22ece6b6f14d345abe1041 authored almost 12 years ago by Pauli Virtanen <[email protected]>
ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a package

github.com/numpy/numpydoc - 3358e3ba26d54e3b7e99ce7edb680f97085e5056 authored almost 12 years ago by Pauli Virtanen <[email protected]>
DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstream

github.com/numpy/numpydoc - c010d907ecd06965afefb3fba47e3541f2f1d6fc authored almost 12 years ago by Pauli Virtanen <[email protected]>
ENH: numpydoc: deal with duplicated signatures

github.com/numpy/numpydoc - c9c4fe5cb19845f3b3d4c55cab647b24305c4886 authored almost 12 years ago by Pauli Virtanen <[email protected]>
BUG: numpydoc/linkcode: do not detect linkcode config changes

Since the linkcode_resolve is a function, it triggers configuration
change on each rebuild, resu...

github.com/numpy/numpydoc - 9e8002cd645947731fcff63dd71ce16503692ad4 authored almost 12 years ago by Pauli Virtanen <[email protected]>
DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes

github.com/numpy/numpydoc - 6909778a3de6f4394c3839ffaf8c4064b5431759 authored about 12 years ago by endolith <[email protected]>
sphinxext: remove mention of old files in LICENSE.txt

github.com/numpy/numpydoc - adc0c4ffbb7d06cdd71a8fa517e43d10876c3647 authored over 12 years ago by Denis Laxalde <[email protected]>
sphinxext: some cleanup in setup.py

- remove obsolete entry_points (the corresponding code was removed in
08e85c1820f8502e2a5009da...

github.com/numpy/numpydoc - 34459016c3b6eae3210fdde70aeb33e64b360e7a authored over 12 years ago by Denis Laxalde <[email protected]>
DOC: generate links to source code

github.com/numpy/numpydoc - 19325d2390d3d588bd22031d4573fdf503c48fb5 authored almost 13 years ago by Pauli Virtanen <[email protected]>
DOC: numpydoc.py was still using old, scipy trac url in docstring

github.com/numpy/numpydoc - d3b24b445e07eac58b2e61e35aed6d7bef832ea5 authored over 13 years ago by Valentin Haenel <[email protected]>
sphinxext: expose __call__ in the documentation, if it is present

github.com/numpy/numpydoc - f567867aeae275720bb9d0e10fce2ecd9e116b07 authored over 13 years ago by Pauli Virtanen <[email protected]>
sphinxext: bump numpydoc version

github.com/numpy/numpydoc - d2f1a77c08cbeba08c8fcf03e51171cb50b9e7ce authored about 14 years ago by Pauli Virtanen <[email protected]>
sphinxext: remove deprecated parts from numpydoc

github.com/numpy/numpydoc - 7e5dd2b04a31c4357413a5de32dafd66b73e9181 authored about 14 years ago by Pauli Virtanen <[email protected]>
sphinxext: fix Other Parameters section parsing in docscrape

github.com/numpy/numpydoc - 0ab06933013d6ffc1ba64ae263a0ebaceb8cfa7a authored about 14 years ago by Pauli Virtanen <[email protected]>
sphinxext/plot_directive: more robust relpath

github.com/numpy/numpydoc - c7220461388df284afe1de5e58995f7e31d130da authored over 14 years ago by Pauli Virtanen <[email protected]>
sphinxext: be explicit about Sphinx version requirements

github.com/numpy/numpydoc - 347b659eb876a1e17037718f6029d25ca81b7954 authored over 14 years ago by Pauli Virtanen <[email protected]>
sphinxext: more lenient parsing for See Also sections

github.com/numpy/numpydoc - bf11ad3e3ddd43f41de60a57732da24fd7cda1e6 authored over 14 years ago by Pauli Virtanen <[email protected]>
sphinxext: plot_directive: insert figures at points where plt.show() is called in the text

github.com/numpy/numpydoc - ba0233cb80c15b7b618c651642e8882afc277c14 authored over 14 years ago by Pauli Virtanen <[email protected]>
sphinxext: bug fix + some features in plot_directive

github.com/numpy/numpydoc - 0be8082c96c84e35b068a2deaa0ffd07fe78b95e authored over 14 years ago by Pauli Virtanen <[email protected]>
DOC: sphinxext: replace directive mangling with domains (#1489)

Only Sphinx >= 1.0 is supported now.

github.com/numpy/numpydoc - eea814e9f53e65554affab92c56e5c46654f8157 authored over 14 years ago by Pauli Virtanen <[email protected]>
Fix bug where __init__ was accessed for objects that might not have it.

github.com/numpy/numpydoc - 2227b54ca38d2eb14f41a23a063092d603cfed89 authored over 14 years ago by Fernando Perez <[email protected]>
sphinxext: fix a small bug in docscrape

github.com/numpy/numpydoc - d4b8c87e69c67e1afaf8e184e779652fd9029a44 authored about 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: add numpydoc_show_class_members option (from Michael Droettboom)

github.com/numpy/numpydoc - e9df74db526e9f67d0ccc499d8314aa378f4cc82 authored about 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: bump numpydoc version, fix build bug

github.com/numpy/numpydoc - b0281dce5d35da7dddf81c289633e51bbbc3b4de authored over 15 years ago by Pauli Virtanen <[email protected]>
numpydoc: really fix docutils < 0.5

github.com/numpy/numpydoc - 077ed1c7c6abc75be61b4b92e47fe5eb6dfeda4c authored over 15 years ago by Pauli Virtanen <[email protected]>
numpydoc: fix issue with docutils < 0.5

github.com/numpy/numpydoc - d8ad66f3b297640eca8b626c65c016ef30526dd8 authored over 15 years ago by Pauli Virtanen <[email protected]>
numpydoc: add np-* directives

github.com/numpy/numpydoc - 040d2cf4f21cec092b7420b892546e72841f9567 authored over 15 years ago by Pauli Virtanen <[email protected]>
numpydoc: fix some unicode issues

github.com/numpy/numpydoc - ff6a9b6067684f4468217428fe526c1dafb8eb18 authored over 15 years ago by Pauli Virtanen <[email protected]>
Fix typo.

github.com/numpy/numpydoc - ec8e6ad32f4522114fa1f3d04347fae097c7b0a5 authored over 15 years ago by Stefan van der Walt <[email protected]>
docs: fill in stub Methods/Attributes sections if they are omitted

github.com/numpy/numpydoc - 02a71e9d4b674368d2fd44b8631b374a38fff5dc authored over 15 years ago by Pauli Virtanen <[email protected]>
docs: remove forgotten debug print

github.com/numpy/numpydoc - 138b7efa6ddc85a068d234a5067ea5a71a6b28db authored over 15 years ago by Pauli Virtanen <[email protected]>
docs: generate Attributes and Methods sections in class documentation

github.com/numpy/numpydoc - 1d26968e0f546854fb5da28464b087a5daa3c687 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: fix python2.4 compatibility

github.com/numpy/numpydoc - 42f95f23d19a1dbf851302d99a75fb73e4354831 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib example code

github.com/numpy/numpydoc - 42795205b41dcf4774c7f246af17af61238fc6fd authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: revise plot_directive

github.com/numpy/numpydoc - 41fab31f86ba5df7dbf9d20a520544af29728333 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: use real RST references for bibliographies, and add suitable links for Latex

github.com/numpy/numpydoc - 0970cdbd2141da42c9c491ecf2a33df5826a3c0c authored over 15 years ago by Pauli Virtanen <[email protected]>
Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7

github.com/numpy/numpydoc - 3ecee461610bbaca7391c2675fde70da121e2a92 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: autosummary: don't insert nested paragraphs in the table

github.com/numpy/numpydoc - 0c7902555ede18ab25b8dd00976288e6ecb74b87 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: convert the Sphinx extensions into a `numpydoc` package that can be distributed separately

github.com/numpy/numpydoc - bc1ddc5e61e2a5cb112075765d5392e139fb834a authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: Sphinx 0.6 compatibility and deprecation warnings

github.com/numpy/numpydoc - 26711cfdfd4ce7dd3c5ef7ce6c6ff3f58a6822f6 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: autosummary: allow trailing explanations in autosummary items

github.com/numpy/numpydoc - 0c0c31b7027e303e76ed9edf6576dbbd30b21939 authored over 15 years ago by Pauli Virtanen <[email protected]>
sphinxext: autosummary: fix another signature formatting issue

github.com/numpy/numpydoc - c1104cb686bb93fb70bac2ebd65cb5c8cc977b38 authored almost 16 years ago by Pauli Virtanen <[email protected]>
sphinxext: autosummary: improve signature output & fix a bug in it

github.com/numpy/numpydoc - 4ec2f740b8bac3656bf59eb1d93acea5529c81e1 authored almost 16 years ago by Pauli Virtanen <[email protected]>
sphinxext: autosummary: ignore trailing material on each line

This allows one to add helpful comments to autosummary lines,
if one wants to do so eg. in modul...

github.com/numpy/numpydoc - 4b5ffc0c80610e12faa0a546ff9cdf31f0babb23 authored almost 16 years ago by Pauli Virtanen <[email protected]>
Update URLs to Trac.

github.com/numpy/numpydoc - 386d8153dc25bf25bce2443476fc7dc21881a9df authored almost 16 years ago by Stefan van der Walt <[email protected]>
sphinxext: clean up plot directive, and merge some features from matplotlib

github.com/numpy/numpydoc - b7aa7c6149e79a217173d0b8863c7ab16aaaa922 authored almost 16 years ago by Pauli Virtanen <[email protected]>
doc/numpydoc: work better together with Sphinx's config option

github.com/numpy/numpydoc - 0c6777c212e322c3ea7a072e4dbbf58352b72921 authored almost 16 years ago by Pauli Virtanen <[email protected]>
docs: fix minor issues, support htmlhelp.

- Don't use :members: in automodule; it generates too much
and not very useful output

- Fix e...

github.com/numpy/numpydoc - 2bfe069ee9b46901fe0188693808039b1d83ae45 authored about 16 years ago by Pauli Virtanen <[email protected]>
sphinxext: support autosummary:: directives in automodule docstrings

github.com/numpy/numpydoc - bf070f2b2a56e06ef0c473a9b13e3d862ad45b8d authored about 16 years ago by Pauli Virtanen <[email protected]>
sphinxext: fix a small bug in plot directive

github.com/numpy/numpydoc - 4fa0a278368df30d55a37e858f40ae133dc4faf8 authored about 16 years ago by Pauli Virtanen <[email protected]>
Refactor plot:: directive somewhat

github.com/numpy/numpydoc - cf0cab9b2ae4a034c555289edf5d12c6ec2b753b authored about 16 years ago by Pauli Virtanen <[email protected]>
Move Sphinx extensions under Numpy's SVN trunk

github.com/numpy/numpydoc - 8dd8676e7d9cbcd26739d7dbce01106c8caa1ded authored about 16 years ago by Pauli Virtanen <[email protected]>
Moved numpy-docs under doc/ in the main Numpy trunk.

github.com/numpy/numpydoc - b8660aa27ac13ae078f26a2ac6f7b84d0df7d4f9 authored about 16 years ago by Pauli Virtanen <[email protected]>