Skip to content

Commit c439104

Browse files
committed
Merge pull request #3595 from jenshnielsen/master_doc_fixes
DOC : Some small doc fixes only relevant on the master branch
2 parents 34ed45a + 2794f24 commit c439104

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'sphinxext.github',
3535
'numpydoc']
3636

37-
exclude_patterns = ['api/api_changes/README.rst']
37+
exclude_patterns = ['api/api_changes/README.rst', 'users/whats_new/README.rst']
3838

3939
# Use IPython's console highlighting by default
4040
try:

doc/users/whats_new/rcparams.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Added "legend.framealpha" key to rcParams
2-
```````````````````````````
1+
Added "legend.framealpha" key to rcParams
2+
`````````````````````````````````````````
33

4-
Added a key and the corresponding logic to control the default transparency of
4+
Added a key and the corresponding logic to control the default transparency of
55
legend frames. This feature was written into the docstring of axes.legend(),
6-
but not yet implemented.
6+
but not yet implemented.

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
28642864
the column it appears in
28652865
28662866
- *use_mrecords*: if True, return an mrecords.fromrecords record array if
2867-
any of the data are missing
2867+
any of the data are missing
28682868
28692869
- *dayfirst*: default is False so that MM-DD-YY has precedence over
28702870
DD-MM-YY. See

0 commit comments

Comments
 (0)