firesim/docs
abejgonzalez 21928f7e8d Rename .ini -> .yaml 2023-05-11 00:24:55 -07:00
..
Advanced-Usage Rename .ini -> .yaml 2023-05-11 00:24:55 -07:00
Developer-Docs Doc. Rework [ci skip] 2023-05-06 15:49:29 -07:00
Getting-Started-Guides Rename .ini -> .yaml 2023-05-11 00:24:55 -07:00
Golden-Gate Doc. Rework [ci skip] 2023-05-06 15:49:29 -07:00
_static add a logo 2020-02-10 04:14:50 +00:00
graffle-src/metasim-module-hierarchy.graffle Update MIDAS-level -> metasimulation naming in docs (#822) 2021-08-23 17:30:56 -04:00
img Update documentation 2022-06-18 08:13:22 +00:00
tools pdfs to images script 2018-05-19 19:09:37 +00:00
.gitignore Port to Python3 + Switch to GH-A CI (#878) 2022-01-20 11:03:37 -08:00
External-Tutorial-Setup.rst Doc. Rework [ci skip] 2023-05-06 15:49:29 -07:00
FireSim-Basics.rst Update docs | Revert cpp-lint CI changes 2023-05-09 11:24:26 -07:00
Makefile Fix more docs 2023-05-07 00:17:56 -07:00
README.md bump docs requirements.txt to latest 2022-04-04 21:31:30 +00:00
conf.py Doc. Rework [ci skip] 2023-05-06 15:49:29 -07:00
index.rst Doc. Rework [ci skip] 2023-05-06 15:49:29 -07:00
make.bat New squashed FireSim repo for open-sourcing 2018-05-13 19:40:34 +00:00

README.md

Building Docs

sudo -E $CONDA_EXE install --file ./requirements.txt
make html

Look in the _build/html directory for output. You can also run

python3 -m http.server

To get a proper locally-hosted version.

If you want to generate a pdf version, you will additionally need:

wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xvf install-tl-unx.tar.gz
cd install-tl*
sudo /bin/bash -l -c ./install-tl

Follow the prompts, add the suggested path to your .bashrc.