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