Coder Social home page Coder Social logo

hellocaoziyi / srsran_4g_docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srsran/srsran_4g_docs

0.0 0.0 0.0 21.14 MB

Documentation for srsRAN_4G from Software Radio Systems (SRS)

Home Page: https://docs.srsran.com/projects/4g

License: GNU Affero General Public License v3.0

srsran_4g_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 python3-pip
pip3 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_4g_docs's People

Contributors

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

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.