From 450e19de93db9676dbe6c8f7b91c61dd5bf58dde Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Sun, 11 Jan 2026 14:13:13 -0400 Subject: [PATCH] updating documentation --- docs/source/general/index.rst | 9 +++++++++ docs/source/general/va.rst | 4 ++++ docs/source/index.rst | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 docs/source/general/index.rst create mode 100644 docs/source/general/va.rst diff --git a/docs/source/general/index.rst b/docs/source/general/index.rst new file mode 100644 index 0000000..5447e2b --- /dev/null +++ b/docs/source/general/index.rst @@ -0,0 +1,9 @@ +JEPL General Functions +================================ + + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + va diff --git a/docs/source/general/va.rst b/docs/source/general/va.rst new file mode 100644 index 0000000..0f0904e --- /dev/null +++ b/docs/source/general/va.rst @@ -0,0 +1,4 @@ +va - Volt-Amps +================ + +This function \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index fc877a5..ab122cb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,3 +15,5 @@ documentation for details. :maxdepth: 2 :caption: Contents: + general/index +