[ci skip] Some more generic user guide cleanup
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index b3de225..8e117be 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -9,6 +9,13 @@
you may create your own `Custom Drivers`_ to store session data however
you wish, while still taking advantage of the features of the Session class.
+.. contents::
+ :local:
+
+.. raw:: html
+
+ <div class="custom-index container"></div>
+
Initializing a Session
======================
@@ -27,7 +34,7 @@
Once loaded, the Sessions library object will be available using::
-$this->session
+ $this->session
How do Sessions work?
=====================