Skip to content
Snippets Groups Projects
Commit e8792c87 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Edit README.md

parent 2fe6665a
Branches
No related tags found
No related merge requests found
Pipeline #41824 failed
...@@ -2,56 +2,6 @@ ...@@ -2,56 +2,6 @@
This project contains IT4Innovations user documentation source. This project contains IT4Innovations user documentation source.
## Development ## Migration
### Install * [fumadocs](https://fumadocs.vercel.app/)
\ No newline at end of file
```console
$ sudo apt install libpython-dev
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```
### Package Upgrade With pip
```console
$ 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
* [http://facelessuser.github.io/pymdown-extensions/](http://facelessuser.github.io/pymdown-extensions/)
* [http://squidfunk.github.io/mkdocs-material/](http://squidfunk.github.io/mkdocs-material/)
```
fair-share
InfiniBand
RedHat
CentOS
Mellanox
```
## Mathematical Formulae
### Formulas Are Made With:
* [https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/](https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/)
* [https://www.mathjax.org/](https://www.mathjax.org/)
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment