This is the repository for the official documentation for VAlgoLang, made using Sphinx, which uses reStructuredText (.rst
) as its markdown format.
If you would like to work on this repository locally, please do the following:
- Install Sphinx using the recommended instructions for your operating system.
- Once you are in the root directory for
valgolang.github.io
, run
make html
This will generate the HTML pages in the same format as they are when deployed. These will then be available in the build/html
subdirectory.