File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ def _on_about(self):
7171 AboutBox (info )
7272
7373def 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 } "
7576 helpMenu = wx .Menu ()
7677 def on_manual (self ):
7778 import webbrowser
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- ============
7- Manual 3.0.3
8- ============
6+ ==========
7+ Manual 3.0
8+ ==========
99
1010.. image :: https://i.imgur.com/uaEp2md.png
1111
You can’t perform that action at this time.
0 commit comments