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
This commit is contained in:
Thai Tran
2016-05-06 16:02:33 -07:00
parent d804b64d55
commit f54e28c4e0
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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
</topics/table_actions>` tutorial.
</tutorials/table_actions>` tutorial.
Conclusion