commit | 4b0ef4d6b06cf1027adcf96e11eb5fae5f660029 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Dec 18 14:25:20 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Wed Dec 18 15:10:34 2019 -0700 |
tree | 9ea64acf789134247a6df9a2c0e682a10c270e93 | |
parent | 8e1d15eac1eb2b7d5b4ea8047fef2f5f6dc1d413 [diff] |
Add makefile targets for doc8 lint, fix formatting/spelling issues Change-Id: I0f45ffe0ba94fab89f9b38c9b73ed7b9091f1795
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.