File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ <h3>Contents</h3>
6
6
< li > < a href ="{{ pathto('interactive') }} "> Interactive Displays</ a > </ li >
7
7
< li > < a href ="{{ pathto('plotpanel') }} "> PlotPanel API</ a > </ li >
8
8
< li > < a href ="{{ pathto('imagepanel') }} "> Image API</ a > </ li >
9
- < li > < a href ="{{ pathto('examples') }} "> Examples</ a > </ li >
9
+ < li > < a href ="{{ pathto('examples') }} "> Examples</ a > </ li >
10
10
< li > < a href ="{{ pathto('other') }} "> Speciality Displays</ a > </ li >
11
- < li > < a href ="{{ pathto('comparisons') }} "> Comparisons</ a > </ li >
11
+ < li > < a href ="{{ pathto('comparisons') }} "> Comparisons</ a > </ li >
12
12
</ ul >
13
13
< p >
14
14
Original file line number Diff line number Diff line change 17
17
project = 'wxmplot'
18
18
copyright = f'{ date .today ()} , Matthew Newville, The University of Chicago'
19
19
20
- release = version_parse (wxmplot .__version__ ).public
20
+ release = version_parse (wxmplot .__version__ ).base_version
21
21
22
22
html_title = "WXMPLOT: interactive plotting with Python"
23
23
html_short_title = "WXMPLOT"
You can’t perform that action at this time.
0 commit comments