Ecosyste.ms: OpenCollective

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

github.com/numpy/numpydoc

Numpy's Sphinx extensions
https://github.com/numpy/numpydoc

Merge pull request #95 from amueller/mangling_error_info

ENH: add context to section error messages

Inform user about error locations, so they are eas...

f65cf641bcb81ddc04bfdbcb44517a4e4769b17f authored over 7 years ago by Pauli Virtanen <[email protected]>
make tests run under python2.7

52f247c498b83f4146d3534b15af44e8f8c9be50 authored over 7 years ago by Andreas Mueller <[email protected]>
less hacky solution to duplicate section error message, added tests

46036b0a4e458f79ee6b8980b9d0e15fe204b143 authored over 7 years ago by Andreas Mueller <[email protected]>
add context to signature mangling errors

9af63b575c3b82205ecc63bc6118a69a4c1e9f24 authored over 7 years ago by Andreas Mueller <[email protected]>
make getting filename python2 compatible

4b19002113e4ad8b6dd1b9df6fe169903a97f36a authored over 7 years ago by Andreas Mueller <[email protected]>
Merge pull request #91 from ehebert/fix-parser-error-message

BUG: Make docscrape ParseError Python 3 compatible.

62cb39dbf1d94001a322cbae3e65d8c7dfaf7c03 authored over 7 years ago by Ralf Gommers <[email protected]>
MAINT: set version number to 0.7.0.dev0

13ae28b4f69f323d03dd8b8a9cc78f76beb03b1b authored over 7 years ago by Julien Schueller <[email protected]>
Merge pull request #93 from jschueller/patch-2

Fix regression in #81

e11e10c274105a7415cf2985af8b6caa2a0e07d1 authored over 7 years ago by Ralf Gommers <[email protected]>
Fix regression in #81

It seems #81 introduced some kind of bug:

I have the following rst file documenting MyClass obj...

7d7f11ccd7f7b84898a247cc15263fcf737b9fae authored over 7 years ago by Julien Schueller <[email protected]>
BUG: Make docscrape ParseError Python 3 compatible.

