Skip to content
Snippets Groups Projects
Select Git revision
  • a9aee6ecfcc345554d8f26c22fb9e7f51d65de1a
  • master default protected
  • plan_update
3 results

athena

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    docs
    .gitignore
    .gitlab-ci.yml
    README.md

    IP6 Collaboration

    Main documentation for the EIC@IP6 collaboration https://eic.phy.anl.gov/ip6

    Documentation

    To Build the documentation on your local machine:

    Requirments:

    pip install sphinx sphinx_rtd_theme recommonmark sphinx-autobuild

    Building

    
    # from project root
    sphinx-autobuild docs docs/_build/html
    
    # from docs root
    sphinx-autobuild . _build/html

    Read the docs

    The documentation is available at https://eic.phy.anl.gov/ip6

    It updates automatically when changes are pushed do the repo