Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz_fumadocs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz_fumadocs
Commits
e8792c87
Commit
e8792c87
authored
4 months ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
Edit README.md
parent
2fe6665a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#41824
failed
4 months ago
Stage: test
Stage: build
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-52
2 additions, 52 deletions
README.md
with
2 additions
and
52 deletions
README.md
+
2
−
52
View file @
e8792c87
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment