Skip to content

VAlgoLang/valgolang.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valgolang.github.io

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:

  1. Install Sphinx using the recommended instructions for your operating system.
  2. 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.