diff options
author | Eric Debeau <eric.debeau@orange.com> | 2017-11-04 08:54:05 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2017-11-04 08:54:50 +0000 |
commit | 8bcb89b5c1b7acf62a6f87dabd8b5df9f4570b51 (patch) | |
tree | 25f725174ffbbcec11508f6a2eb13b39d68bd2ad /docs/index.rst | |
parent | 2d5605c0dd4aeda6798404913881f94e5e091438 (diff) |
Convert MD files to RST
Change-Id: Ie686349006f03d58bc8b526a7f76754dc1da2507
ISSUE-ID: AAI-255
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index bc69e1b..f3e7894 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,9 +12,11 @@ It is divided into both a front-end (the code that constructs the GUI) and a bac At this time, Sparky has two views available for use: -`View and Inspect <./VIEW_INSPECT.md>`_ - Graph-based view of entities within AAI +.. toctree:: + :maxdepth: 1 -`VNFs <./VNFS.md>`_ - Aggregation-based view of VNFs within AAI + Graph-based view of entities within AAI <./view_inspect> + Aggregation-based view of VNFs within AAI VNFs <./vnfs> Interactions ------------ |