From 596964ba245e17444baa196c16b4531c03f7a4b2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 4 Jul 2024 15:15:32 +0200 Subject: Example for the docs --- docs/source/core/introduction.rst | 4 ++++ docs/source/index.rst | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 docs/source/core/introduction.rst (limited to 'docs') diff --git a/docs/source/core/introduction.rst b/docs/source/core/introduction.rst new file mode 100644 index 0000000..0c436d3 --- /dev/null +++ b/docs/source/core/introduction.rst @@ -0,0 +1,4 @@ +Introduction +============ + +The core represents the most essential parts of this code base. diff --git a/docs/source/index.rst b/docs/source/index.rst index b994f13..7de2907 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to Gasp Example's documentation! -======================================== +Welcome to forstio's documentation! +=================================== .. toctree:: :hidden: @@ -13,6 +13,13 @@ Welcome to Gasp Example's documentation! manual/introduction +.. toctree:: + :hidden: + :maxdepth: 2 + :caption: Core + + core/introduction + .. toctree:: :hidden: :maxdepth: 2 -- cgit v1.2.3