diff options
| author | 2024-03-04 03:58:29 +0800 | |
|---|---|---|
| committer | 2024-03-04 03:58:29 +0800 | |
| commit | cff0ce84eef922912bcc277cd613e96f3571575e (patch) | |
| tree | 434a0080d1fd8472310a12673d4112b811c3d730 /docs/source/index.rst | |
| parent | 967ce6dc6fb3329b93293862c4e9178b8ce87091 (diff) | |
| download | HydroRollCore-cff0ce84eef922912bcc277cd613e96f3571575e.tar.gz HydroRollCore-cff0ce84eef922912bcc277cd613e96f3571575e.zip | |
refactor!: rewrite in rust
Diffstat (limited to 'docs/source/index.rst')
| -rw-r--r-- | docs/source/index.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..3b2f020 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,23 @@ +.. hide-toc: true + +Nivis - ❄ +========= + +.. include:: ../../README.rst + :start-after: .. index-start + :end-before: .. index-end + + +.. toctree:: + :hidden: + + Quick start <pages/quick-start.rst> + + +.. toctree:: + :caption: Development + :hidden: + + CONTRIBUTING <pages/development/contributing.rst> + CHANGELOG <changelog.rst> + COPYING <COPYING.rst>
\ No newline at end of file |
