Commit graph

14 commits

Author SHA1 Message Date
simonmicro
291bb62a86
Migrate to non-deprecated myst-parser
Fixed links / "***" warnings
Reformatted all tables

Signed-off-by: simonmicro <simon@simonmicro.de>
2024-01-18 17:58:36 +01:00
simonmicro
0d59182487
Docs security update
Signed-off-by: simonmicro <simon@simonmicro.de>
2024-01-18 17:26:52 +01:00
simonmicro
e8c2fb7e50
Updated packages 2022-11-25 17:26:10 +01:00
simonmicro
537f7a75ab
Added missing package 2022-11-25 17:16:19 +01:00
Simon Beginn
fa74f8a36c
Readded missing module 2021-10-22 20:33:32 +02:00
Simon Beginn
bd2871cadf
Minimal requirements 2021-10-22 20:30:33 +02:00
simonmicro
a709f289e7
Merge pull request #21 from Py-KMS-Organization/dependabot/pip/docs/pygments-2.7.4
Bump pygments from 2.6.1 to 2.7.4 in /docs
2021-10-22 20:19:40 +02:00
simonmicro
12588bb45e
Merge pull request #19 from Py-KMS-Organization/dependabot/pip/docs/urllib3-1.26.5
Bump urllib3 from 1.25.9 to 1.26.5 in /docs
2021-10-22 20:19:19 +02:00
simonmicro
2533df4c83
Merge pull request #20 from Py-KMS-Organization/dependabot/pip/docs/babel-2.9.1
Bump babel from 2.8.0 to 2.9.1 in /docs
2021-10-22 20:19:12 +02:00
dependabot[bot]
94bcba39f4
Bump jinja2 from 2.11.2 to 2.11.3 in /docs
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 18:10:55 +00:00
dependabot[bot]
a981e4af78
Bump pygments from 2.6.1 to 2.7.4 in /docs
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.6.1...2.7.4)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 18:10:54 +00:00
dependabot[bot]
6dcd059fc5
Bump babel from 2.8.0 to 2.9.1 in /docs
Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](https://github.com/python-babel/babel/compare/v2.8.0...v2.9.1)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 18:10:53 +00:00
dependabot[bot]
73a80ba385
Bump urllib3 from 1.25.9 to 1.26.5 in /docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 18:10:52 +00:00
Simonmicro
27aa94a6e4
Move docs to Readthedocs (#87)
* Modified rtd template

* Added current wiki files

* Superseeded by index.rst

* Removed dead links

* Minor formatting

* Moved usage to own topic

* Reformatting...

* Reformatting...

* Formulations

* New topic structure

* Split into subsections

* Heading changes

* Ooops, missed a file

* Reformatting

* Changed file name

* Link fixes

* Topic level change

* Minor title change

* Formulations

* Again more heading changes

* Added todos

* Removed old manual wiki copy

* Table fix

* Table fix chars

* Reformulated

* Formatting and reformulations

* Heading change

* Merged key files

* Fixed heading problems

* Added TODO

* Added TODOs

* Moinor formatting

* Removed empty lines

* Switched to local copies of images

* Changed in-doc ref

* Done Ref replacement

* Key table reformat

* Hidden TODOs

* Moved manual section

* Started moving into docs

* Minimized

* Moved readme file
Merged docker section
Pending still other readme sections at manual execution

* Added one sentence regarding ipv4/ipv6 to docker

* Merged manual execution information

* Added some badges

* Reworked fast run doc

* Added note to the rest of options

* Added changelog to docs

* Added tables?

* Added table support

* removed test table

* Finished TODO

* Moved subtopic to top (old parent was not "logically connected")

* Typo

* Changed readme url to new docs

* Fixed wrong docs badge uri

* Changed doc title to link, so it is impossible to miss
2020-09-01 23:29:46 +02:00