Fix `__str__` for `ParseError` in Python 3, which was resulting in error
messages with `numpydoc...

436c55ae4618d3fc84e8978f07d2b3eb796835d8 authored almost 8 years ago by Eddie Hebert <[email protected]>
Merge pull request #85 from rgommers/remove-linkcode

MAINT: set minimum Sphinx version to 1.2.3, remove linkcode extension.

6df5c12b961aec1f46d246a15ba7dc4ac6a0d656 authored almost 8 years ago by Ralf Gommers <[email protected]>
Merge pull request #84 from rgommers/test-sdist

TST: run test suite after installing via sdist.

35babc3bbe9fae0ffea142e2281503bd18485279 authored almost 8 years ago by Ralf Gommers <[email protected]>
Merge pull request #86 from rgommers/fix-test-classmethods

TST: update test for change in gh-81.

92d9d2f10db4616269f9c703d31e5aacd2da8c3e authored almost 8 years ago by Pauli Virtanen <[email protected]>
TST: update test for change in gh-81.

7ff5fafb35452d69ab7c777ad9f1f336ac3379d0 authored about 8 years ago by Ralf Gommers <[email protected]>
Merge pull request #81 from SirNO/master

Added ..currentmodule:: before ..autosummary::

4261ebb7abb71b67b0c56866b1912f68631e2945 authored about 8 years ago by Ralf Gommers <[email protected]>
MAINT: set minimum Sphinx version to 1.2.3, remove linkcode extension.

linkcode has been included in Sphinx 1.2, and has been giving a
warning when running the numpydo...

9c82f305df6fb36e483199cc9f4a2dccad91521c authored about 8 years ago by Ralf Gommers <[email protected]>
TST: run tests on TravisCI with Python 3.6 instead of 3.5

dea552cec05dca446a6added583c116fbb483c7d authored about 8 years ago by Ralf Gommers <[email protected]>
TST: run test suite after installing via sdist.

This should catch issues like the one fixed in gh-83.
``python setup.py test`` should not be use...

fd053d46d346bba36f9f1f8ac2f0b317f5f7a3c3 authored about 8 years ago by Ralf Gommers <[email protected]>
Merge pull request #83 from rgommers/fix-install

BUG: fix installing numpydoc, broken with missing templates after gh-77.

18df9d11c9e43d2ce44a82d44907bbac214b8924 authored about 8 years ago by Ralf Gommers <[email protected]>
BUG: fix installing numydoc, broken with missing templates after gh-77.

c9881fa5c8e9c3a6246c1343aff6556e4fa6c2ea authored about 8 years ago by Ralf Gommers <[email protected]>
Merge pull request #77 from jnothman/templated-order

ENH: render numpydoc strings from a template

de494ff01936380157fd71cc0988a08ae9cfe84c authored about 8 years ago by Ralf Gommers <[email protected]>
Added ..currentmodule:: before ..autosummary::

50651c6442b87aa876f288e0cf02f3fe93954d53 authored about 8 years ago by Nicolas Ochsner <[email protected]>
Merge pull request #79 from rgommers/classifiers

MAINT: add PyPI classifier for Python 3.6, remove Python 2.6 / 3.3

4c7909cd367ac76a478bbb83036146a8262c42a9 authored about 8 years ago by Stefan van der Walt <[email protected]>
Add dependency on jinja2

6c2e67f72bc269efab578e23c1be2d890b1d16fb authored about 8 years ago by Joel Nothman <[email protected]>
MAINT: add PyPI classifier for Python 3.6, remove Python 2.6 / 3.3

The rest of the world (including numpy) has now dropped 2.6 and 3.3,
so let's just be consistent.

de4dab83e8d1da2a86b5acf393c16fd119da22a7 authored about 8 years ago by Ralf Gommers <[email protected]>
Render numpydoc strings from a template

9c232e45afc2224ed4cce6f4dbb1aae92b1078f1 authored about 8 years ago by Joel Nothman <[email protected]>
Merge pull request #73 from MSeifert04/textsignature-if-no-other

ENH: use __text_signature__ if pydoc.doc does not reveal a signature.

89fb6cdffa5056a1f7e06723b723ac3a7d50625c authored about 8 years ago by Ralf Gommers <[email protected]>
Merge pull request #76 from jschueller/version

Add __version__ attribute

701fc3de5475ca2cab15ff7a0d8d241ba6b02d64 authored about 8 years ago by Pauli Virtanen <[email protected]>
Add __version__ attribute

86d88bb72bec6b43bbc64d580db3085a5618fb96 authored about 8 years ago by Julien Schueller <[email protected]>
ENH: use __text_signature__ if pydoc.doc does not reveal a signature.

This allows to support the __text_signature__ property on Python 3.4+
to document C functions.

72803560ea974ec071bf47e075b78ee857e777d0 authored about 8 years ago by Michael Seifert <[email protected]>
Merge pull request #71 from lesteve/remove-non-python3-compatible-files

Remove non-Python3 compatible files

5084f791a9614b79583df2faccfa62e79e293caa authored about 8 years ago by Stefan van der Walt <[email protected]>
Remove non Python3 compatible files

ad672f1f6962c08a72818a341ab56624eebd0cc1 authored about 8 years ago by Loïc Estève <[email protected]>
Merge pull request #53 from haobibo/master

Allow extending NumpyDocString sections

24e915e9282fa9632716fa323165a6c8b0d35be2 authored over 8 years ago by Stefan van der Walt <[email protected]>
Merge pull request #61 from amueller/add_source_lines

Add (possibly slightly off) source lines to mangled docstrings

c9b9634a0163449769aa6a3aad6235de7f8be258 authored over 8 years ago by Stefan van der Walt <[email protected]>
Merge pull request #65 from NelleV/64_section_twice

Raise an error when a section is present twice

22e50809b5b16b0341ac70870e4a906f96d83b43 authored over 8 years ago by Stefan van der Walt <[email protected]>
add (possibly slightly off) source lines to mangled docstrings.

more agressive change to match up new lines with old lines.

adjust expectations in docstring

s...

6546f0638f30d3a77375532c4cfc7e3d9fb91faf authored over 8 years ago by Andreas Mueller <[email protected]>
FIX Unknow sections should not raise an error

cb9c29d9b42dfa852e8eb926111ecaefd6a393ee authored over 8 years ago by Nelle Varoquaux <[email protected]>
Merge pull request #50 from callegar/ref_rename_enhance

Fix/enhance replacement of citation reference numbers to avoid duplicates

4835c31ca64347091d89370d23d2aa3d4b4165a7 authored over 8 years ago by Ralf Gommers <[email protected]>
FIX raises an error if a section appears twice

closes #64

21405613cb189deaafe033dbd5f61a905c60dd86 authored over 8 years ago by Nelle Varoquaux <[email protected]>
MAINT Added *.swp and *.swo to gitignore

For vim users!

c3e60b86bf6e493649d476ad5d5a60b557afaa02 authored over 8 years ago by Nelle Varoquaux <[email protected]>
Merge pull request #63 from amueller/attribute_formatting

bold attributes so we don't have to deal with trailing underscores

8dd78ecb0acdd03a81f0ef60a163fdaa6c109921 authored over 8 years ago by Ralf Gommers <[email protected]>
adjust tests

8c3da14a3bbb4bd8666122bb5c0a26c01988a148 authored over 8 years ago by Andreas Mueller <[email protected]>
bold attributes so we don't have to deal with trailing underscores. Also looks better.

28ef84eddb0a318a43b899142986b2c74f89c672 authored over 8 years ago by Andreas Mueller <[email protected]>
Merge pull request #60 from tacaswell/bld_sphinx_req

BLD: fix sphinx version req

2eb727726839ed0c6b7c0902c3857a4bd2fc57d4 authored over 8 years ago by Stefan van der Walt <[email protected]>
BLD: fix sphinx version req

pip complained about the `()`

b7facfd7e4cde41a20ef1a2838ecf7d9f81d066a authored over 8 years ago by Thomas A Caswell <[email protected]>
Merge pull request #56 from dukebody/install_requires

BLD: use setuptools 'install_requires' instead of 'requires' in setup.py.

4a7672767e51f04b4f85fa7166deb8e216e79032 authored over 8 years ago by Ralf Gommers <[email protected]>
Use setuptools 'install_requires' instead of 'requires' in setup.py.

dd2040d8f6d18c4e11302347933d3f9496476dad authored over 8 years ago by Israel Saeta Pérez <[email protected]>
change to deep copy for doc sections.

a3e6d6ad957b0310784acf7d40b9dc81de7730eb authored almost 9 years ago by Bibo Hao <[email protected]>
allow extending NumpyDocString sections

Current implementation of NumpyDocString define sections in
`self._parsed_data` in `NumpyDocStri...

