Skip to content

yoshua0x/docs

 
 

Repository files navigation

To run docs locally and to contribute:

  • Make sure you have pip3 installed on your system

  • Install dependencies (Sphinx, beautifulsoup4, algoliasearch, etc.)

    pip3 install -r requirements.txt
    
  • For development, live reload and auto build

    make livehtml
  • Build docs to produce HTML files.

    ENV=<development|production> make html-images
    
    • The generated docs are in _build/html.

    • View the built files by running a webserver. eg:

      cd _build/html && http-server
      

      or

      cd _build/html && python3 -m http.server 8080
      
  • To deploy docs, follow this

  • To update docs search index, follow this

About

Docs related to the platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 34.2%
  • HTML 30.7%
  • CSS 24.0%
  • Makefile 6.6%
  • JavaScript 4.5%