Ekumen-OS / andino_docs

Manages andino ecosystem documentation
https://andino.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Andino Docs

Manages andino ecosystem documentation.

Visit the website to see all th information.

Curiosities

Get README.md

A bash script named get_readme.sh is included in the repo to retrieve the latest version of the README.md of andino packages to include them in the documentation. You just need to execute the script, it will clone the repo, extract the files and remove the repo:

chmod +x get_readme.sh
./get_readme.sh

Build documentation locally

NOTE: Use a virtual environment if you don't want to keep these requirements in your machine.

Install sphinx

Build the project with sphinx

Visualize the documentation locally

Your index.rst has been built into index.html in your documentation output directory (_build/html/index.html). Open this file in your web browser to see your docs.

If you prefer, you can navigate to docs/_build/html and do python3 -m http.server <port> and you will be able to open the browser and see the docs at localhost:<port>.