diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst index 8f182593138c..b592f9a9ac0c 100644 --- a/user_guide_src/source/libraries/pagination.rst +++ b/user_guide_src/source/libraries/pagination.rst @@ -5,6 +5,10 @@ Pagination CodeIgniter provides a very simple, but flexible pagination library that is simple to theme, works with the model, and capable of supporting multiple paginators on a single page. +.. contents:: + :local: + :depth: 2 + ******************* Loading the Library ******************* diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst index d70c4cf18a87..7d53f61f820e 100644 --- a/user_guide_src/source/libraries/typography.rst +++ b/user_guide_src/source/libraries/typography.rst @@ -5,6 +5,10 @@ Typography The Typography library contains methods that help you format text in semantically relevant ways. +.. contents:: + :local: + :depth: 2 + ******************* Loading the Library *******************