diff options
author | Tim Suhling <tim@suhling.com> | 2024-07-19 17:57:03 +0200 |
---|---|---|
committer | Tim Suhling <tim@suhling.com> | 2024-07-19 17:57:03 +0200 |
commit | f291652ca5c6981a3096a6a2bd558f0214ea3784 (patch) | |
tree | b982a944887a170d0055ca3907dd9ed691d3a3ac /docs | |
parent | 13dbf92c4ae20b72ec3e1a49d62554cec0b28076 (diff) |
Add documentation for programs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 | ||||
-rw-r--r-- | docs/schrodinger_plot.rst | 3 | ||||
-rw-r--r-- | docs/schrodinger_solve.rst | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index e2efadb..ea38fea 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,10 @@ Welcome to schroedinger's documentation! :maxdepth: 2 api + schrodinger_plot + schrodinger_solve + + diff --git a/docs/schrodinger_plot.rst b/docs/schrodinger_plot.rst new file mode 100644 index 0000000..8c35087 --- /dev/null +++ b/docs/schrodinger_plot.rst @@ -0,0 +1,3 @@ +***************** +Schrodinger Plot +***************** diff --git a/docs/schrodinger_solve.rst b/docs/schrodinger_solve.rst new file mode 100644 index 0000000..a4535b0 --- /dev/null +++ b/docs/schrodinger_solve.rst @@ -0,0 +1,3 @@ +***************** +Schrodinger Solve +***************** |