diff --git a/docs/source/index.rst b/docs/source/index.rst
index 2795b47965ffe8da70a0ac49dc8286bcc7de9201..22f2824a28464a6682accc09937e9b54b1d15534 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -27,8 +27,8 @@ MOOSE is a simulation environment, not just a numerical engine: It provides data
 
    /install/index_install
    /user/py/quickstart/index_qs
-   /user/py/tutorials/index_tut
    /user/py/cookbook/index_ckbk
+   /user/py/tutorials/index_tut
    /user/py/graphics/index_graphics
    /user/py/references/index_ref
    /doxygen/doxy
diff --git a/docs/source/user/py/tutorials/ChemicalBistables.rst b/docs/source/user/py/tutorials/ChemicalBistables.rst
index c9e926b2c5ebb3e2679eade5dce5a84d5c718651..6ac360cb3b67e38a77ed7c33bd017e23615951c2 100644
--- a/docs/source/user/py/tutorials/ChemicalBistables.rst
+++ b/docs/source/user/py/tutorials/ChemicalBistables.rst
@@ -21,7 +21,7 @@ In chemical bistable models that use solvers, there are optional arguments that
 
     python filename.py [gsl | gssa | ee]
 
-Where gsl is a deterministic solver, gssa stands for Gillespie stochastic simulation algorithm, and ee stands for exponential euler.
+Where ``gsl`` is Gnu Scientific Library's deterministic solver, ``gssa`` stands for Gillespie stochastic simulation algorithm, and ``ee`` is the exponential euler algorithm.
 
 All the following examples can be run with either of the three solvers, which in some cases produces a different outcome. However, simply running the file without the optional argument will by default use the ``gsl`` solver. These ``gsl`` outputs are the ones shown below. 
 
diff --git a/docs/source/user/py/tutorials/ChemicalOscillators.rst b/docs/source/user/py/tutorials/ChemicalOscillators.rst
index 564df326bc9d105bb7233c0ba554f42aeeb30b3f..c356ab6aabcd389356d929c5db7c9d2e1af0f290 100644
--- a/docs/source/user/py/tutorials/ChemicalOscillators.rst
+++ b/docs/source/user/py/tutorials/ChemicalOscillators.rst
@@ -23,7 +23,7 @@ In chemical models that use solvers, there are optional arguments that allow you
 
     python filename.py [gsl | gssa | ee]
 
-Where gsl is a deterministic solver, gssa stands for Gillespie stochastic simulation algorithm, and ee stands for exponential euler.
+Where ``gsl`` is Gnu Scientific Library's deterministic solver, ``gssa`` stands for Gillespie stochastic simulation algorithm, and ``ee`` is the exponential euler algorithm.
 
 All the following examples can be run with either of the three solvers, which in some cases produces a different outcome. However, simply running the file without the optional argument will by default use the ``gsl`` solver. These ``gsl`` outputs are the ones shown below. 
 
diff --git a/docs/source/user/py/tutorials/index_tut.rst b/docs/source/user/py/tutorials/index_tut.rst
index 79fd95714440639df91137148697ac30309b9e7b..13c82837bdf9c6f49c1944a30d816ecfcb776c4f 100644
--- a/docs/source/user/py/tutorials/index_tut.rst
+++ b/docs/source/user/py/tutorials/index_tut.rst
@@ -1,14 +1,11 @@
-Tutorials
-=========
-
-Moose tutorials demonstrate how to do a variety of things with moose. It is recommended that you go through the quickstart section before attempting any of these. 
+Teaching Tutorials
+==================
 
+These tutorials use the moose simulation environment to illustrate various aspects of chemical bistables and oscillators. As such the materials in this section are useful for both teaching and learning about these topics.
 
 .. toctree::
    :maxdepth: 2
 
    ChemicalBistables
    ChemicalOscillators
-   ExcInhNet
-   ExcInhNetPlast