c903e282050b4c9bdaa422000328277fc4ede580 authored almost 9 years ago by Bibo Hao <[email protected]>
Make default citation pattern more general

8ee66bd1d433bdb4efa1ff009381530afe14fcc2 authored almost 9 years ago by Sergio Callegari <[email protected]>
Make citation pattern configurable

e5773419d6bc28f4abf5f78683ecb16bfe4a22b4 authored almost 9 years ago by Sergio Callegari <[email protected]>
Avoid sorting references by length while renaming

20decf6e7243da4055645e345105fb0e82e0a429 authored almost 9 years ago by Sergio Callegari <[email protected]>
Factor out function to rename references

* This makes the functionality easier to replace from
other extensions, should this be needed

e2f6842db2fbc74517119e5de06133936d16f199 authored almost 9 years ago by Sergio Callegari <[email protected]>
REL: update version to 0.6.0, add PyPi classifiers.

ef988a4a4658c991f4445f6241ab02d74710c6e3 authored almost 9 years ago by Ralf Gommers <[email protected]>
Merge pull request #48 from rgommers/sdist

REL: use the distutils sdist command instead of the setuptools one.

36adec56e92e241eacb94c8f3dcae5a5b0b84310 authored almost 9 years ago by Ralf Gommers <[email protected]>
Merge pull request #42 from androomerrill/docscrape-bugfix

BUG: restore support for Python 3.4.

7ad04bf796be6ba21c8d5fe4e25d234633adbd58 authored almost 9 years ago by Ralf Gommers <[email protected]>
REL: use the distutils sdist command instead of the setuptools one.

This removed some unwanted useless files like an empty setup.cfg

5b4e1eac5081114621a79ad986a2ae1b5664485a authored almost 9 years ago by Ralf Gommers <[email protected]>
numpydoc.docscrape: Restore support for Python 3.4.

Fixing backwards compatibility bug introduced in commit
254494c, which broke support for Python ...

