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