From df111331969da925f2b020dd3fc10a357565878e Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Thu, 19 Sep 2024 12:00:02 +0100 Subject: [PATCH] added first few introduction files --- docs/linux/introduction.rst | 3 +++ docs/postgresql/introduction.rst | 3 +++ docs/python/introduction.rst | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 docs/linux/introduction.rst create mode 100644 docs/postgresql/introduction.rst create mode 100644 docs/python/introduction.rst diff --git a/docs/linux/introduction.rst b/docs/linux/introduction.rst new file mode 100644 index 0000000..bd88913 --- /dev/null +++ b/docs/linux/introduction.rst @@ -0,0 +1,3 @@ +Introduction to Linux +===================== + diff --git a/docs/postgresql/introduction.rst b/docs/postgresql/introduction.rst new file mode 100644 index 0000000..b682dc9 --- /dev/null +++ b/docs/postgresql/introduction.rst @@ -0,0 +1,3 @@ +Introduction to PostgreSQL +========================== + diff --git a/docs/python/introduction.rst b/docs/python/introduction.rst new file mode 100644 index 0000000..0c0b0a8 --- /dev/null +++ b/docs/python/introduction.rst @@ -0,0 +1,3 @@ +Introduction to Python +====================== +