Files
aios/docs
dvsL 92593c3327 docs: added documentation for web quickstart (#295)
* Fixed no-mention prompting

* added web quickstart instructions to docs

* fixed spacing

* linkifying localhost

* added reminder to readme

---------

Co-authored-by: Joshua Park <123624726+joshprk@users.noreply.github.com>
2024-11-01 18:22:34 -04:00
..
2024-09-26 15:01:56 -04:00
2024-09-26 15:01:56 -04:00

AIOS documentation

Build the docs

# Install dependencies.
pip install -r requirements-docs.txt

# Build the docs.
make clean
make html

Open the docs with your browser

python -m http.server -d build/html/

Launch your browser and open localhost:8000.

Guides of how to write the docs

We use the readthedocs to build documentation, the guideline is here. The theme we used is spinx-book.