diff --git a/docs/index.rst b/docs/index.rst
index 6eaf405ade8709b64fa26258a6fcc614849ec667..9f1f82b94608cae988901aa5cf07800cb74e4e7b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,6 +5,7 @@
 
 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.
@@ -28,6 +29,7 @@ Contents:
    :numbered:
 
    introduction/index
+
    user/py/index
 
 Indices and tables
diff --git a/docs/user/py/index.rst b/docs/user/py/index.rst
index 20b8a4830f8a0225174b88b80c038068f0fa94d7..1606c5d075459007c9bf3e43496ce3949580fb5b 100644
--- a/docs/user/py/index.rst
+++ b/docs/user/py/index.rst
@@ -1,8 +1,10 @@
+User documentation
+=================
+
 Contents:
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    moose_quickstart
    moose_cookbook
diff --git a/docs/user/py/moose_quickstart.rst b/docs/user/py/moose_quickstart.rst
index f4f01bce2dad1112a4777a97e5497454a0b085e5..38107eb4b08ea171c232a36668c76156078ab71b 100644
--- a/docs/user/py/moose_quickstart.rst
+++ b/docs/user/py/moose_quickstart.rst
@@ -1,3 +1,4 @@
+==============================================
 Getting started with python scripting for MOOSE
 ==============================================