From 1683f6d46212d47ae41af1cf2d61231dad7f3e8d Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Thu, 19 Sep 2024 12:40:17 +0100 Subject: [PATCH] added first few introduction files --- docs/index.rst | 23 +++++++++++++++++++++-- docs/linux/introduction.rst | 4 ++-- docs/postgresql/introduction.rst | 4 ++-- docs/python/introduction.rst | 4 ++-- 4 files changed, 27 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 65563be..2a3c4cc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,25 @@ documentation for details. .. toctree:: - :maxdepth: 2 - :caption: Contents: + :hidden: + :maxdepth: 1 + :caption: Linux + :name: sec-linux + linux/introduction + +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: Python + :name: sec-python + + python/introduction + +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: PostgreSQL + :name: sec-postgresql + + postgresql/introduction diff --git a/docs/linux/introduction.rst b/docs/linux/introduction.rst index bd88913..e8b5eb2 100644 --- a/docs/linux/introduction.rst +++ b/docs/linux/introduction.rst @@ -1,3 +1,3 @@ -Introduction to Linux -===================== +Introduction +============ diff --git a/docs/postgresql/introduction.rst b/docs/postgresql/introduction.rst index b682dc9..e8b5eb2 100644 --- a/docs/postgresql/introduction.rst +++ b/docs/postgresql/introduction.rst @@ -1,3 +1,3 @@ -Introduction to PostgreSQL -========================== +Introduction +============ diff --git a/docs/python/introduction.rst b/docs/python/introduction.rst index 0c0b0a8..e8b5eb2 100644 --- a/docs/python/introduction.rst +++ b/docs/python/introduction.rst @@ -1,3 +1,3 @@ -Introduction to Python -====================== +Introduction +============