Skip to content

Commit 1069fe3

Browse files
committed
Fixed docs generation to be up-to-date
1 parent 0654908 commit 1069fe3

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
# The name of an image file (relative to this directory) to place at the top
138138
# of the sidebar.
139-
html_logo = "res/logo/logo_diag.png"
139+
html_logo = "res/logo/logo_alpha.png"
140140

141141
# The name of an image file (within the static path) to use as favicon of the
142142
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

docs/res/code/interface.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ add_blank
4949
**************************************
5050
.. autofunction:: napari_cellseg3d.interface::add_blank
5151

52+
toggle_visibility
53+
**************************************
54+
.. autofunction:: napari_cellseg3d.interface::toggle_visibility
5255

5356
open_file_dialog
5457
**************************************

docs/res/code/model_framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Class : ModelFramework
1212
Methods
1313
**********************
1414
.. autoclass:: napari_cellseg3d.model_framework::ModelFramework
15-
:members: __init__,toggle_visibility, load_dataset_paths,save_log, save_log_to_path,get_model, get_loss,display_status_report,load_dataset_paths,create_train_dataset_dict, load_image_dataset, load_label_dataset,load_results_path,load_model_path,get_device, update_default, remove_from_viewer
15+
:members: __init__, load_dataset_paths,save_log, save_log_to_path,get_model, get_loss,display_status_report,load_dataset_paths,create_train_dataset_dict, load_image_dataset, load_label_dataset,load_results_path,load_model_path,get_device, update_default, remove_from_viewer
1616
:noindex:
1717

1818

docs/res/code/plugin_model_inference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Class : Inferer
1111
Methods
1212
**********************
1313
.. autoclass:: napari_cellseg3d.plugin_model_inference::Inferer
14-
:members: __init__, start, build,on_start,on_error,on_finish,on_yield,check_ready,toggle_display_number,toggle_display_aniso,toggle_display_thresh, remove_from_viewer
14+
:members: __init__, start, build,on_start,on_error,on_finish,on_yield,check_ready,toggle_display_number,toggle_display_thresh, remove_from_viewer
1515
:noindex:
1616

1717

docs/res/logo/logo_alpha.png

76.6 KB
Loading

0 commit comments

Comments
 (0)