Skip to content

Commit 17afaec

Browse files
authored
Merge pull request #449 from drewejohnson/ajohnson/448-docs
Minor tweaks before 0.9.4 release candidates
2 parents 857b9f5 + 5c6a9a1 commit 17afaec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
intersphinx_mapping = {
193193
'python': ('https://docs.python.org/3.5', None),
194194
'matplotlib': ('https://matplotlib.org', None),
195-
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
195+
'numpy': ('https://numpy.org/doc/stable/', None),
196196
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
197197
'pandas': ('https://pandas.pydata.org/docs', None),
198198
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy>=1.16.0
2-
matplotlib>=2.2.3,<=3.3.4
2+
matplotlib>=2.2.3,!=3.3.4
33
pyyaml>=5.1.1

serpentTools/parsers/sensitivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def plot(
391391
{ylabel}
392392
{legend}
393393
{ncol}
394-
{kwargs} :method:`matplotlib.pyplot.Axes.errorbar`
394+
{kwargs} :meth:`matplotlib.pyplot.Axes.errorbar`
395395
396396
.. versionadded: 0.9.4
397397

0 commit comments

Comments
 (0)