GithubHelp home page GithubHelp logo

tungstenfabric / docs Goto Github PK

View Code? Open in Web Editor NEW
2.0 11.0 19.0 22.93 MB

Documentation for the Tungsten Fabric SDN

Home Page: https://docs.tungsten.io

License: Creative Commons Attribution 4.0 International

Python 3.71% HTML 96.29%
rtd documentation sdn

docs's Introduction

Working with the docs

The documentation is delivered via a Read The Docs (RTD) website.

TF uses the Linux Foundation's implementation for publishing to RTD, which is documented here.

I have not formally documented the usage requirements other than the commands to run to build and lint the docs. In general, the build process uses the sphinx-build command behind the scenes. Please consider creating a pull request to improve this README if/when you start contributing to this documentation. Thanks...

Installing required software

  1. Install Sphinx-build https://www.sphinx-doc.org/en/master/usage/installation.html
  2. Install Tox https://tox.readthedocs.io/en/latest/install.html

Building the docs

Build the docs static site.

$ tox -e docs

This command will populate a static website under the folder _build/html.

Running the linter

In addition to building, we can and should run a linter against the content.

$ tox -e docs-linkcheck

Building and running the linter

To build documentation and execute link checking in one run.

$ tox -e docs-all

Building documentation locally

Local building will establish re-usable pip cache under tox workdir (.tox/).

$ tox -e docs-dev

Additionally you can pass additional flags to sphinx-build i.e speed up building process with -j <n> flag.

$ tox -e docs-dev -- -j 4

Troubleshooting

In case tox will report errors like module not found when that module was previously used then remove .tox folder and run tox again.

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.