[doc-migration] Reorganize the Tricircle doc/source folder
1. What is the problem Doc migration requires that the installation, admin and configuration guides have to be put into related directories. 2. What is the solution for the problem Put configuration, install and admin guide into related sub-folders. 3. What the features need to be implemented to the tricircle to realize the solution None. Closes-Bug: #1706190 Change-Id: I1e1909a373e92b29460b364de38cc25aba038776changes/49/486849/8
parent
1b2958f8b0
commit
fa53c16b5e
@ -0,0 +1,3 @@
|
||||
================================
|
||||
Command-Line Interface Reference
|
||||
================================
|
@ -0,0 +1,9 @@
|
||||
=====================
|
||||
Tricircle Admin Guide
|
||||
=====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
api_v1
|
||||
cli
|
@ -0,0 +1,8 @@
|
||||
=============================
|
||||
Tricircle Configuration Guide
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
configuration
|
@ -1,4 +0,0 @@
|
||||
=============
|
||||
Contributing
|
||||
=============
|
||||
.. include:: ../../CONTRIBUTING.rst
|
@ -0,0 +1,4 @@
|
||||
============
|
||||
Contributing
|
||||
============
|
||||
.. include:: ../../../CONTRIBUTING.rst
|
@ -0,0 +1,8 @@
|
||||
============================
|
||||
Tricircle Contribution Guide
|
||||
============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
contributing
|
@ -0,0 +1,8 @@
|
||||
============================
|
||||
Tricircle Installation Guide
|
||||
============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
installation-guide
|
@ -0,0 +1,8 @@
|
||||
==========================
|
||||
Tricircle Networking Guide
|
||||
==========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
networking-guide
|
@ -1 +0,0 @@
|
||||
.. include:: ../../README.rst
|
@ -0,0 +1,9 @@
|
||||
====================
|
||||
Tricircle User Guide
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
readme
|
||||
usage
|
@ -0,0 +1,2 @@
|
||||
.. include:: ../../../README.rst
|
||||
:start-line: 10
|
@ -1,6 +1,6 @@
|
||||
======
|
||||
=====
|
||||
Usage
|
||||
======
|
||||
=====
|
||||
|
||||
To use tricircle in a project::
|
||||
|
@ -0,0 +1,44 @@
|
||||
.. tricircle documentation master file, created by
|
||||
sphinx-quickstart on Wed Dec 2 17:00:36 2015.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
=====================================
|
||||
Welcome to Tricircle's documentation!
|
||||
=====================================
|
||||
|
||||
User Documentation
|
||||
==================
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
user/index
|
||||
|
||||
Contributor Guide
|
||||
=================
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
contributor/index
|
||||
|
||||
Admin Guide
|
||||
===========
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
admin/index
|
||||
|
||||
Installation Guide
|
||||
==================
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
install/index
|
||||
|
||||
Configuration Guide
|
||||
===================
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
configuration/index
|
||||
|
Loading…
Reference in New Issue