8000 Small markup fixes in api docs. · matplotlib/matplotlib@1e45d43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e45d43

Browse files
committed
Small markup fixes in api docs.
- Remove extra indent of bullet list; remove trailing spaces. - Link using module references.
1 parent 78e3b5f commit 1e45d43

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, 8000 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)
0