94d8d936584cc16762f89673f7c5b7fa447ab53f authored about 9 years ago by Andrew Merrill <[email protected]>
Merge pull request #41 from pv/travis-sphinx

CI: run Travis on Sphinx 1.2.x and latest

452dae79806bb4a81fbf510b76c6d6e7aca68d9a authored about 9 years ago by Pauli Virtanen <[email protected]>
CI: run Travis on Sphinx 1.2.x and latest

7f335184edc85e58e585bb4362edf535858af0e6 authored about 9 years ago by Pauli Virtanen <[email protected]>
Merge pull request #38 from jschueller/patch-1

ENH: return extension metadata

4e56494c25336c54586a77896ad2d4a29c91c172 authored about 9 years ago by Pauli Virtanen <[email protected]>
Merge pull request #40 from larsmans/parse-errors

ENH: better error messages from NumpyDocString

d99ef90a257f0ad12ddc9d9fa770463b2ebce49c authored about 9 years ago by Pauli Virtanen <[email protected]>
Merge pull request #39 from ogrisel/python-3.5-getfullargspec-deprecated

MAINT: inspect.getfullargspec is deprecated in Py3.5

ede5cd6af345bf1ebd744eb512a225b68df15917 authored about 9 years ago by Pauli Virtanen <[email protected]>
better error messages from NumpyDocString

make html wouldn't say where the error originates. This way, we get
at least a hint.

1a848331c2cf53d4fe356f4607799524bcc577ed authored over 9 years ago by Lars Buitinck <[email protected]>
MAINT inspect.getfullargspec is deprecated in Py3.5

b9c4c90d1310c6f3f6005f09b4a7a6437784302a authored over 9 years ago by Olivier Grisel <[email protected]>
return extension metadata

see http://sphinx-doc.org/latest/extdev/index.html

ebe0dd10477064be4f143410500870b0a9f1de55 authored over 9 years ago by jschueller <[email protected]>
Merge pull request #37 from pv/fix-fmterror

BUG: fix spacing in sphinx class doc attribute listing

7b17004d436e8440496aa47a2ccd9e2c4ca8d2ed authored over 9 years ago by Pauli Virtanen <[email protected]>
CI: fix travis pip install + add caching

0cd550df942828217d1f4b6e7808c7507fdd28ff authored over 9 years ago by Pauli Virtanen <[email protected]>
BUG: fix spacing in sphinx class doc attribute listing

36a7d68dfecc0a90c4c3fd0eadcbfc02eed8be9c authored over 9 years ago by Pauli Virtanen <[email protected]>
Merge pull request #32 from ragv/scikit_learn_sync

PEP8 Fixes

16ef04c41d497bad6fc4616a8d06e1d6402418a3 authored almost 10 years ago by Ralf Gommers <[email protected]>
PEP8 fixes for docscrape.py

254494c5334ad7c2fb3eb6d3908d0bf9a07fc68d authored almost 10 years ago by Raghav R V <[email protected]>
PEP8 fixes for docscrape_sphinx.py

f6ed8c3696a0080383104530aaaefa1acbb2f6a6 authored almost 10 years ago by Raghav R V <[email protected]>
PEP8 fixes for numpydoc.py

d079ddade3a2e1cb65a2e705b7cf19973c9fdb18 authored almost 10 years ago by Raghav R V <[email protected]>
Merge pull request #29 from tacaswell/DocString_keys

ENH : NumpyDocString subclass collections.Mapping

96a0fe332767846fa3f6904929d8dba7caaef80b authored almost 10 years ago by Pauli Virtanen <[email protected]>
Merge pull request #25 from chebee7i/patch-1

ENH: support Yields section

87fff99fd06338252cf65776a6427fdad1b0b12b authored almost 10 years ago by Pauli Virtanen <[email protected]>
MAINT: More explicit call while building docstrings.

736951e14f4572de3d4db3b1255f5eec59e5f106 authored almost 10 years ago by chebee7i <[email protected]>
TST: More unit tests for the Yields section.

8199426c12245a6e945b2328f0f696c080dd1e32 authored almost 10 years ago by chebee7i <[email protected]>
ENH: Raise exception if docstring contains Returns and Yields.

b618d5263cecd8333f161ee395e903441330a83a authored almost 10 years ago by chebee7i <[email protected]>
Merge pull request #1 from tacaswell/yield_section

ENH : simplify handling of Yield section

