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

Skip to content

Commit df5aaca

Browse files
committed
fix some formatting in documentation guide
svn path=/trunk/matplotlib/; revision=5417
1 parent f81164a commit df5aaca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/devel/documenting_mpl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ you can also pass a ``latex`` flag to make.py to build a pdf, or pass no
3131
arguments to build everything.
3232

3333
The output produced by Sphinx can be configured by editing the `conf.py`
34-
file located in the `doc\`.
34+
file located in the `doc/`.
3535

3636
Organization of Matplotlib's Documentation
3737
==========================================
@@ -81,9 +81,9 @@ working with Sphinx in general. Here are a few additional things to keep in mind
8181

8282
In [69]: lines = plot([1,2,3])
8383

84-
which would yield::
84+
which would yield:
8585

86-
.. sourcecode:: ipython
86+
.. sourcecode:: ipython
8787

8888
In [69]: lines = plot([1,2,3])
8989

0 commit comments

Comments
 (0)