You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List list a number of edge cases in upstream libraries,
it would be great is upstream would accept to fix them.
They are usually handled by sphinx but add complexity to papyri.
Numpy:
Links that use `<...>` syntax with no text. I think they can be replaced by just `...`
$ rg '[^`]`<.+>`'
doc/RELEASE_WALKTHROUGH.rst.txt
158:provided at `<https://github.com/MacPython/numpy-wheels>`_ to check the
245:Go to `<https://github.com/numpy/numpy/releases>`_, there should be a ``v1.21.0
311:This assumes that you have forked `<https://github.com/numpy/numpy.org>`_::
numpy/_typing/_scalars.py
11:# coerced into `<X>` (with the casting rule `same_kind`)
doc/HOWTO_RELEASE.rst.txt
112:- numpy-wheels `<https://github.com/MacPython/numpy-wheels>`_ (clone)
128:- terryfy `<https://github.com/MacPython/terryfy>`_ (clone).
doc/source/release/1.5.0-notes.rst
19:at `<https://web.archive.org/web/20100817112505/http://bitbucket.org/jpellerin/nose3/>`_ however.
Scipy
Math directive, some function use multiline math directive where it's difficult to distinguish arguments from body:
The Bartlett window is defined as
.. math:: w(n) = \frac{2}{M-1} \left(
\frac{M-1}{2} - \left|n - \frac{M-1}{2}\right|
\right)
would be better as
The Bartlett window is defined as
.. math::
w(n) = \frac{2}{M-1} \left(
\frac{M-1}{2} - \left|n - \frac{M-1}{2}\right|
\right)
List list a number of edge cases in upstream libraries,
it would be great is upstream would accept to fix them.
They are usually handled by sphinx but add complexity to papyri.
Numpy:
Links that use
`<...>`
syntax with no text. I think they can be replaced by just`...`
Scipy
Math directive, some function use multiline math directive where it's difficult to distinguish arguments from body:
would be better as
Here is some functions that do that:
The text was updated successfully, but these errors were encountered: