From 1fba17baf9513c905f665ccd5c6d081628c0a5a4 Mon Sep 17 00:00:00 2001
From: Evan Harvey <eharvey@sandia.gov>
Date: Mon, 20 Jan 2025 11:13:52 -0700
Subject: [PATCH] doc/source/library_reference/common/lib/opencsp_path: Added

---
 .../common/lib/opencsp_path/config.rst        | 27 +++++++++++++++++++
 .../common/lib/opencsp_path/index.rst         |  9 +++++++
 doc/source/library_reference/index.rst        |  1 +
 3 files changed, 37 insertions(+)
 create mode 100644 doc/source/library_reference/common/lib/opencsp_path/config.rst
 create mode 100644 doc/source/library_reference/common/lib/opencsp_path/index.rst

diff --git a/doc/source/library_reference/common/lib/opencsp_path/config.rst b/doc/source/library_reference/common/lib/opencsp_path/config.rst
new file mode 100644
index 00000000..6509c3a8
--- /dev/null
+++ b/doc/source/library_reference/common/lib/opencsp_path/config.rst
@@ -0,0 +1,27 @@
+.. currentmodule:: opencsp.common.lib.opencsp_path.data_path_for_test
+
+.. automodule:: opencsp.common.lib.opencsp_path.data_path_for_test
+   :members:
+   :special-members: __init__
+   :undoc-members:
+   :show-inheritance:
+   :member-order: groupwise
+
+.. currentmodule:: opencsp.common.lib.opencsp_path.opencsp_root_path
+
+.. automodule:: opencsp.common.lib.opencsp_path.opencsp_root_path
+   :members:
+   :special-members: __init__
+   :undoc-members:
+   :show-inheritance:
+   :member-order: groupwise
+
+.. currentmodule:: opencsp.common.lib.opencsp_path.optical_analysis_data_path
+
+.. automodule:: opencsp.common.lib.opencsp_path.optical_analysis_data_path
+   :members:
+   :special-members: __init__
+   :undoc-members:
+   :show-inheritance:
+   :member-order: groupwise
+
diff --git a/doc/source/library_reference/common/lib/opencsp_path/index.rst b/doc/source/library_reference/common/lib/opencsp_path/index.rst
new file mode 100644
index 00000000..e89440ba
--- /dev/null
+++ b/doc/source/library_reference/common/lib/opencsp_path/index.rst
@@ -0,0 +1,9 @@
+Path Utilities
+===============
+
+This is a collection of path utilities for OpenCSP
+
+.. toctree::
+   :maxdepth: 1
+
+   config.rst
\ No newline at end of file
diff --git a/doc/source/library_reference/index.rst b/doc/source/library_reference/index.rst
index f501d3e3..99138758 100644
--- a/doc/source/library_reference/index.rst
+++ b/doc/source/library_reference/index.rst
@@ -16,3 +16,4 @@ This section describes the OpenCSP classes and interfaces.
    common/lib/csp/index.rst
    common/lib/file/index.rst
    common/lib/geometry/index.rst
+   common/lib/opencsp_path/index.rst