From 17fad8cf0d86026c933078a59429a6450cc221ae Mon Sep 17 00:00:00 2001 From: Evan Harvey Date: Thu, 21 Mar 2024 16:54:00 -0600 Subject: [PATCH] doc: More fixes --- doc/source/contributing.rst | 1 + doc/source/example/sofast/config.rst | 21 ++++++--------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 88f59f30b..1934c4a52 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -98,6 +98,7 @@ NOTE, the following pre-commit hook can be added to automatically apply black to commits: :: + $ cat .git/hooks/pre-commit for FILE in $(git diff --cached --name-only | egrep '.*\.py$') do diff --git a/doc/source/example/sofast/config.rst b/doc/source/example/sofast/config.rst index b3c8a2ed3..10529b6f8 100644 --- a/doc/source/example/sofast/config.rst +++ b/doc/source/example/sofast/config.rst @@ -1,18 +1,9 @@ -Multi Facet Data Process -======================== - -.. currentmodule:: example.sofast_fringe.example_multi_facet_data_process - -.. automodule:: example.sofast_fringe.example_multi_facet_data_process - :members: - :show-inheritance: - Single Facet Data Process ========================= -.. currentmodule:: example.sofast_fringe.example_single_facet_data_process +.. currentmodule:: example.sofast_fringe.example_process_single_facet -.. automodule:: example.sofast_fringe.example_single_facet_data_process +.. automodule:: example.sofast_fringe.example_process_single_facet :members: :show-inheritance: @@ -20,17 +11,17 @@ Single Facet Data Process Undefined Facet Data Process ============================ -.. currentmodule:: example.sofast_fringe.example_undefined_facet_data_process +.. currentmodule:: example.sofast_fringe.example_process_facet_ensemble -.. automodule:: example.sofast_fringe.example_undefined_facet_data_process +.. automodule:: example.sofast_fringe.example_process_facet_ensemble :members: :show-inheritance: View Camera Distortion ====================== -.. currentmodule:: example.sofast_fringe.example_view_camera_distortion +.. currentmodule:: example.sofast_fringe.example_calibration_camera_pose -.. automodule:: example.sofast_fringe.example_view_camera_distortion +.. automodule:: example.sofast_fringe.example_calibration_camera_pose :members: :show-inheritance: