Skip to content

Commit

Permalink
Add local TOCS to main docs pages
Browse files Browse the repository at this point in the history
Missed this
  • Loading branch information
jaroel committed Feb 4, 2015
1 parent 69942bf commit 8c4129a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/CHANGES.rst
Expand Up @@ -4,6 +4,9 @@ Changelog
1.3.3 (unreleased)
------------------

- Added local TOCS to main docs pages. Fixes #90.
[jaroel]

- Fixed `make docs`.
[jaroel]

Expand Down
3 changes: 3 additions & 0 deletions docs/about.rst
Expand Up @@ -7,6 +7,9 @@
About
=====

.. contents:: :local:


Inspiration
===========

Expand Down
4 changes: 3 additions & 1 deletion docs/content.rst
Expand Up @@ -10,6 +10,8 @@
Content
=======

.. contents:: :local:

.. _content_create_example:

Create content
Expand Down Expand Up @@ -97,7 +99,7 @@ The following operations will get objects from the stucture above, including usi
# moreover, you can access content by its UID
uid = about['team'].UID()
team = api.content.get(UID=uid)
# returns None if UID cannot be found in catalog
not_found = api.content.get(UID='notfound')
Expand Down
3 changes: 3 additions & 0 deletions docs/env.rst
Expand Up @@ -10,6 +10,9 @@
Environment
===========

.. contents:: :local:


.. _env_adopt_roles_example:

Switch roles inside a block
Expand Down
3 changes: 3 additions & 0 deletions docs/group.rst
Expand Up @@ -10,6 +10,9 @@
Groups
======

.. contents:: :local:


.. _group_create_example:

Create group
Expand Down
3 changes: 3 additions & 0 deletions docs/portal.rst
Expand Up @@ -10,6 +10,9 @@
Portal
======

.. contents:: :local:


.. _portal_get_example:

Get portal object
Expand Down
3 changes: 3 additions & 0 deletions docs/user.rst
Expand Up @@ -10,6 +10,9 @@
Users
=====

.. contents:: :local:


.. _user_create_example:

Create user
Expand Down

0 comments on commit 8c4129a

Please sign in to comment.