commit | d2907e6cd58d4e04c72b99895630f137c2a958fb | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Apr 03 10:23:02 2020 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Apr 03 10:23:06 2020 -0700 |
tree | 0c6950b47e6ec10fda1174c3ba16d5af5b0ceb1a | |
parent | b5fc46a55691fed625cb54fb881385bee0091fef [diff] |
[VOL-2876] Documentation cleanup and more compliant swagger docs Use newer voltha-docker-tools version Update to python3 venv and Sphinx to build docs Change-Id: I3fca61aef78e77a893419200502a8fae91135a4a
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.