Skip to content

CESNET/eInfra-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22788e8 · Apr 24, 2025
May 16, 2023
Dec 13, 2023
May 16, 2023
Aug 5, 2022
Apr 24, 2024
Apr 24, 2025
May 9, 2023
Sep 29, 2024
Mar 31, 2023
Mar 6, 2023
Aug 7, 2023
Feb 20, 2024
Mar 6, 2023
Feb 20, 2024
Jun 15, 2021
Jun 15, 2021
Feb 20, 2024
Jan 21, 2023

Repository files navigation

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

$ git submodule update --init --recursive
$ sudo ./start.sh

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

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.