MeteoSwiss-APN DevOps https://meteoswiss-apn.github.io/devops/ | Read-only mirror of https://github.com/MeteoSwiss-APN/devops — MeteoSchweiz. Issues & pull requests at the source.
  • JavaScript 61.3%
  • CSS 36.3%
  • Python 1.4%
  • Batchfile 0.5%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-03-09 10:51:55 +01:00
docs Generated html pages 2021-03-05 10:27:38 +01:00
scripts more fixes 2020-06-22 23:06:38 +02:00
static _static -> static 2020-06-22 01:12:46 +02:00
CI.rst few fixes after discussing with Elsa 2020-06-23 10:50:43 +02:00
CodeDev.rst add changes from PR #5 2021-02-10 13:51:01 +01:00
conf.py _static -> static 2020-06-22 01:12:46 +02:00
Deployment.rst add changes from PR #5 2021-02-10 13:51:01 +01:00
index.rst Added documentation about the spack choice 2021-02-23 17:33:07 +01:00
LICENSE Initial commit 2020-06-20 22:03:24 +02:00
make.bat move docs 2020-06-20 22:08:08 +02:00
Makefile move docs 2020-06-20 22:08:08 +02:00
Performance.rst Added performance doc again 2021-03-05 10:23:49 +01:00
README.md more fixes 2020-06-22 23:06:38 +02:00
Releases.rst add more content 2020-06-21 02:38:34 +02:00
Spack.rst ADD: Spack.rst (#2) 2020-10-26 15:23:27 +01:00
SpackChoice.rst Fixed Valentin's name 2021-03-05 10:14:32 +01:00
TestSuite.rst add more content 2020-06-22 01:00:48 +02:00

Requirements

It need the following python components

pip install sphinx PSphinxTheme

How to compile and update the documentation

make html
cp -r _build/html/* docs/
./scripts/replace_static.sh

commit & push