From ed46278aecbf8977f5953534d87698605a453b18 Mon Sep 17 00:00:00 2001 From: dwest77 Date: Thu, 25 Jan 2024 15:03:23 +0000 Subject: [PATCH] Added nonexistent headings for blank files --- docs/source/examples.rst | 2 ++ docs/source/init.rst | 2 +- docs/source/pipeline-overview.rst | 2 ++ docs/source/scan.rst | 2 +- docs/source/validate.rst | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index e69de29..a84f207 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -0,0 +1,2 @@ +Worked Examples +=============== \ No newline at end of file diff --git a/docs/source/init.rst b/docs/source/init.rst index 136ced2..ccc4dbf 100644 --- a/docs/source/init.rst +++ b/docs/source/init.rst @@ -1,5 +1,5 @@ Initialisation Module -================ +===================== .. automodule:: pipeline.init :members: \ No newline at end of file diff --git a/docs/source/pipeline-overview.rst b/docs/source/pipeline-overview.rst index e69de29..8728b31 100644 --- a/docs/source/pipeline-overview.rst +++ b/docs/source/pipeline-overview.rst @@ -0,0 +1,2 @@ +Pipeline Overview +================= \ No newline at end of file diff --git a/docs/source/scan.rst b/docs/source/scan.rst index 07dd44f..8fa1ac3 100644 --- a/docs/source/scan.rst +++ b/docs/source/scan.rst @@ -1,5 +1,5 @@ Scanner Module -================ +============== .. automodule:: pipeline.scan :members: \ No newline at end of file diff --git a/docs/source/validate.rst b/docs/source/validate.rst index 221bb83..a62ba0b 100644 --- a/docs/source/validate.rst +++ b/docs/source/validate.rst @@ -1,5 +1,5 @@ Validation Module -================ +================= .. automodule:: pipeline.validate :members: \ No newline at end of file