Commit cba3e2b David Stirling
committed
1 parent 55346f5 commit cba3e2b Copy full SHA for cba3e2b
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ def _on_about(self):
71
71
AboutBox (info )
72
72
73
73
def make_help_menu (frame , main = False , manual_url = "index.html" ):
74
- manual_url = f"https://cellprofiler-manual.s3.amazonaws.com/CellProfiler-Analyst-{ __version__ } /{ manual_url } "
74
+ help_version = __version__ .rsplit ('.' , 1 )[0 ]
75
+ manual_url = f"https://cellprofiler-manual.s3.amazonaws.com/CellProfiler-Analyst-{ help_version } /{ manual_url } "
75
76
helpMenu = wx .Menu ()
76
77
def on_manual (self ):
77
78
import webbrowser
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- ============
7
- Manual 3.0.3
8
- ============
6
+ ==========
7
+ Manual 3.0
8
+ ==========
9
9
10
10
.. image :: https://i.imgur.com/uaEp2md.png
11
11
You can’t perform that action at this time.
0 commit comments