Skip to content

Commit 371471a

Browse files
committed
Fixed a few remaining broken ref-links and plot directives.
1 parent a07e2f7 commit 371471a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: doc/faq/howto_faq.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ desired. You can use separate matplotlib.ticker formatters and
425425
locators as desired because the two axes are independent.
426426

427427
.. plot::
428+
428429
import numpy as np
429430
import matplotlib.pyplot as plt
430431

@@ -611,7 +612,7 @@ There is a good chance you know more about matplotlib usage in some
611612
areas, the stuff you do every day, than many of the core developers
612613
who wrote most of the documentation. Just pulled your hair out
613614
compiling matplotlib for windows? Write a FAQ or a section for the
614-
:ref:`installing` page. Are you a digital signal processing wizard?
615+
:ref:`installing-faq` page. Are you a digital signal processing wizard?
615616
Write a tutorial on the signal analysis plotting functions like
616617
:func:`~matplotlib.pyplot.xcorr`, :func:`~matplotlib.pyplot.psd` and
617618
:func:`~matplotlib.pyplot.specgram`. Do you use matplotlib with
@@ -672,7 +673,7 @@ For more on configuring your backend, see
672673

673674
Alternatively, you can avoid pylab/pyplot altogether, which will give
674675
you a little more control, by calling the API directly as shown in
675-
:ref:`api_examples-agg_oo.py`.
676+
:ref:`api-agg_oo`.
676677

677678
You can either generate hardcopy on the filesystem by calling savefig::
678679

Diff for: doc/users/license.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the `PSF <http://www.python.org/psf/license>`_ license. See the Open
1010
Source Initiative `licenses page
1111
<http://www.opensource.org/licenses>`_ for details on individual
1212
licenses. Non-BSD compatible licenses (eg LGPL) are acceptable in
13-
matplotlib :ref:`toolkits`. For a discussion of the motivations
13+
matplotlib :ref:`toolkits-index`. For a discussion of the motivations
1414
behind the licencing choice, see :ref:`license-discussion`.
1515

1616

0 commit comments

Comments
 (0)