srsRAN/srsepc/docs
Pedro Alvarez 136e3a2697 Added some boieler plate code for the MME (contruct, singleton, destruct). 2017-10-09 16:49:43 +01:00
..
source Added some boieler plate code for the MME (contruct, singleton, destruct). 2017-10-09 16:49:43 +01: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