Skip to content

Commit

Permalink
docs(api.rst): restructure and align section headers for improved rea…
Browse files Browse the repository at this point in the history
…dability and consistency
  • Loading branch information
yxlao committed Dec 28, 2024
1 parent 5b49be2 commit 448c879
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,71 +1,67 @@
API Reference
============
==============

.. contents::
:local:
:depth: 2
:class: this-will-duplicate-information-and-it-is-still-useful-here
.. currentmodule:: ct

Camera Operations
---------------

.. currentmodule:: ct
----------------------------------------

.. automodule:: ct.camera
:members:
:undoc-members:
:show-inheritance:

Coordinate Conversion
-------------------
----------------------------------------

.. _label1:
.. automodule:: ct.convert
:members:
:undoc-members:
:show-inheritance:

Image and Depth I/O
-----------------
----------------------------------------

.. automodule:: ct.io
:members:
:undoc-members:
:show-inheritance:

Projection
---------
----------------------------------------

.. automodule:: ct.project
:members:
:undoc-members:
:show-inheritance:

Ray Casting
----------
----------------------------------------

.. automodule:: ct.raycast
:members:
:undoc-members:
:show-inheritance:

COLMAP Tools
-----------
----------------------------------------

.. automodule:: ct.colmap
:members:
:undoc-members:
:show-inheritance:

Image Metrics
------------
----------------------------------------

.. automodule:: ct.metric
:members:
:undoc-members:
:show-inheritance:

Rendering
--------
----------------------------------------

.. automodule:: ct.render
:members:
Expand Down

0 comments on commit 448c879

Please sign in to comment.