Remove the old templating system (#3445)

* Inline resolve_references in dump-swagger

Since this is the only bit of the old templating system we still use, let's
inline it.

OrederedLoader and OrderedDict are now redundant, because all dicts in Python
preserve insertion order.

* Remove the old templating system

We've now replaced the old templates with hugo, so we can get rid of this mess.
This commit is contained in:
Richard van der Hoff 2021-10-15 12:40:03 +02:00 committed by GitHub
parent 265ebef584
commit 61ac438871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 21 additions and 2263 deletions

3
.gitignore vendored
View file

@ -4,11 +4,8 @@ node_modules
/data/msc
/env*
/resources
/scripts/gen
/scripts/continuserv/continuserv
/scripts/swagger
/scripts/tmp
/templating/out
/hugo-config.toml
/public
*.pyc