3fc70be8b2
Add the main code logical, and the related project architecture. Change-Id: I3709a650c1aadc2ef809cf489145e87c55e24216
18 lines
387 B
ReStructuredText
18 lines
387 B
ReStructuredText
=======================
|
|
Venus Development Docs
|
|
=======================
|
|
|
|
Files under this directory tree are used for generating the documentation
|
|
for the Venus source code.
|
|
|
|
Developer documentation is built to:
|
|
https://docs.openstack.org/venus/latest/
|
|
|
|
Building Documentation
|
|
======================
|
|
|
|
Doc builds are performed using tox with the ``docs`` target::
|
|
|
|
% cd ..
|
|
% tox -e docs
|