Skip to content

Commit

Permalink
doc: More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 21, 2024
1 parent d7572fe commit 17fad8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
1 change: 1 addition & 0 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 6 additions & 15 deletions doc/source/example/sofast/config.rst
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
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:


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:

0 comments on commit 17fad8c

Please sign in to comment.