blob: ed06ecc9e84ace46b9122cdf41621a7cc738e009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) Ericsson AB
***********************************
OPNFV Docs placeholder landing page
***********************************
This will be extended to include all the sub pages and to provide the docs.opnfv.org landing page for Danube.
=====================
Release Documentation
=====================
Just pointing to the index.rst file here, but we need to break that out and have
sub-directories for each of the projects documents to be copied into.
.. toctree::
:maxdepth: 1
release/index
.. need to figure out the correct URL to use here so readthedocs does it for us.
=======
Testing
=======
Just pointing to the index.rst file here, but we need to break that out and have
sub-directories for each of the projects documents to be copied into.
.. toctree::
:maxdepth: 1
testing/index
=========
Developer
=========
Just pointing to the index.rst file here, but we need to break that out and have
sub-directories for each of the projects documents to be copied into.
.. toctree::
:maxdepth: 1
developer/index
|