diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6fb7928 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/disco-2/sub-docs/csp_proc"] + path = doc/disco-2/sub-docs/csp_proc + url = https://github.com/discosat/csp_proc.git diff --git a/doc/disco-2/software/flight-planning-csp-proc.rst b/doc/disco-2/software/flight-planning-csp-proc.rst new file mode 100644 index 0000000..8166bbb --- /dev/null +++ b/doc/disco-2/software/flight-planning-csp-proc.rst @@ -0,0 +1,12 @@ +Flight planning (csp_proc) +====================== + + +`csp_proc` is the library responsible for low-level flight planning / orchestration of the CSP nodes for scientific observations. It provides a set of general instructions that can be used to set libparam parameters with simple synchronization and conditional logic. The library is described in more detail on its own documentation page at https://discosat.github.io/csp_proc/ - which is also embedded as the following sub-pages. + +.. toctree:: + :maxdepth: 2 + + ../sub-docs/csp_proc/index + ../sub-docs/csp_proc_function_reference.rst + \ No newline at end of file diff --git a/doc/disco-2/software/index.rst b/doc/disco-2/software/index.rst index cf61cf2..ca730e7 100644 --- a/doc/disco-2/software/index.rst +++ b/doc/disco-2/software/index.rst @@ -5,3 +5,4 @@ Software .. toctree:: getting-started.md image-processing-pipeline.md + flight-planning-csp-proc.rst diff --git a/doc/disco-2/sub-docs/csp_proc b/doc/disco-2/sub-docs/csp_proc new file mode 160000 index 0000000..2208654 --- /dev/null +++ b/doc/disco-2/sub-docs/csp_proc @@ -0,0 +1 @@ +Subproject commit 22086542196e510f4e1f1f741168eb7981724e88 diff --git a/doc/disco-2/sub-docs/csp_proc_function_reference.rst b/doc/disco-2/sub-docs/csp_proc_function_reference.rst new file mode 100644 index 0000000..c960d64 --- /dev/null +++ b/doc/disco-2/sub-docs/csp_proc_function_reference.rst @@ -0,0 +1,7 @@ +`csp_proc` Function Reference +====================== + + +.. raw:: html + +