commit | 9f619491e1edb20409531b378586de1c110f504f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Oct 25 13:11:58 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Fri Oct 25 21:55:07 2019 +0000 |
tree | 7bec92fed1c189993fb8890484d215ee533a995b | |
parent | 13f412d623f4f4abcaadfc49106c41832112edaf [diff] |
Moving docs to rst Change-Id: I7f054b5afbe6021c03bbce04cce4938d5fba425c
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.