From b2fc12a29fd9129ea68b3efc529e94b7edd68a43 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 25 Nov 2019 16:17:49 -0500 Subject: [PATCH] clean up network toc (#65264) --- docs/docsite/rst/index.rst | 6 ++++-- docs/docsite/rst/network/dev_guide/index.rst | 6 +++--- docs/docsite/rst/network/getting_started/index.rst | 6 +++--- docs/docsite/rst/network/index.rst | 2 ++ docs/docsite/rst/network/user_guide/index.rst | 6 +++--- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/docsite/rst/index.rst b/docs/docsite/rst/index.rst index 9422ccc44d4..7cae0940648 100644 --- a/docs/docsite/rst/index.rst +++ b/docs/docsite/rst/index.rst @@ -56,9 +56,11 @@ Ansible releases a new major release of Ansible approximately three to four time .. toctree:: :maxdepth: 2 - :caption: Ansible for Network Automation + :caption: Ansible Network Automation - network/index + network/getting_started/index + network/user_guide/index + network/dev_guide/index .. toctree:: :maxdepth: 2 diff --git a/docs/docsite/rst/network/dev_guide/index.rst b/docs/docsite/rst/network/dev_guide/index.rst index 744ed372dae..4e6cef5bbca 100644 --- a/docs/docsite/rst/network/dev_guide/index.rst +++ b/docs/docsite/rst/network/dev_guide/index.rst @@ -1,8 +1,8 @@ .. _network_developer_guide: -************************************** -Developer Guide for Network Automation -************************************** +********************************** +Network Automation Developer Guide +********************************** Welcome to the Developer Guide for Ansible Network Automation! diff --git a/docs/docsite/rst/network/getting_started/index.rst b/docs/docsite/rst/network/getting_started/index.rst index a1c4775c8d3..d88b7457e28 100644 --- a/docs/docsite/rst/network/getting_started/index.rst +++ b/docs/docsite/rst/network/getting_started/index.rst @@ -1,8 +1,8 @@ .. _network_getting_started: -*************************************************** -Getting Started with Ansible for Network Automation -*************************************************** +********************************** +Network Automation Getting Started +********************************** Ansible modules support a wide range of vendors, device types, and actions, so you can manage your entire network with a single automation tool. With Ansible, you can: diff --git a/docs/docsite/rst/network/index.rst b/docs/docsite/rst/network/index.rst index 3b6a4e5f860..9ae7a863f39 100644 --- a/docs/docsite/rst/network/index.rst +++ b/docs/docsite/rst/network/index.rst @@ -1,3 +1,5 @@ +:orphan: + .. _network_guide: ****************************** diff --git a/docs/docsite/rst/network/user_guide/index.rst b/docs/docsite/rst/network/user_guide/index.rst index 28aa800fd2f..8414befb08a 100644 --- a/docs/docsite/rst/network/user_guide/index.rst +++ b/docs/docsite/rst/network/user_guide/index.rst @@ -1,8 +1,8 @@ .. _network_advanced: -*************************************************** -Advanced Topics with Ansible for Network Automation -*************************************************** +********************************** +Network Automation Advanced Topics +********************************** Once you have mastered the basics of network automation with Ansible, as presented in :ref:`network_getting_started`, use this guide understand platform-specific details, optimization, and troubleshooting tips for Ansible for network automation.