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

Skip to content

Commit a6781fe

Browse files
authored
Merge pull request #20288 from anntzer/al
Small markup fixes in api docs.
2 parents 0ca9d9d + 1e45d43 commit a6781fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ API
99
For recent changes, see :doc:`api_changes`.
1010

1111
When using the library you will typically create
12-
:doc:`Figure <figure_api>` and :doc:`Axes <axes_api>` objects and
12+
:doc:`Figure <figure_api>` and :doc:`Axes <axes_api>` objects and
1313
call their methods to add content and modify the appearance.
1414

15-
- :doc:`figure_api`: axes creation, figure-level content
16-
- :doc:`axes_api`: most plotting methods, Axes labels, access to
17-
axis styling, etc.
15+
- :mod:`matplotlib.figure`: axes creation, figure-level content
16+
- :mod:`matplotlib.axes`: most plotting methods, Axes labels, access to axis
17+
styling, etc.
1818

1919
Example: We create a Figure ``fig`` and Axes ``ax``. Then we call
2020
methods on them to plot data, add axis labels and a figure title.
21-
21+
2222
.. plot::
2323
:include-source:
2424
:align: center

0 commit comments

Comments
 (0)