Skip to content
Snippets Groups Projects
Select Git revision
  • 9ceaad54976811d76f7f5c782878d5bea8acb87c
  • 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