ddd7dc6654c61b1a528c98bf3781ea5ba87bbbb6 authored almost 10 years ago by chebee7i <[email protected]>
TST : removed print statement

def02e67112275384772dad07854f7b25b5f1a97 authored almost 10 years ago by Thomas A Caswell <[email protected]>
ENH : simplify handling of Yield section

ddb5632673540890ae5199d85ab6138a56255210 authored almost 10 years ago by Thomas A Caswell <[email protected]>
Add support for Yields for sphinx strings as well.

95c287910577af2a4f4f8911cafde3a9708cc3c1 authored almost 10 years ago by chebee7i <[email protected]>
Add unit test for Yields section.

8f0bef9ce337a697c2785fcf901c4e9304114327 authored almost 10 years ago by chebee7i <[email protected]>
ENH : NumpyDocString subclass collections.Mapping

Sub-classing `collections.Mapping` and providing a __iter__ and __len__
methods (completely dele...

7853c76a2e780889860244d9050bd4e1b844b511 authored about 10 years ago by Thomas A Caswell <[email protected]>
Merge pull request #22 from espdev/show-inherited-class-members

ENH: Add a config option for showing/hiding the inherited class members

51982b2bdf18f4e172bd86ea34f05e0e577be8aa authored over 10 years ago by Pauli Virtanen <[email protected]>
Support Yields section in traitsdoc too.

246b4404631015f14505cb19ccab2e7d70abbd68 authored over 10 years ago by chebee7i <[email protected]>
Support Yields section.

b6af82510e1be001accea2d4840ff16f960a0809 authored over 10 years ago by chebee7i <[email protected]>
Update version to 0.6.dev

7c3a1dcb497d39afa07b654c903d8988f653f9ac authored over 10 years ago by Pauli Virtanen <[email protected]>
Bump version to 0.5

84cc897d266e0afc28fc5296edf01afb08005472 authored over 10 years ago by Pauli Virtanen <[email protected]>
Updated README

1eded928a33b2f43303cf9dcf1a7217b82ba8069 authored over 10 years ago by espdev <[email protected]>
Added a config option "numpydoc_show_inherited_class_members". This option enables showing of inherited class members in the docs. The option has enabled by default.

05f8302cc4672f337cbadbad6b5d7705b61994f7 authored over 10 years ago by espdev <[email protected]>
Merge pull request #19 from larsmans/master

DOC: link to NumPy/SciPy documentation guide

6c2ca3b4a264fd848e9a1f415049c1c0e0c88d4a authored over 10 years ago by Stefan van der Walt <[email protected]>
DOC link to NumPy/SciPy documentation guide

ac35320ff81dc46ab6332442219a552f85c08881 authored over 10 years ago by Lars Buitinck <[email protected]>
Merge pull request #18 from takluyver/getfullargspec

BUG: Use getfullargspec() on Python 3

56a1b39e8b16f2292f6b2b54ce26d259003fadad authored almost 11 years ago by Julian Taylor <[email protected]>
BUG: Use getfullargspec() on Python 3

6d609b77bed791cab4af92360bf5042fac1e4ff7 authored almost 11 years ago by Thomas Kluyver <[email protected]>
DOC: add travis link to readme

e433d273afe278162b07535f54ab182bff4f2565 authored almost 11 years ago by Pauli Virtanen <[email protected]>
Merge pull request #11 from kermit666/listcomp-py3

BUG: listcomp -> for-loop (listcopms create a new scope in py3), bypass AttributeError

945dcdf362911df1978c217030b6a5610465ddeb authored almost 11 years ago by Pauli Virtanen <[email protected]>
listcomp -> for-loop (listcopms create a new scope in py3), bypass AttributeError on Pandas.str

b58dd600e8c504e173120a58b4700a1f9dc1e8cc authored almost 11 years ago by Dražen Lučanin <[email protected]>
Merge pull request #9 from pv/fixes

MAINT: add travis, fix minor bug, and stub out Py3 porting tests for unported modules

adcc5da3c27960f981cd1cb897b170f004d40cf3 authored almost 11 years ago by Pauli Virtanen <[email protected]>
TST: skip tests on Py3 for modules that have not been ported

be19d718646faddc8e8e12aa9b3a6a4393125cfb authored almost 11 years ago by Pauli Virtanen <[email protected]>