Skip to content

ofontbach/srsRAN_docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

srsRAN_docs

Documentation for the srsRAN project - see docs.srsran.com

Local Installation

The docs require following Sphinx extensions:

  • sphinxcontrib-seqdiag
  • sphinxcontrib-blockdiag

On Ubuntu, they can be installed with:

sudo apt install python-pip
pip install sphinx sphinx_rtd_theme sphinxcontrib.blockdiag sphinxcontrib.seqdiag

Once dependenceies are installed,

git clone https://github.com/srsRAN/srsRAN_docs.git
cd srsRAN_docs/srsran_user_manuals
make html

Then load the compiled doc in your browser

firefox build/html/index.html
google-chrome build/html/index.html

About

Documentation for the srsRAN project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.0%
  • Makefile 37.0%