Skip to content
Snippets Groups Projects
Select Git revision
  • 81f2bad5b4fcb42d5e42b07dfbc3fa9dba242fdc
  • master default protected
  • lifecycle
  • kru0052-master-patch-91081
  • chat
  • 20180621-revision
  • 20180621-before_revision
7 results

docs.it4i.cz

  • Clone with SSH
  • Clone with HTTPS
  • kru0052's avatar
    Lukáš Krupčík authored
    81f2bad5
    History

    User documentation

    This is project contain IT4Innovations user documentation source.

    Environments

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

    URLs

    Rules

    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.

    Development Environment

    MkDocs

    Documentation pages are build with MkDocs, MkDocs at GitHub. You need to install MkDocs locally so that you can build the pages and run development web server.

    pip install mkdocs pygments pymdown-extensions

    You can build the pages with mkdocs build.

    ‹hrb33-toshiba› 11:47 $ mkdocs build
    INFO    -  Cleaning site directory
    INFO    -  Building documentation to directory: /home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/site

    You can start local server with mkdocs serve.

    ✔ ~/Dokumenty/dev/it4i/docs.it4i.git [readme L|✚ 1…6⚑ 1]
    ‹hrb33-toshiba› 11:47 $ mkdocs serve
    INFO    -  Building documentation...
    INFO    -  Cleaning site directory
    [I 170124 11:47:27 server:283] Serving on http://127.0.0.1:8000
    [I 170124 11:47:27 handlers:60] Start watching changes
    [I 170124 11:47:27 handlers:62] Start detecting changes