Git Product home page Git Product logo

srsran_docs's Introduction

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 -r requirements.txt

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

To enable live build previews when editing documentation install the following extension:

  • sphinx-autobuild

This can be installed from the requirements file.

pip install -r requirements.txt

To build the docs first run from /srs_user_manuals/source

sphinx-build -b html . _build

Then run the following command from the docs main folder

sphinx-autobuild srsran_user_manuals/source/ srsran_user_manuals/source/_build/html

This will start a server at http://127.0.0.1:8000 which can be viewed in your browser, any changes to the docs will be shown here once saved.

srsran_docs's People

Contributors

suttonpd avatar brendan-mcauliffe avatar andrepuschmann avatar xavierarteaga avatar alvasman avatar robertfalkenberg avatar yagoda avatar pgawlowicz avatar zgunnerl1 avatar kbarlee avatar faluco avatar

Forkers

dashbaord202401

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.