Add docs structure 31/431/3
authorCristina Pauna <cristina.pauna@enea.com>
Mon, 4 Mar 2019 16:26:28 +0000 (18:26 +0200)
committerCristina Pauna <cristina.pauna@enea.com>
Tue, 5 Mar 2019 12:27:28 +0000 (14:27 +0200)
commit3a3da864201f796debcd1ed5554255822240fccb
treec2e5dc5eed47ef8898f7179f46a4127d4a031d80
parent424e72ce7a22cda402692d4ec96d099ad7618254
Add docs structure

Added docs templates according to
https://wiki.akraino.org/display/AK/Documentation+Sub-committee
Added tox config so we can build the docs.

To buil them locally:
iec$ tox -edocs

You can then visualize the result in a web browser:
docs/_build/html/index.html

Change-Id: I74ee9a14089ecce3174da6f28dd316d9d7afabe2
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
docs/conf.py [new file with mode: 0644]
docs/conf.yaml [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/release/installation/index.rst [new file with mode: 0644]
docs/release/installation/installation.instruction.rst [new file with mode: 0644]
docs/release/release-notes/index.rst [new file with mode: 0644]
docs/release/release-notes/release-notes.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
tox.ini [new file with mode: 0644]