Fixes for Apr release documentation

This commit is contained in:
Nikhil Rao
2025-04-23 09:36:33 -04:00
parent d28f2b8ab5
commit 2bb14e5e82
2 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ import sys
sys.path.insert(0, os.path.abspath('../../kaipy'))
sys.path.insert(1, os.path.abspath('../../kaipy/scripts/quicklook'))
sys.path.insert(2, os.path.abspath('../../kaipy/scripts/preproc'))
os.environ["KAIPYHOME"] = os.path.abspath('../../kaipy')
# -- Project information -----------------------------------------------------

View File

@@ -5,8 +5,8 @@ Quicklook
---------
The quicklook directory has scripts that are used to quickly look at the data. The scripts are written in python and use the matplotlib library to plot the data. The scripts are:
.. .. autoprogram:: dbpic:create_command_line_parser()
.. :prog: dbpic.py
.. autoprogram:: dbpic:create_command_line_parser()
:prog: dbpic.py
.. .. autoprogram:: dbVpic:create_command_line_parser()
.. :prog: dbVpic.py
@@ -17,17 +17,17 @@ The quicklook directory has scripts that are used to quickly look at the data. T
.. autoprogram:: gamerrpic:create_command_line_parser()
:prog: gamerrpic.py
.. autoprogram:: gamerrVid:create_command_line_parser()
.. .. autoprogram:: gamerrVid:create_command_line_parser()
:prog: gamerrVid.py
.. autoprogram:: gamsphVid:create_command_line_parser()
:prog: gamsphVid.py
.. .. autoprogram:: heliomovie:create_command_line_parser()
.. :prog: heliomovie.py
.. autoprogram:: heliomovie:create_command_line_parser()
:prog: heliomovie.py
.. .. autoprogram:: heliopic:create_command_line_parser()
.. :prog: heliopic.py
.. autoprogram:: heliopic:create_command_line_parser()
:prog: heliopic.py
.. autoprogram:: mixpic:create_command_line_parser()
:prog: mixpic.py
@@ -41,7 +41,7 @@ The quicklook directory has scripts that are used to quickly look at the data. T
.. autoprogram:: rcmpic:create_command_line_parser()
:prog: rcmpic.py
.. autoprogram:: rcmPrecipSpecFlux:create_command_line_parser()
.. .. autoprogram:: rcmPrecipSpecFlux:create_command_line_parser()
:prog: rcmPrecipSpecFlux.py
.. autoprogram:: remixTimeSeries:create_command_line_parser()