./math/py-numpydoc, Sphinx extension to support docstrings in Numpy format

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.0, Package name: py312-numpydoc-1.8.0, Maintainer: jihbed.research

Numpy's documentation uses several custom extensions to Sphinx.

The following extensions are available:

* numpydoc: support for the Numpy docstring format in Sphinx, and
add the code description directives np:function, np-c:function,
etc. that support the Numpy docstring syntax.
* numpydoc.traitsdoc: For gathering documentation about Traits
attributes.
* numpydoc.plot_directive: Adaptation of Matplotlib's plot::
directive. Note that this implementation may still undergo severe
changes or eventually be deprecated.


Required to run:
[textproc/py-sphinx] [textproc/py-jinja2] [lang/python310]

Master sites:

Filesize: 88.325 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-22 14:45:04 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-numpydoc: updated to 1.8.0

1.8.0

Enhancements

- Unify CLIs
- Move "Attributes" and "Methods" below "Parameters"

Bug Fixes

- FIX: coroutines can have a return statement
- Unwrap decorated objects for YD01 validation check
- Fix bug with validation encoding

Documentation

- Classify development status as Production/Stable
- Add note about TOML regex; fix typo
- DOC: Clarify recommendations regarding use of backticks

Maintenance

- Fix typo in label-check.yml
- [pre-commit.ci] pre-commit autoupdate
- DEV: Rm xfails from pytest summary
- Drop Python 3.8 support
- Clean up old sphinx cruft
- Test on sphinx 7.3
- Require GHA update grouping
- Update pre-commit config
- Use ruff for linting and formatting
- Use intersphinx registry to avoid out of date links
- Do not rely on requirements.txt in ci, use .[test,doc]
- CI: update action that got moved org
- Fix navbar for documentation pages
- [pre-commit.ci] pre-commit autoupdate
- docscrape: fixes from SciPy
- MAINT: Remove scale to work around PyPI bug
   2024-05-11 07:13:15 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-numpydoc: updated to 1.7.0

1.7.0

Enhancements

- PERF: wrap inspect.getsourcelines with cache

Bug Fixes

- during tokenize, use UTF8 encoding on all platforms
- fix 'Alias for field number X' problem with NamedTuples

Documentation

- DOC: Fix typos found by codespell
- DOC: Update link to mailing list
- Add Python 3.12 to classifiers
- Update release process
- Update release process

Maintenance

- [pre-commit.ci] pre-commit autoupdate
- [pre-commit.ci] pre-commit autoupdate
- MAINT: apply refurb suggestion
- [pre-commit.ci] pre-commit autoupdate
- Bump actions/setup-python from 4 to 5
- [pre-commit.ci] pre-commit autoupdate
- Filter ``DeprecationWarning`` in failing test for python 3.12
- MAINT: Replace NameConstant with Constant
- [pre-commit.ci] pre-commit autoupdate
- Update precommit repos
- Require sphinx 6
- Use trusted publisher
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-07-10 20:58:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-numpydoc: restrict to python 3
   2022-04-19 14:05:35 by Tobias Nygren | Files touched by this commit (1)
Log message:
py-numpydoc: use versioned dependencies for jinja2
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS