Moving docs to rst

Change-Id: I7f054b5afbe6021c03bbce04cce4938d5fba425c
19 files changed
tree: 7bec92fed1c189993fb8890484d215ee533a995b
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. LICENSE.md
  5. Makefile
  6. README.md
  7. VERSION
  8. api/
  9. build/
  10. cmd/
  11. configs/
  12. docs/
  13. examples/
  14. go.mod
  15. go.sum
  16. internal/
  17. tests/
  18. vendor/
README.md

BroadBand Simular (BBSim)

Build

BBSim is managed via a Makefile, plese run the following command to display all the available targets

make help

Documentation

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.