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

Skip to content

Commit f024adf

Browse files
committed
Fix doc markup.
svn path=/trunk/matplotlib/; revision=6306
1 parent 4bed545 commit f024adf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ compiling matplotlib for windows? Write a FAQ or a section for the
542542
Write a tutorial on the signal analysis plotting functions like
543543
:func:`~matplotlib.pyplot.xcorr`, :func:`~matplotlib.pyplot.psd` and
544544
:func:`~matplotlib.pyplot.specgram`. Do you use matplotlib with
545-
`django <http://www.djangoproject.com>`_ or other popular web
545+
`django <http://www.djangoproject.com/>`_ or other popular web
546546
application servers? Write a FAQ or tutorial and we'll find a place
547547
for it in the :ref:`users-guide-index`. Bundle matplotlib in a
548548
`py2exe <http://www.py2exe.org/>`_ app? ... I think you get the idea.

lib/matplotlib/ticker.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,22 @@
7777
formatter operates on a single tick value and returns a string to the
7878
axis.
7979
80-
:clss:`NullFormatter`
80+
:class:`NullFormatter`
8181
no labels on the ticks
8282
83-
:clss:`FixedFormatter`
83+
:class:`FixedFormatter`
8484
set the strings manually for the labels
8585
86-
:clss:`FuncFormatter`
86+
:class:`FuncFormatter`
8787
user defined function sets the labels
8888
89-
:clss:`FormatStrFormatter`
89+
:class:`FormatStrFormatter`
9090
use a sprintf format string
9191
92-
:clss:`ScalarFormatter`
92+
:class:`ScalarFormatter`
9393
default formatter for scalars; autopick the fmt string
9494
95-
:clss:`LogFormatter`
95+
:class:`LogFormatter`
9696
formatter for log axes
9797
9898
@@ -109,7 +109,7 @@
109109
ax.yaxis.set_minor_formatter( yminorFormatter )
110110
111111
See :ref:`pylab_examples-major_minor_demo1` for an example of setting
112-
major an minor ticks. See the :module:`matplotlib.dates` module for
112+
major an minor ticks. See the :mod:`matplotlib.dates` module for
113113
more information and examples of using date locators and formatters.
114114
"""
115115

0 commit comments

Comments
 (0)