Skip to content
Snippets Groups Projects
Select Git revision
  • 52e001207f93763e5a39cb3f9557258b29654566
  • master default protected
  • request-fip
  • update_test-cloud-access
  • freznicek-g1-g2-migration-self-service-notes
  • 1767-task-document-group-project-extention
  • OS_update_requesting_projects
  • add_mfa_wizard
  • docs/add_mkdocs-jupyter_plugin
  • fix/links_review
  • cloud/migration_info
  • feature/g2_brno_site
  • fix_pipeline
  • fix-lri-new-code
  • freznicek-flavors-update-2
  • freznicek-flavor-update-2
  • freznicek-mkdocs-static-i18n-pinning
  • freznicek-mkdocs-i18n-config-fix
  • freznicek-flavors-update
  • freznicek-knownissues-access-nr-nodes
  • sensitivecloud/add-macos-wireguard-tutorial
21 results

documentation

  • Clone with SSH
  • Clone with HTTPS
  • Jan Siwiec's avatar
    Jan Siwiec authored
    52e00120
    History

    User documentation

    This project contains e-INFRA CZ documentation portal source.

    Development

    Install

    $ sudo apt install libpython-dev
    $ virtualenv venv
    $ source venv/bin/activate
    $ pip install -r requirements.txt

    or using docker

    $ ./start.sh -b

    the -b parameter builds the container with required dependencies.

    Package upgrade with pip

    $ pip list -o
    $ pip install --upgrade package
    $ pip freeze | sed '/pkg-resources==/d' > requirements.txt

    Environments

    • [https://docs.it4i.cz - master branch](https://docs.it4i.cz - master branch)
    • [https://docs.it4i.cz/devel/BRANCH_NAME](https://docs.it4i.cz/devel/BRANCH_NAME) - maps the branches, available only with VPN access

    URLs

    fair-share
    InfiniBand
    RedHat
    CentOS
    Mellanox

    Mathematical Formulae

    Formulas are made with:

    You can add formula to page like this:

    $$
    MAX\_FAIRSHARE * ( 1 - \frac{usage_{Project}}{usage_{Total}} )
    $$

    To enable the MathJX on page you need to enable it by adding line ---8<--- "mathjax.md" at the end of file.