Skip to content

ularc/zurada

Repository files navigation

Building the documentation

  1. Install sphinx (suggestion: Use a virtual environment)

    python -m venv zurada-docs-env
    source zurada-docs-env/bin/activate
    pip install sphinx sphinx-rtd-theme sphinx-tabs
  2. Build the documentation. This will create the folder _build inside the project's root folder.

    cd zurada-docs
    # Note you can use other options besides "html" here (e.g. "latex").
    # Simply run "make" to see all available options.
    make html
  3. Access the index.html file inside zurada-docs/_build/html

About

University of Louisville Research Computing User Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors