Skip to content

visualbis/visualbis.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documenting VBI View

Requires python 3.5.x

To install dependencies

virtualenv docstuff

docstuff\Scripts\activate

pip install -r requirements.txt --upgrade

To start documenting a project

docstuff\Scripts\activate

sphinx-quickstart

To generate html

docstuff\Scripts\activate

make html

To change theme

Open source\conf.py and in the line

html_theme = '<Your theme name>'

For example: html_theme = 'sphinx-rtd-theme'

Reference

https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst

Links: code .

Set the link code above the figure, heading,..... items as .. _forgot-password:

If you forgot password, see :ref:forgot-password

About

ValQ Documentation

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors