Skip to content

Commit

Permalink
new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclifford1 committed Nov 27, 2024
1 parent b2a9026 commit 78e2b0b
Show file tree
Hide file tree
Showing 135 changed files with 3,633 additions and 1,741 deletions.
14 changes: 11 additions & 3 deletions dev_resources/docs/IQM_Vis.UI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ IQM\_Vis.UI.custom\_widgets module
:undoc-members:
:show-inheritance:

IQM\_Vis.UI.experiment\_mode module
-----------------------------------
IQM\_Vis.UI.experiment\_mode\_2AFC module
-----------------------------------------

.. automodule:: IQM_Vis.UI.experiment_mode
.. automodule:: IQM_Vis.UI.experiment_mode_2AFC
:members:
:undoc-members:
:show-inheritance:

IQM\_Vis.UI.experiment\_mode\_JND module
----------------------------------------

.. automodule:: IQM_Vis.UI.experiment_mode_JND
:members:
:undoc-members:
:show-inheritance:
Expand Down
10 changes: 10 additions & 0 deletions dev_resources/docs/IQM_Vis.examples.KODAK_dataset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
IQM\_Vis.examples.KODAK\_dataset package
========================================

Module contents
---------------

.. automodule:: IQM_Vis.examples.KODAK_dataset
:members:
:undoc-members:
:show-inheritance:
33 changes: 1 addition & 32 deletions dev_resources/docs/IQM_Vis.examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subpackages
.. toctree::
:maxdepth: 4

IQM_Vis.examples.KODAK_dataset
IQM_Vis.examples.images

Submodules
Expand Down Expand Up @@ -36,14 +37,6 @@ IQM\_Vis.examples.dists module
:undoc-members:
:show-inheritance:

IQM\_Vis.examples.experiment module
-----------------------------------

.. automodule:: IQM_Vis.examples.experiment
:members:
:undoc-members:
:show-inheritance:

IQM\_Vis.examples.kodak module
------------------------------

Expand All @@ -52,30 +45,6 @@ IQM\_Vis.examples.kodak module
:undoc-members:
:show-inheritance:

IQM\_Vis.examples.multiple module
---------------------------------

.. automodule:: IQM_Vis.examples.multiple
:members:
:undoc-members:
:show-inheritance:

IQM\_Vis.examples.new\_api module
---------------------------------

.. automodule:: IQM_Vis.examples.new_api
:members:
:undoc-members:
:show-inheritance:

IQM\_Vis.examples.simple module
-------------------------------

.. automodule:: IQM_Vis.examples.simple
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
IQM\_Vis.UI.experiment\_mode\_2AFC
==================================

.. automodule:: IQM_Vis.UI.experiment_mode_2AFC







.. rubric:: Functions

.. autosummary::

sort_list





.. rubric:: Classes

.. autosummary::

make_experiment_2AFC
reset_image_widget_to_black









30 changes: 30 additions & 0 deletions dev_resources/docs/_autosummary/IQM_Vis.UI.experiment_mode_JND.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
IQM\_Vis.UI.experiment\_mode\_JND
=================================

.. automodule:: IQM_Vis.UI.experiment_mode_JND











.. rubric:: Classes

.. autosummary::

make_experiment_JND
reset_image_widget_to_black









3 changes: 3 additions & 0 deletions dev_resources/docs/_autosummary/IQM_Vis.UI.images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ IQM\_Vis.UI.images
~images.change_to_specific_trans
~images.completed_range_results
~images.display_images
~images.display_metric_JND_plot
~images.display_metric_correlation_plot
~images.display_metric_images
~images.display_metric_range_plot
~images.display_metrics
~images.display_metrics_graph
~images.display_metrics_text
~images.display_radar_plots
~images.get_export_dir
~images.get_metrics_over_all_trans_with_init_values
~images.init_worker_thread
~images.load_experiment_from_dir
~images.load_experiment_from_dir_JND
~images.load_human_experiment
~images.load_new_images_folder
~images.load_new_single_image
Expand Down
5 changes: 3 additions & 2 deletions dev_resources/docs/_autosummary/IQM_Vis.UI.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IQM\_Vis.UI
IQM\_Vis.UI
===========

.. automodule:: IQM_Vis.UI
Expand Down Expand Up @@ -28,7 +28,8 @@ IQM\_Vis.UI
:recursive:

IQM_Vis.UI.custom_widgets
IQM_Vis.UI.experiment_mode
IQM_Vis.UI.experiment_mode_2AFC
IQM_Vis.UI.experiment_mode_JND
IQM_Vis.UI.images
IQM_Vis.UI.layout
IQM_Vis.UI.main
Expand Down
9 changes: 7 additions & 2 deletions dev_resources/docs/_autosummary/IQM_Vis.UI.widgets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ IQM\_Vis.UI.widgets

.. autosummary::

~widgets.JND_dataset_range_lower
~widgets.JND_dataset_range_upper
~widgets.__init__
~widgets.change_dataset_name
~widgets.change_display_im_display_brightness
~widgets.change_display_im_rgb_brightness
~widgets.change_display_im_size
~widgets.change_graph_size
~widgets.change_human_scores_after_exp
~widgets.change_human_scores_after_exp_2AFC
~widgets.change_human_scores_after_exp_JND
~widgets.change_num_steps
~widgets.change_plot_lims
~widgets.change_post_processing
Expand All @@ -33,7 +37,8 @@ IQM\_Vis.UI.widgets
~widgets.export_trans_images
~widgets.generic_value_change
~widgets.init_widgets
~widgets.launch_experiment
~widgets.launch_experiment_2AFC
~widgets.launch_experiment_JND
~widgets.make_slider_range
~widgets.open_mlp_new
~widgets.reset_slider_group
Expand Down
23 changes: 23 additions & 0 deletions dev_resources/docs/_autosummary/IQM_Vis.examples.KODAK_dataset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
IQM\_Vis.examples.KODAK\_dataset
================================

.. automodule:: IQM_Vis.examples.KODAK_dataset



















7 changes: 2 additions & 5 deletions dev_resources/docs/_autosummary/IQM_Vis.examples.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IQM\_Vis.examples
IQM\_Vis.examples
=================

.. automodule:: IQM_Vis.examples
Expand Down Expand Up @@ -27,13 +27,10 @@ IQM\_Vis.examples
:toctree:
:recursive:

IQM_Vis.examples.KODAK_dataset
IQM_Vis.examples.all
IQM_Vis.examples.dataset
IQM_Vis.examples.dists
IQM_Vis.examples.experiment
IQM_Vis.examples.images
IQM_Vis.examples.kodak
IQM_Vis.examples.multiple
IQM_Vis.examples.new_api
IQM_Vis.examples.simple

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IQM\_Vis.metrics.NLPD\_torch.layers
IQM\_Vis.metrics.NLPD\_torch.layers
===================================

.. automodule:: IQM_Vis.metrics.NLPD_torch.layers
Expand All @@ -21,11 +21,3 @@ IQM\_Vis.metrics.NLPD\_torch.layers



.. rubric:: Modules

.. autosummary::
:toctree:
:recursive:

IQM_Vis.metrics.NLPD_torch.layers.divisive_normalisation

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IQM\_Vis.metrics.NLPD\_torch.pyramids
IQM\_Vis.metrics.NLPD\_torch.pyramids
=====================================

.. automodule:: IQM_Vis.metrics.NLPD_torch.pyramids
Expand All @@ -18,9 +18,6 @@ IQM\_Vis.metrics.NLPD\_torch.pyramids
.. autosummary::

LaplacianPyramid
LaplacianPyramidGDN
SteerablePyramid
SteerableWavelet



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IQM\_Vis.metrics.NLPD\_torch.utils
IQM\_Vis.metrics.NLPD\_torch.utils
==================================

.. automodule:: IQM_Vis.metrics.NLPD_torch.utils
Expand Down Expand Up @@ -28,7 +28,4 @@ IQM\_Vis.metrics.NLPD\_torch.utils
:recursive:

IQM_Vis.metrics.NLPD_torch.utils.conv
IQM_Vis.metrics.NLPD_torch.utils.fourier
IQM_Vis.metrics.NLPD_torch.utils.interp1d
IQM_Vis.metrics.NLPD_torch.utils.pyramid_filters

10 changes: 8 additions & 2 deletions dev_resources/docs/_autosummary/IQM_Vis.utils.save_utils.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IQM\_Vis.utils.save\_utils
IQM\_Vis.utils.save\_utils
==========================

.. automodule:: IQM_Vis.utils.save_utils
Expand All @@ -20,6 +20,10 @@ IQM\_Vis.utils.save\_utils
.. autosummary::

get_IQM_file
get_JND_image_names
get_JND_ref_image_dir
get_JND_ref_image_unprocessed_dir
get_JND_user_ID
get_human_scores_file
get_human_times_file
get_image_name_from_human_scores
Expand All @@ -31,9 +35,11 @@ IQM\_Vis.utils.save\_utils
load_json_dict
load_obj
make_name_for_trans
save_2AFC_experiment_results
save_JND_experiment_results
save_and_merge_df_as_csv
save_and_merge_rm_duplicates_df_as_csv
save_df_as_csv
save_experiment_results
save_json_dict
save_obj

Expand Down
Binary file modified dev_resources/docs/_build/doctrees/IQM_Vis.UI.doctree
Binary file not shown.
Binary file modified dev_resources/docs/_build/doctrees/IQM_Vis.doctree
Binary file not shown.
Binary file not shown.
Binary file modified dev_resources/docs/_build/doctrees/IQM_Vis.examples.doctree
Binary file not shown.
Binary file modified dev_resources/docs/_build/doctrees/IQM_Vis.metrics.SSIM.doctree
Binary file not shown.
Binary file modified dev_resources/docs/_build/doctrees/IQM_Vis.utils.doctree
Binary file not shown.
Binary file modified dev_resources/docs/_build/doctrees/Tutorials.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev_resources/docs/_build/doctrees/environment.pickle
Binary file not shown.
Loading

0 comments on commit 78e2b0b

Please sign in to comment.