From dce53aa86163c0404eecdd54a7e582bfadfd583e Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Fri, 27 May 2016 18:06:01 +0530
Subject: [PATCH] Some more rearranging to make sure the <no title> does not
 appear in final documentation.

---
 docs/index.rst                                        |  7 ++++---
 .../py/{moose_builtins.rst => builtins/index.rst}     |  0
 docs/user/py/{moose_classes.rst => classes/index.rst} |  0
 .../py/{moose_cookbook.rst => cookbook/index.rst}     |  0
 docs/user/py/index.rst                                | 11 ++++-------
 .../py/{moose_quickstart.rst => quickstart/index.rst} |  6 +++---
 6 files changed, 11 insertions(+), 13 deletions(-)
 rename docs/user/py/{moose_builtins.rst => builtins/index.rst} (100%)
 rename docs/user/py/{moose_classes.rst => classes/index.rst} (100%)
 rename docs/user/py/{moose_cookbook.rst => cookbook/index.rst} (100%)
 rename docs/user/py/{moose_quickstart.rst => quickstart/index.rst} (99%)

diff --git a/docs/index.rst b/docs/index.rst
index 9f1f82b9..71a56b2f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,7 +5,6 @@
 
 the Multiscale Object-Oriented Simulation Environment
 =====================================================
-
 What is MOOSE and what is it good for?
 --------------------------------------
 MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed to simulate neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, circuits, and large networks. MOOSE can operate at many levels of detail, from stochastic chemical computations, to multicompartment single-neuron models, to spiking neuron network models.
@@ -29,8 +28,10 @@ Contents:
    :numbered:
 
    introduction/index
-
-   user/py/index
+   user/py/quickstart/index
+   user/py/cookbook/index
+   user/py/builtins/index
+   user/py/classes/index
 
 Indices and tables
 ==================
diff --git a/docs/user/py/moose_builtins.rst b/docs/user/py/builtins/index.rst
similarity index 100%
rename from docs/user/py/moose_builtins.rst
rename to docs/user/py/builtins/index.rst
diff --git a/docs/user/py/moose_classes.rst b/docs/user/py/classes/index.rst
similarity index 100%
rename from docs/user/py/moose_classes.rst
rename to docs/user/py/classes/index.rst
diff --git a/docs/user/py/moose_cookbook.rst b/docs/user/py/cookbook/index.rst
similarity index 100%
rename from docs/user/py/moose_cookbook.rst
rename to docs/user/py/cookbook/index.rst
diff --git a/docs/user/py/index.rst b/docs/user/py/index.rst
index 1606c5d0..e7f4ced9 100644
--- a/docs/user/py/index.rst
+++ b/docs/user/py/index.rst
@@ -1,12 +1,9 @@
-User documentation
-=================
-
 Contents:
 
 .. toctree::
    :maxdepth: 2
 
-   moose_quickstart
-   moose_cookbook
-   moose_builtins
-   moose_classes
+   quickstart/index
+   cookbook/index
+   builtins/index
+   classes/index
diff --git a/docs/user/py/moose_quickstart.rst b/docs/user/py/quickstart/index.rst
similarity index 99%
rename from docs/user/py/moose_quickstart.rst
rename to docs/user/py/quickstart/index.rst
index 38107eb4..8b749313 100644
--- a/docs/user/py/moose_quickstart.rst
+++ b/docs/user/py/quickstart/index.rst
@@ -1,6 +1,6 @@
-==============================================
-Getting started with python scripting for MOOSE
-==============================================
+=====================================
+Getting started with python scripting 
+=====================================
 
 .. :Author: Subhasis Ray
 .. :Date:   December 12, 2012, 
-- 
GitLab