Skip to content

Commit 284ff83

Browse files
committed
more doc formatting tweaks
1 parent 074e3c4 commit 284ff83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/_templates/indexsidebar.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ <h3>Contents</h3>
66
<li>&nbsp; &nbsp;<a href="{{ pathto('interactive') }}"> Interactive Displays</a></li>
77
<li>&nbsp; &nbsp;<a href="{{ pathto('plotpanel') }}"> PlotPanel API</a></li>
88
<li>&nbsp; &nbsp;<a href="{{ pathto('imagepanel') }}"> Image API</a></li>
9-
<li>&nbsp; &nbsp;<a href="{{ pathto('examples') }}"> Examples</a></li>
9+
<li>&nbsp; &nbsp;<a href="{{ pathto('examples') }}"> Examples</a></li>
1010
<li>&nbsp; &nbsp;<a href="{{ pathto('other') }}"> Speciality Displays</a></li>
11-
<li>&nbsp; &nbsp;<a href="{{ pathto('comparisons') }}">Comparisons</a></li>
11+
<li>&nbsp; &nbsp;<a href="{{ pathto('comparisons') }}"> Comparisons</a></li>
1212
</ul>
1313
<p>
1414

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project = 'wxmplot'
1818
copyright = f'{date.today()}, Matthew Newville, The University of Chicago'
1919

20-
release = version_parse(wxmplot.__version__).public
20+
release = version_parse(wxmplot.__version__).base_version
2121

2222
html_title = "WXMPLOT: interactive plotting with Python"
2323
html_short_title = "WXMPLOT"

0 commit comments

Comments
 (0)