From 9fb06817215270d02b5ece9f86a21529364b731b Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Mon, 22 Jun 2015 11:31:14 -0600 Subject: [PATCH] Include examples in toctree Change-Id: Ib8ae08922a2022a3c36e5eefb2773ca35ba2bdc1 --- doc/source/users/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/users/index.rst b/doc/source/users/index.rst index e3663c30..f4df3e2c 100644 --- a/doc/source/users/index.rst +++ b/doc/source/users/index.rst @@ -38,7 +38,12 @@ approach, this is where you'll want to begin. Orchestration Telemetry -It may also be useful to try out some working code :doc:`examples `. +It may also be useful to try out some working code examples: + +.. toctree:: + :maxdepth: 1 + + examples API Documentation -----------------