From f578d71c774febeae7a144a31da4c41531cab982 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Sun, 4 Apr 2021 08:47:15 +0200 Subject: [PATCH] future rst files --- documentation/environment.rst | 4 ++++ documentation/index.rst | 8 +++----- documentation/media.rst | 2 +- documentation/stack.rst | 4 ++++ documentation/units.rst | 4 ++++ 5 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 documentation/environment.rst create mode 100644 documentation/stack.rst create mode 100644 documentation/units.rst diff --git a/documentation/environment.rst b/documentation/environment.rst new file mode 100644 index 000000000..9761e3918 --- /dev/null +++ b/documentation/environment.rst @@ -0,0 +1,4 @@ +Geometry and Environment +======================== + +Not yet documented in sphinx. Check doxygen, examples, tests. diff --git a/documentation/index.rst b/documentation/index.rst index 4f712f107..c1be80a37 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -10,11 +10,9 @@ Welcome to the CORSIKA 8 air shower simulation framework. modules particles media + units + environment + stack api -.. - .. doxygenclass:: corsika::Stack - :project: CORSIKA8 - :members: - diff --git a/documentation/media.rst b/documentation/media.rst index 484a9afa2..6a24954c0 100644 --- a/documentation/media.rst +++ b/documentation/media.rst @@ -1,5 +1,5 @@ Media Properties -=================== +================ .. toctree:: media_classes diff --git a/documentation/stack.rst b/documentation/stack.rst new file mode 100644 index 000000000..3aa4a5bf1 --- /dev/null +++ b/documentation/stack.rst @@ -0,0 +1,4 @@ +Particle storage in memory +========================== + +Not yet documented in sphinx. Check doxygen, examples, tests. diff --git a/documentation/units.rst b/documentation/units.rst new file mode 100644 index 000000000..af92b833f --- /dev/null +++ b/documentation/units.rst @@ -0,0 +1,4 @@ +Physics Units +============= + +Not yet documented in sphinx. Check doxygen, examples, tests. -- GitLab