Skip to content

This is the main documentation repository for the VISA platform.

Notifications You must be signed in to change notification settings

ILLGrenoble/visa-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

visa-docs

This is the main documentation repository for the VISA platform.

This project uses the sphinx documentation generator.

The documentation is hosted here: https://visa.readthedocs.io/en/latest/

Development

Install sphinx

pip3 install sphinx

Install the python requirements

cd docs
pip3 install -r requirements.txt

Build the documentation

Inside the project root directory, execute the following commands:

cd docs
make html

Live reload

Rebuild Sphinx documentation on changes, with live-reload in the browser using sphinx-autobuild.

Install

pip3 install sphinx-autobuild

Launching

cd docs
sphinx-autobuild source _build/html

Navigate to http://127.0.0.1:8000/ to see the documentation

About

This is the main documentation repository for the VISA platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •