Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f81d75c

Browse files
Rectified typos in documenting_mpl.rst
Felt the sentence too long and confusing. Tried to make it more understandable.
1 parent 8162641 commit f81d75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ Other packages can also be linked via
290290
291291
will return this link: `numpy.mean`. This works for Python, Numpy, Scipy,
292292
and Pandas (full list is in :file:`doc/conf.py`). Sometimes it is tricky
293-
to get external Sphinx linking to work; to
294-
check that a something exists to link to the following shell command outputs
293+
to get external Sphinx linking to work and to
294+
check that something exists to a link. Following shell command outputs
295295
a list of all objects that can be referenced (in this case for Numpy)::
296296

297297
python -m sphinx.ext.intersphinx 'https://docs.scipy.org/doc/numpy/objects.inv'

0 commit comments

Comments
 (0)