From f54e28c4e05e38f784449a7df8758355df59477e Mon Sep 17 00:00:00 2001 From: Thai Tran Date: Fri, 6 May 2016 16:02:33 -0700 Subject: [PATCH] Moved table action tutorial under tutorials This patch moves the complex table action tutorial into the tutorials folder. This is a part of a larger effort to add additional tutorials in the future. Change-Id: Ia7aac9795e6db7775fb5b2243059243d6ca37b19 --- doc/source/index.rst | 2 +- doc/source/tutorials/dashboard.rst | 2 +- doc/source/{topics => tutorials}/table_actions.rst | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/source/{topics => tutorials}/table_actions.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index cfd6bfafaa..a2b00f8dfd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -75,6 +75,7 @@ Detailed tutorials to help you get started. tutorials/plugin tutorials/dashboard + tutorials/table_actions Topic Guides ------------ @@ -89,7 +90,6 @@ the following topic guides. topics/tables topics/policy topics/testing - topics/table_actions topics/angularjs topics/javascript_testing topics/styling diff --git a/doc/source/tutorials/dashboard.rst b/doc/source/tutorials/dashboard.rst index de197c5741..d04c9bfa52 100644 --- a/doc/source/tutorials/dashboard.rst +++ b/doc/source/tutorials/dashboard.rst @@ -584,7 +584,7 @@ Adding a complex action to a table For a more detailed look into adding a table action, one that requires forms for gathering data, you can walk through :doc:`Adding a complex action to a table -` tutorial. +` tutorial. Conclusion diff --git a/doc/source/topics/table_actions.rst b/doc/source/tutorials/table_actions.rst similarity index 100% rename from doc/source/topics/table_actions.rst rename to doc/source/tutorials/table_actions.rst