File tree 3 files changed +3
-14
lines changed
3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 2
2
numpydoc -- Numpy's Sphinx extensions
3
3
=====================================
4
4
5
- .. image :: https://readthedocs.org/projects/numpydoc/badge/?version=latest
6
- :alt: Documentation Status
7
- :scale: 100%
8
- :target: https://numpydoc.readthedocs.io/en/latest/
9
-
10
- .. image :: https://codecov.io/gh/numpy/numpydoc/branch/main/graph/badge.svg
11
- :target: https://app.codecov.io/gh/numpy/numpydoc/branch/main
12
-
13
- .. image :: https://github.com/numpy/numpydoc/actions/workflows/test.yml/badge.svg?branch=main
14
- :target: https://github.com/numpy/numpydoc/actions/workflows/test.yml
15
-
16
5
This package provides the ``numpydoc `` Sphinx extension for handling
17
6
docstrings formatted according to the NumPy documentation format.
18
7
The extension also adds the code description directives
Original file line number Diff line number Diff line change 1
- 1.8.0rc0
1
+ 1.8.0rc1
2
2
========
3
3
4
- We're happy to announce the release of numpydoc 1.8.0rc0 !
4
+ We're happy to announce the release of numpydoc 1.8.0rc1 !
5
5
6
6
Enhancements
7
7
------------
Original file line number Diff line number Diff line change 1
- __version__ = "1.8.0rc1.dev0 "
1
+ __version__ = "1.8.0rc1"
You can’t perform that action at this time.
0 commit comments