srsLTE/srsepc/docs
Pedro Alvarez 05604ec6eb Added UML diagram to docs 2017-12-22 00:14:42 +00:00
..
source Added UML diagram to docs 2017-12-22 00:14:42 +00:00
.gitignore Initial commit with docs to start new branch 2017-10-09 11:01:13 +01:00
Makefile Initial commit with docs to start new branch 2017-10-09 11:01:13 +01:00
README Initial commit with docs to start new branch 2017-10-09 11:01:13 +01:00

README

# srsepc-docs
The docs of srsEPC require sphinx, and the sphinx-seqdiag and sphinx-blockdiag extensions.

On Ubuntu, you can do:
sudo apt install python-sphinx python-sphinxcontrib.seqdiag python-sphinxcontrib.blockdiag

To make the documentation do 'make html' on the main ./docs folder