Compare commits
77 commits
Author | SHA1 | Date | |
---|---|---|---|
b525f75055 | |||
daf532a83a | |||
8c56abd321 | |||
3d70d70f2f | |||
d69b02e78c | |||
dcc20d6b3f | |||
d123b3cd65 | |||
0e364f496d | |||
26a71920b0 | |||
f0463071cc | |||
bc3f0f911f | |||
8c259145ef | |||
1fe182d9fe | |||
bee16a9593 | |||
b50a639d9d | |||
53a626474c | |||
9fd96ed628 | |||
434c3d72e0 | |||
faad02b41c | |||
e3ef99661a | |||
19e166d879 | |||
262ed88922 | |||
760d118240 | |||
3deea69d24 | |||
adaa7c0f25 | |||
c5b12cb0a8 | |||
f638a9d5a3 | |||
aee774329f | |||
6b315b2f44 | |||
b601b7b865 | |||
f6b8e5d1f6 | |||
d6844f9a31 | |||
9df6e9911f | |||
854fbd7502 | |||
c94391d782 | |||
4f983647f1 | |||
e80ce4e9ae | |||
bdff1bff17 | |||
e91c8b2c5c | |||
51655a2018 | |||
e16b6403d6 | |||
b56d7c4d20 | |||
68b8128aaa | |||
9b9d1a291c | |||
f1cb3b484d | |||
c8c3bb90d7 | |||
1fca4d68a0 | |||
aca590ed4a | |||
ccade28d49 | |||
|
a02c03e960 | ||
|
7d3811cb3c | ||
|
4f0fccc3b9 | ||
745961e860 | |||
b5b278f0b6 | |||
468783f50e | |||
b67e4c735e | |||
ba42db1d4d | |||
3d45567cdf | |||
47f29a8819 | |||
b0775fb85f | |||
cf6e92b138 | |||
4ae969421b | |||
a625e2aeec | |||
12b548e906 | |||
73e55d8e55 | |||
5515ff2d18 | |||
da505d456b | |||
|
a8e8699d91 | ||
|
f2428f0403 | ||
|
1a5aaecd36 | ||
|
8c6f41bab8 | ||
|
a5d505188c | ||
69eeba6311 | |||
50e056d6c3 | |||
82bc12586f | |||
911856ef49 | |||
0ead3496ff |
25 changed files with 5702 additions and 1186 deletions
|
@ -2,3 +2,4 @@
|
||||||
examples
|
examples
|
||||||
exercises
|
exercises
|
||||||
node_modules
|
node_modules
|
||||||
|
.drone.yml
|
||||||
|
|
59
.drone.yml
Normal file
59
.drone.yml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: debug
|
||||||
|
image: alpine
|
||||||
|
environment:
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- 'echo "Repository: glenux/docmachine"'
|
||||||
|
- 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'
|
||||||
|
|
||||||
|
- name: publish:commit_branch
|
||||||
|
image: plugins/docker
|
||||||
|
# volumes:
|
||||||
|
# - name: cache
|
||||||
|
# path: /stupid
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKERHUB_PASSWORD
|
||||||
|
cache_from: "glenux/docmachine:latest_${DRONE_BRANCH/\\//-}"
|
||||||
|
context: .
|
||||||
|
dockerfile: docker/Dockerfile
|
||||||
|
repo: glenux/docmachine
|
||||||
|
tags:
|
||||||
|
- "latest_${DRONE_BRANCH/\\//-}"
|
||||||
|
- "${DRONE_COMMIT_SHA:0:8}"
|
||||||
|
purge: false
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- "master"
|
||||||
|
- "develop"
|
||||||
|
- "feature/*"
|
||||||
|
|
||||||
|
- name: publish:latest
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKERHUB_PASSWORD
|
||||||
|
cache_from: "glenux/docmachine:latest_${DRONE_BRANCH/\\//-}"
|
||||||
|
context: .
|
||||||
|
dockerfile: docker/Dockerfile
|
||||||
|
repo: glenux/docmachine
|
||||||
|
tags: latest
|
||||||
|
purge: false
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
|
# volumes:
|
||||||
|
# - name: cache
|
||||||
|
# temp: {}
|
||||||
|
#
|
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
./scripts/gx-teaching \
|
./scripts/gx-teaching \
|
||||||
--no-tty \
|
--no-tty \
|
||||||
--data-dir . \
|
--data-dir . \
|
||||||
--action build-slides-pdf
|
--action build-docs-pdf
|
||||||
|
|
||||||
- name: Build HTML for slides
|
- name: Build HTML for slides
|
||||||
run: |
|
run: |
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
.bundle
|
.bundle
|
||||||
*.docx
|
*.docx
|
||||||
*.epub
|
*.epub
|
||||||
|
/slides/autoslide.md
|
||||||
/images/*.circo.svg
|
/images/*.circo.svg
|
||||||
/images/*.dot.svg
|
/images/*.dot.svg
|
||||||
/images/*.ora.png
|
/images/*.ora.png
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// engine.js
|
// engine.js
|
||||||
// You have to run `npm i @marp-team/marp-core` at first.
|
// You have to run `npm i @marp-team/marp-core` at first.
|
||||||
const { Marp } = require('@marp-team/marp-core')
|
const { Marp } = require('@marp-team/marp-core')
|
||||||
|
const highlightLines = require('markdown-it-highlight-lines')
|
||||||
|
|
||||||
module.exports = opts => {
|
module.exports = opts => {
|
||||||
|
|
||||||
|
@ -10,11 +11,12 @@ module.exports = opts => {
|
||||||
opts.html = true
|
opts.html = true
|
||||||
|
|
||||||
// console.log(opts)
|
// console.log(opts)
|
||||||
|
|
||||||
const marp = new Marp(opts)
|
const marp = new Marp(opts)
|
||||||
|
|
||||||
// Disable parsing fragmented list
|
// Disable parsing fragmented list
|
||||||
marp.markdown.core.ruler.disable('marpit_fragment')
|
marp.markdown.core.ruler.disable('marpit_fragment')
|
||||||
|
|
||||||
return marp
|
// Enable code lines highlighting
|
||||||
|
// ref. https://github.com/marp-team/marp-vscode/issues/146
|
||||||
|
return marp.use(highlightLines)
|
||||||
}
|
}
|
||||||
|
|
138
.marp/theme.scss
138
.marp/theme.scss
|
@ -1,21 +1,39 @@
|
||||||
/* @theme glenux */
|
/* @theme glenux */
|
||||||
@import-theme 'default';
|
@import-theme 'default';
|
||||||
|
|
||||||
|
$primaryColor: #662d91;
|
||||||
|
$secondaryColor: #f60;
|
||||||
|
$tertiaryColor: #241c1c;
|
||||||
|
$textColor: #111111;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--primary-color: #009fcb;
|
--primary-color: $primaryColor;
|
||||||
--secondary-color: #241c1c;
|
--secondary-color: $secondaryColor;
|
||||||
--text-color: #111111; }
|
--tertiary-color: $tertiaryColor;
|
||||||
|
--text-color: $textColor;
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
justify-content: start; }
|
justify-content: start;
|
||||||
|
padding: 120px 80px 80px 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// https://github.com/marp-team/marp-vscode/issues/146
|
||||||
|
.highlighted-line {
|
||||||
|
background-color: #ff0;
|
||||||
|
display: block;
|
||||||
|
margin: 0 -16px;
|
||||||
|
padding: 0 16px;
|
||||||
|
}
|
||||||
|
|
||||||
section footer {
|
section footer {
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
color: #888; }
|
color: $textColor; }
|
||||||
|
|
||||||
section::after {
|
section::after {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
color: black; }
|
color: $textColor; }
|
||||||
|
|
||||||
section[id="1"] h1,
|
section[id="1"] h1,
|
||||||
section[id="1"] h2,
|
section[id="1"] h2,
|
||||||
|
@ -34,6 +52,17 @@ section[id="1"] footer {
|
||||||
section.chapter {
|
section.chapter {
|
||||||
justify-content: center; }
|
justify-content: center; }
|
||||||
|
|
||||||
|
section.chapter > bc-title:first-child,
|
||||||
|
section.chapter > h1:first-child,
|
||||||
|
section.chapter > h2:first-child,
|
||||||
|
section.chapter > h3:first-child,
|
||||||
|
section.chapter > h4:first-child,
|
||||||
|
section.chapter > h5:first-child,
|
||||||
|
section.chapter > h6:first-child {
|
||||||
|
position: relative;
|
||||||
|
top: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
section.chapter h1:first-child::before,
|
section.chapter h1:first-child::before,
|
||||||
section.chapter h2:first-child::before,
|
section.chapter h2:first-child::before,
|
||||||
|
@ -44,6 +73,10 @@ section.chapter h5:first-child::before {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
section > ul {
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
section > bc-title {
|
section > bc-title {
|
||||||
line-height: 39px;
|
line-height: 39px;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
@ -62,9 +95,13 @@ section > h4:first-child,
|
||||||
section > h5:first-child,
|
section > h5:first-child,
|
||||||
section > h6:first-child {
|
section > h6:first-child {
|
||||||
font-family: "Droid Sans Mono", monospace;
|
font-family: "Droid Sans Mono", monospace;
|
||||||
color: #662d91;
|
color: $primaryColor;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: relative; }
|
// position: relative;
|
||||||
|
// top: -40px;
|
||||||
|
position: absolute;
|
||||||
|
top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
section > bc-title:first-child::before,
|
section > bc-title:first-child::before,
|
||||||
section > h1:first-child::before,
|
section > h1:first-child::before,
|
||||||
|
@ -96,12 +133,30 @@ section > h6:first-child::before
|
||||||
left: -100px;
|
left: -100px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 0.9em;
|
height: 0.9em;
|
||||||
background-color: #662d91; }
|
background-color: $primaryColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
section:not(.chapter) > h2:first-child {
|
section:not(.chapter) > h2:first-child {
|
||||||
font-size: 100%; }
|
font-size: 100%; }
|
||||||
|
|
||||||
|
section.draft {
|
||||||
|
box-shadow: inset 20px 20px 0px red, inset -20px 20px 0px red, inset 20px -20px 0px red, inset -20px -20px 0px red;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
section.draft::before {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%) rotate(-30deg);
|
||||||
|
font-size: 100px;
|
||||||
|
display: block;
|
||||||
|
content: "DRAFT";
|
||||||
|
color: darkred;
|
||||||
|
opacity: 0.25;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
@ -118,19 +173,54 @@ bc-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
bc-row > bc-column {
|
bc-row[bc-height-full] {
|
||||||
/* outline: 1px solid red; */
|
flex: 1 1 0;
|
||||||
margin-left: 100px;
|
|
||||||
flex-basis: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bc-row > bc-column {
|
bc-row > bc-column {
|
||||||
/* outline: 1px solid red; */
|
/* outline: 1px solid red; */
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
height: 100%;
|
height: inherit;
|
||||||
|
flex: 1 1 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-margin-small] {
|
||||||
|
margin-left: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-margin-tiny] {
|
||||||
|
margin-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-text-small] {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-text-tiny] {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-width-large] {
|
||||||
|
flex: 2 1 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-primary] {
|
||||||
|
background-color: $primaryColor;
|
||||||
|
color: white;
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-secondary] {
|
||||||
|
background-color: $secondaryColor;
|
||||||
|
color: white;
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-tertiary] {
|
||||||
|
background-color: $tertiaryColor;
|
||||||
|
color: white;
|
||||||
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
bc-row > bc-column[bc-grey] {
|
bc-row > bc-column[bc-grey] {
|
||||||
|
@ -138,10 +228,20 @@ bc-row > bc-column[bc-grey] {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column[bc-invert] {
|
||||||
|
color: white;
|
||||||
|
background-color: $textColor;
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
bc-row > bc-column:first-of-type {
|
bc-row > bc-column:first-of-type {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bc-row > bc-column p:only-child {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
bc-row > bc-column > h1:first-child,
|
bc-row > bc-column > h1:first-child,
|
||||||
bc-row > bc-column > h2:first-child,
|
bc-row > bc-column > h2:first-child,
|
||||||
bc-row > bc-column > h3:first-child,
|
bc-row > bc-column > h3:first-child,
|
||||||
|
@ -151,3 +251,9 @@ bc-row > bc-column > h6:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p img:only-child[alt*="center"] {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python 3.8.3
|
|
102
Makefile
102
Makefile
|
@ -29,30 +29,35 @@ DOCS_PORT=5100
|
||||||
SLIDES_PORT=5200
|
SLIDES_PORT=5200
|
||||||
|
|
||||||
## Find .md slides
|
## Find .md slides
|
||||||
SLIDES_MDPP=$(shell find $(SLIDES_DIR) \( -name '*.mdpp' ! -name '_*' \))
|
SLIDES_MDPP=$(shell find -L $(SLIDES_DIR) -regextype sed \( -name '*.mdpp' ! -regex '.*/_.*' \))
|
||||||
SLIDES_MDPP_MD=$(patsubst $(SLIDES_DIR)/%.mdpp,$(CACHE_SLIDES_DIR)/%.mdpp.md,$(SLIDES_MDPP))
|
SLIDES_MDPP_MD=$(patsubst $(SLIDES_DIR)/%.mdpp,$(CACHE_SLIDES_DIR)/%.mdpp.md,$(SLIDES_MDPP))
|
||||||
SLIDES_MDPP_MD_PDF=$(patsubst $(CACHE_SLIDES_DIR)/%.mdpp.md,$(BUILD_SLIDES_DIR)/%.pdf,$(SLIDES_MDPP_MD))
|
SLIDES_MDPP_MD_PDF=$(patsubst $(CACHE_SLIDES_DIR)/%.mdpp.md,$(BUILD_SLIDES_DIR)/%.pdf,$(SLIDES_MDPP_MD))
|
||||||
|
SLIDES_MDPP_MD_PPTX=$(patsubst $(CACHE_SLIDES_DIR)/%.mdpp.md,$(BUILD_SLIDES_DIR)/%.pptx,$(SLIDES_MDPP_MD))
|
||||||
|
|
||||||
SLIDES_MD=$(shell find $(SLIDES_DIR) \( -name '*.md' ! -name '_*' \)) $(SLIDES_MDPP_MD)
|
SLIDES_MD=$(shell find -L $(SLIDES_DIR) -regextype sed \( -name '*.md' ! -regex '.*/_.*' \)) $(SLIDES_MDPP_MD)
|
||||||
SLIDES_MD_PDF=$(patsubst $(SLIDES_DIR)/%.md,$(BUILD_SLIDES_DIR)/%.pdf,$(SLIDES_MD))
|
SLIDES_MD_PDF=$(patsubst $(SLIDES_DIR)/%.md,$(BUILD_SLIDES_DIR)/%.pdf,$(SLIDES_MD))
|
||||||
|
SLIDES_MD_PPTX=$(patsubst $(SLIDES_DIR)/%.md,$(BUILD_SLIDES_DIR)/%.pptx,$(SLIDES_MD))
|
||||||
|
|
||||||
SLIDES_MD_ALL=$(SLIDES_MDPP_MD) $(SLIDES_MD)
|
SLIDES_MD_ALL=$(SLIDES_MDPP_MD) $(SLIDES_MD) $(SLIDES_DIR)/autoslide.md
|
||||||
SLIDES_PDF_ALL=$(SLIDES_MDPP_MD_PDF) $(SLIDES_MD_PDF)
|
SLIDES_PDF_ALL=$(SLIDES_MDPP_MD_PDF) $(SLIDES_MD_PDF) $(BUILD_SLIDES_DIR)/autoslide.pdf
|
||||||
|
SLIDES_PPTX_ALL=$(SLIDES_MDPP_MD_PPTX) $(SLIDES_MD_PPTX) $(BUILD_SLIDES_DIR)/autoslide.pptx
|
||||||
|
|
||||||
|
DOCS_MD=$(shell find -L $(DOCS_DIR) -regextype sed \( -name '*.md' ! -regex '.*/_.*' \))
|
||||||
|
|
||||||
## Find .uml graphs
|
## Find .uml graphs
|
||||||
DOCS_IMAGES_UML=$(shell find $(IMAGES_DIR) \( -name '*.uml' ! -name '_*' \))
|
DOCS_IMAGES_UML=$(shell find -L $(IMAGES_DIR) -regextype sed \( -name '*.uml' ! -regex '.*/_.*' \))
|
||||||
DOCS_IMAGES_UML_SVG=$(patsubst $(IMAGES_DIR)/%.uml,$(BUILD_IMAGES_DIR)/%.uml.svg,$(DOCS_IMAGES_UML))
|
DOCS_IMAGES_UML_SVG=$(patsubst $(IMAGES_DIR)/%.uml,$(BUILD_IMAGES_DIR)/%.uml.svg,$(DOCS_IMAGES_UML))
|
||||||
|
|
||||||
## Find .dot graphs
|
## Find .dot graphs
|
||||||
DOCS_IMAGES_DOT=$(shell find $(IMAGES_DIR) \( -name '*.dot' ! -name '_*' \))
|
DOCS_IMAGES_DOT=$(shell find -L $(IMAGES_DIR) -regextype sed \( -name '*.dot' ! -regex '.*/_.*' \))
|
||||||
DOCS_IMAGES_DOT_SVG=$(patsubst $(IMAGES_DIR)/%.dot,$(BUILD_IMAGES_DIR)/%.dot.svg,$(DOCS_IMAGES_DOT))
|
DOCS_IMAGES_DOT_SVG=$(patsubst $(IMAGES_DIR)/%.dot,$(BUILD_IMAGES_DIR)/%.dot.svg,$(DOCS_IMAGES_DOT))
|
||||||
|
|
||||||
## Find .circo graphs
|
## Find .circo graphs
|
||||||
DOCS_IMAGES_CIRCO=$(shell find $(IMAGES_DIR) \( -name '*.circo' ! -name '_*' \))
|
DOCS_IMAGES_CIRCO=$(shell find -L $(IMAGES_DIR) -regextype sed \( -name '*.circo' ! -regex '.*/_.*' \))
|
||||||
DOCS_IMAGES_CIRCO_SVG=$(patsubst $(IMAGES_DIR)/%.circo,$(BUILD_IMAGES_DIR)/%.circo.svg,$(DOCS_IMAGES_CIRCO))
|
DOCS_IMAGES_CIRCO_SVG=$(patsubst $(IMAGES_DIR)/%.circo,$(BUILD_IMAGES_DIR)/%.circo.svg,$(DOCS_IMAGES_CIRCO))
|
||||||
|
|
||||||
## Find .ora images
|
## Find .ora images
|
||||||
DOCS_IMAGES_ORA=$(shell find $(IMAGES_DIR) \( -name '*.ora' ! -name '_*' \))
|
DOCS_IMAGES_ORA=$(shell find -L $(IMAGES_DIR) -regextype sed \( -name '*.ora' ! -regex '.*/_.*' \))
|
||||||
DOCS_IMAGES_ORA_PNG=$(patsubst $(IMAGES_DIR)/%.ora,$(BUILD_IMAGES_DIR)/%.ora.png,$(DOCS_IMAGES_ORA))
|
DOCS_IMAGES_ORA_PNG=$(patsubst $(IMAGES_DIR)/%.ora,$(BUILD_IMAGES_DIR)/%.ora.png,$(DOCS_IMAGES_ORA))
|
||||||
|
|
||||||
## Merge all lists
|
## Merge all lists
|
||||||
|
@ -69,15 +74,11 @@ prepare: prepare-slides prepare-docs ## install prerequisites
|
||||||
|
|
||||||
prepare-slides: ## install prerequisites for PDF slides only
|
prepare-slides: ## install prerequisites for PDF slides only
|
||||||
npm install
|
npm install
|
||||||
|
npm rebuild node-sass
|
||||||
npx browserslist@latest --update-db
|
npx browserslist@latest --update-db
|
||||||
|
|
||||||
prepare-docs: ## install prerequisites for static docs site only
|
prepare-docs: ## install prerequisites for static docs site only
|
||||||
pipenv install
|
pipenv install
|
||||||
# if [ "$(SYSTEM_INSTALL)" -eq 1 ]; then \
|
|
||||||
# pipenv install --deploy --system ; \
|
|
||||||
#else \
|
|
||||||
# pipenv install ; \
|
|
||||||
#fi
|
|
||||||
|
|
||||||
.PHONY: prepare prepare-slides prepare-docs
|
.PHONY: prepare prepare-slides prepare-docs
|
||||||
|
|
||||||
|
@ -88,6 +89,9 @@ images: $(DOCS_IMAGES_SVG) $(DOCS_IMAGES_PNG) ## build images
|
||||||
@echo " dot: $(DOCS_IMAGES_DOT)"
|
@echo " dot: $(DOCS_IMAGES_DOT)"
|
||||||
@echo " circo: $(DOCS_IMAGES_CIRCO)"
|
@echo " circo: $(DOCS_IMAGES_CIRCO)"
|
||||||
@echo "Built: $(DOCS_IMAGES_SVG) $(DOCS_IMAGES_PNG)"
|
@echo "Built: $(DOCS_IMAGES_SVG) $(DOCS_IMAGES_PNG)"
|
||||||
|
for dir in $$(find -L $(DOCS_DIR) -type d -regextype sed -regex '.*/[0-9][^/]*/images$$') $(DOCS_DIR)/images ; do \
|
||||||
|
rsync -av $$dir/ $(SLIDES_DIR)/images/ || exit 1 ; \
|
||||||
|
done
|
||||||
|
|
||||||
.PHONY: images
|
.PHONY: images
|
||||||
|
|
||||||
|
@ -115,10 +119,27 @@ $(CACHE_SLIDES_DIR)/%.mdpp.md: $(SLIDES_DIR)/%.mdpp
|
||||||
cd .marp && $(MAKE) theme.css
|
cd .marp && $(MAKE) theme.css
|
||||||
|
|
||||||
watch: ## run development server
|
watch: ## run development server
|
||||||
|
$(MAKE) autoslide
|
||||||
pipenv run honcho start
|
pipenv run honcho start
|
||||||
|
|
||||||
|
autoslide: $(SLIDES_DIR)/autoslide.md | $(BUILD_SLIDES_DIR)
|
||||||
|
|
||||||
|
$(SLIDES_DIR)/autoslide.md: $(DOCS_MD)
|
||||||
|
find -L $(DOCS_DIR) -regextype sed \( -regex '.*/[0-9][^/]*\.md' ! -regex '.*/_.*' \) -print0 \
|
||||||
|
| sort -z \
|
||||||
|
| xargs -0 sed '/^---$$/,/^---$$/d' \
|
||||||
|
> $(SLIDES_DIR)/autoslide.md
|
||||||
|
|
||||||
|
watch-autoslide-internal:
|
||||||
|
# FIXME: use watchexec instead
|
||||||
|
while inotifywait -q -e move -e modify -e create -e attrib -e delete -e moved_to -r $(DOCS_DIR) ; do \
|
||||||
|
sleep 0.25 ; \
|
||||||
|
$(MAKE) autoslide ; \
|
||||||
|
done
|
||||||
|
|
||||||
watch-tocupdate-internal:
|
watch-tocupdate-internal:
|
||||||
while inotifywait -q -e move -e modify -e create -e attrib -e delete -e moved_to -r docs ; do \
|
# FIXME: use watchexec instead
|
||||||
|
while inotifywait -q -e move -e modify -e create -e attrib -e delete -e moved_to -r $(DOCS_DIR) ; do \
|
||||||
sleep 2 ; \
|
sleep 2 ; \
|
||||||
$(MAKE) images ; \
|
$(MAKE) images ; \
|
||||||
done
|
done
|
||||||
|
@ -129,6 +150,7 @@ watch-docs-internal:
|
||||||
watch-slides-internal: .marp/theme.css
|
watch-slides-internal: .marp/theme.css
|
||||||
PORT=$(SLIDES_PORT) \
|
PORT=$(SLIDES_PORT) \
|
||||||
npx marp \
|
npx marp \
|
||||||
|
--allow-local-files \
|
||||||
--engine $$(pwd)/.marp/engine.js \
|
--engine $$(pwd)/.marp/engine.js \
|
||||||
--html \
|
--html \
|
||||||
--theme $$(pwd)/.marp/theme.css \
|
--theme $$(pwd)/.marp/theme.css \
|
||||||
|
@ -136,7 +158,7 @@ watch-slides-internal: .marp/theme.css
|
||||||
-s
|
-s
|
||||||
|
|
||||||
watch-slides: ## run development server for PDF slides
|
watch-slides: ## run development server for PDF slides
|
||||||
pipenv run honcho start slides
|
pipenv run honcho start slides autoslide
|
||||||
|
|
||||||
watch-docs: ## run development server for static docs site
|
watch-docs: ## run development server for static docs site
|
||||||
pipenv run honcho start docs toc
|
pipenv run honcho start docs toc
|
||||||
|
@ -164,6 +186,14 @@ $(BUILD_SLIDES_DIR)/%.pdf: $(SLIDES_DIR)/%.md | $(BUILD_SLIDES_DIR) .marp/theme.
|
||||||
$< \
|
$< \
|
||||||
-o $@
|
-o $@
|
||||||
|
|
||||||
|
$(BUILD_SLIDES_DIR)/%.pptx: $(SLIDES_DIR)/%.md | $(BUILD_SLIDES_DIR) .marp/theme.css
|
||||||
|
npx marp --allow-local-files \
|
||||||
|
--engine $$(pwd)/.marp/engine.js \
|
||||||
|
--html \
|
||||||
|
--theme $$(pwd)/.marp/theme.css \
|
||||||
|
$< \
|
||||||
|
-o $@
|
||||||
|
|
||||||
$(BUILD_SLIDES_DIR):
|
$(BUILD_SLIDES_DIR):
|
||||||
mkdir -p $(BUILD_SLIDES_DIR)
|
mkdir -p $(BUILD_SLIDES_DIR)
|
||||||
|
|
||||||
|
@ -174,18 +204,27 @@ $(BUILD_SLIDES_DIR):
|
||||||
## docs => static web site
|
## docs => static web site
|
||||||
##
|
##
|
||||||
|
|
||||||
build: build-pdf build-html ## build all documents as PDF and HTML files
|
build: build-pdf build-html ## build all documents as PDF and HTML files
|
||||||
|
|
||||||
build-pdf: build-docs-pdf build-slides-pdf ## build all documents as PDF files
|
build-pptx: build-slides-pptx ## build slides as PPTX files
|
||||||
|
|
||||||
build-html: build-docs-html build-slides-html ## build all documents as HTML files
|
build-pdf: build-docs-pdf build-slides-pdf ## build both docs and slides as PDF files
|
||||||
|
|
||||||
|
build-html: build-docs-html build-slides-html ## build both docs and slides as HTML files
|
||||||
|
|
||||||
build-slides-pdf: $(SLIDES_PDF_ALL) $(SLIDES_MD_ALL) ## build PDF slides only
|
build-docs: build-docs-pdf build-docs-html ## build only docs as PDF and HTML
|
||||||
|
|
||||||
|
build-slides: build-slides-pdf build-slides-html ## build only slides as PDF and HTML
|
||||||
|
|
||||||
|
build-slides-pptx: $(SLIDES_PPTX_ALL) $(SLIDES_MD_ALL) ## build PPTX slides only
|
||||||
|
|
||||||
|
build-slides-pdf: $(SLIDES_PDF_ALL) $(SLIDES_MD_ALL) ## build PDF slides only
|
||||||
|
|
||||||
|
build-slides-html: $(SLIDES_HTML_ALL) ## build HTML slides only
|
||||||
|
|
||||||
merge-slides: $(SLIDES_MDPP_MD) $(SLIDES_MD_ALL)
|
merge-slides: $(SLIDES_MDPP_MD) $(SLIDES_MD_ALL)
|
||||||
|
|
||||||
build-docs-pdf:
|
build-docs-pdf: ## build pdf docs only
|
||||||
mkdir -p $(BUILD_DOCS_DIR)
|
mkdir -p $(BUILD_DOCS_DIR)
|
||||||
rm -f $(BUILD_DOCS_DIR)/combined.pdf
|
rm -f $(BUILD_DOCS_DIR)/combined.pdf
|
||||||
PYTHONUTF8=1 \
|
PYTHONUTF8=1 \
|
||||||
|
@ -193,8 +232,8 @@ build-docs-pdf:
|
||||||
pipenv run mkdocs build \
|
pipenv run mkdocs build \
|
||||||
--site-dir $(BUILD_DOCS_DIR)
|
--site-dir $(BUILD_DOCS_DIR)
|
||||||
pdftk \
|
pdftk \
|
||||||
$$(find $(BUILD_DOCS_DIR) -name *.pdf -not -name index.pdf |sort ) \
|
$$(find -L $(BUILD_DOCS_DIR) -name *.pdf -not -name index.pdf |sort ) \
|
||||||
cat output $(BUILD_DOCS_DIR)/combined.pdf
|
cat output $(BUILD_DOCS_DIR)/docs.pdf
|
||||||
|
|
||||||
build-docs-html: ## build static docs site only
|
build-docs-html: ## build static docs site only
|
||||||
mkdir -p $(BUILD_DOCS_DIR)
|
mkdir -p $(BUILD_DOCS_DIR)
|
||||||
|
@ -243,12 +282,17 @@ fixme:
|
||||||
|
|
||||||
.PHONY: fixme
|
.PHONY: fixme
|
||||||
|
|
||||||
docker-build:
|
docker-build: ## build docker image
|
||||||
docker build -t glenux/teaching-boilerplate:$(BUILD_VERSION)
|
docker build \
|
||||||
docker tag glenux/teaching-boilerplate:$(BUILD_VERSION) glenux/teaching-boilerplate:latest
|
--file docker/Dockerfile \
|
||||||
|
--tag glenux/docmachine:$(BUILD_VERSION) \
|
||||||
|
.
|
||||||
|
docker tag \
|
||||||
|
glenux/docmachine:$(BUILD_VERSION) \
|
||||||
|
glenux/docmachine:latest
|
||||||
|
|
||||||
docker-push:
|
docker-push: ## push docker image
|
||||||
env docker push glenux/teaching-boilerplate:latest
|
env docker push glenux/docmachine:latest
|
||||||
|
|
||||||
docker-pull:
|
docker-pull: ## download docker image
|
||||||
env docker pull glenux/teaching-boilerplate:latest
|
env docker pull glenux/docmachine:latest
|
||||||
|
|
4
Pipfile
4
Pipfile
|
@ -17,7 +17,7 @@ mkdocs-material = "*"
|
||||||
mocodo = "*"
|
mocodo = "*"
|
||||||
pyinotify = "*"
|
pyinotify = "*"
|
||||||
pymdown-extensions = "*"
|
pymdown-extensions = "*"
|
||||||
|
mkdocs-pdf-export-plugin = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.11"
|
||||||
|
|
468
Pipfile.lock
generated
468
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "3a027e631a96844cbe2227bb42f2f4f6693c9177798ae280524c25dd072e9993"
|
"sha256": "3a402e1a3937fef8857d2d9fe3adba4e6d8f1ead319624d294cfe69d9ce520fa"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -24,6 +24,14 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==1.1.8"
|
"version": "==1.1.8"
|
||||||
},
|
},
|
||||||
|
"beautifulsoup4": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:9a315ce70049920ea4572a4055bc4bd700c940521d36fc858205ad4fcde149bf",
|
||||||
|
"sha256:c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.1'",
|
||||||
|
"version": "==4.10.0"
|
||||||
|
},
|
||||||
"bracex": {
|
"bracex": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:096c4b788bf492f7af4e90ef8b5bcbfb99759ae3415ea1b83c9d29a5ed8f9a94",
|
"sha256:096c4b788bf492f7af4e90ef8b5bcbfb99759ae3415ea1b83c9d29a5ed8f9a94",
|
||||||
|
@ -32,13 +40,154 @@
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==2.2.1"
|
"version": "==2.2.1"
|
||||||
},
|
},
|
||||||
|
"brotli": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:12effe280b8ebfd389022aa65114e30407540ccb89b177d3fbc9a4f177c4bd5d",
|
||||||
|
"sha256:160c78292e98d21e73a4cc7f76a234390e516afcd982fa17e1422f7c6a9ce9c8",
|
||||||
|
"sha256:16d528a45c2e1909c2798f27f7bf0a3feec1dc9e50948e738b961618e38b6a7b",
|
||||||
|
"sha256:19598ecddd8a212aedb1ffa15763dd52a388518c4550e615aed88dc3753c0f0c",
|
||||||
|
"sha256:1c48472a6ba3b113452355b9af0a60da5c2ae60477f8feda8346f8fd48e3e87c",
|
||||||
|
"sha256:268fe94547ba25b58ebc724680609c8ee3e5a843202e9a381f6f9c5e8bdb5c70",
|
||||||
|
"sha256:269a5743a393c65db46a7bb982644c67ecba4b8d91b392403ad8a861ba6f495f",
|
||||||
|
"sha256:26d168aac4aaec9a4394221240e8a5436b5634adc3cd1cdf637f6645cecbf181",
|
||||||
|
"sha256:29d1d350178e5225397e28ea1b7aca3648fcbab546d20e7475805437bfb0a130",
|
||||||
|
"sha256:2aad0e0baa04517741c9bb5b07586c642302e5fb3e75319cb62087bd0995ab19",
|
||||||
|
"sha256:3496fc835370da351d37cada4cf744039616a6db7d13c430035e901443a34daa",
|
||||||
|
"sha256:35a3edbe18e876e596553c4007a087f8bcfd538f19bc116917b3c7522fca0429",
|
||||||
|
"sha256:3b78a24b5fd13c03ee2b7b86290ed20efdc95da75a3557cc06811764d5ad1126",
|
||||||
|
"sha256:40d15c79f42e0a2c72892bf407979febd9cf91f36f495ffb333d1d04cebb34e4",
|
||||||
|
"sha256:44bb8ff420c1d19d91d79d8c3574b8954288bdff0273bf788954064d260d7ab0",
|
||||||
|
"sha256:4688c1e42968ba52e57d8670ad2306fe92e0169c6f3af0089be75bbac0c64a3b",
|
||||||
|
"sha256:495ba7e49c2db22b046a53b469bbecea802efce200dffb69b93dd47397edc9b6",
|
||||||
|
"sha256:4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438",
|
||||||
|
"sha256:503fa6af7da9f4b5780bb7e4cbe0c639b010f12be85d02c99452825dd0feef3f",
|
||||||
|
"sha256:56d027eace784738457437df7331965473f2c0da2c70e1a1f6fdbae5402e0389",
|
||||||
|
"sha256:5913a1177fc36e30fcf6dc868ce23b0453952c78c04c266d3149b3d39e1410d6",
|
||||||
|
"sha256:5b6ef7d9f9c38292df3690fe3e302b5b530999fa90014853dcd0d6902fb59f26",
|
||||||
|
"sha256:5cb1e18167792d7d21e21365d7650b72d5081ed476123ff7b8cac7f45189c0c7",
|
||||||
|
"sha256:61a7ee1f13ab913897dac7da44a73c6d44d48a4adff42a5701e3239791c96e14",
|
||||||
|
"sha256:622a231b08899c864eb87e85f81c75e7b9ce05b001e59bbfbf43d4a71f5f32b2",
|
||||||
|
"sha256:68715970f16b6e92c574c30747c95cf8cf62804569647386ff032195dc89a430",
|
||||||
|
"sha256:6b2ae9f5f67f89aade1fab0f7fd8f2832501311c363a21579d02defa844d9296",
|
||||||
|
"sha256:6c772d6c0a79ac0f414a9f8947cc407e119b8598de7621f39cacadae3cf57d12",
|
||||||
|
"sha256:6d847b14f7ea89f6ad3c9e3901d1bc4835f6b390a9c71df999b0162d9bb1e20f",
|
||||||
|
"sha256:76ffebb907bec09ff511bb3acc077695e2c32bc2142819491579a695f77ffd4d",
|
||||||
|
"sha256:7bbff90b63328013e1e8cb50650ae0b9bac54ffb4be6104378490193cd60f85a",
|
||||||
|
"sha256:7cb81373984cc0e4682f31bc3d6be9026006d96eecd07ea49aafb06897746452",
|
||||||
|
"sha256:7ee83d3e3a024a9618e5be64648d6d11c37047ac48adff25f12fa4226cf23d1c",
|
||||||
|
"sha256:854c33dad5ba0fbd6ab69185fec8dab89e13cda6b7d191ba111987df74f38761",
|
||||||
|
"sha256:85f7912459c67eaab2fb854ed2bc1cc25772b300545fe7ed2dc03954da638649",
|
||||||
|
"sha256:87fdccbb6bb589095f413b1e05734ba492c962b4a45a13ff3408fa44ffe6479b",
|
||||||
|
"sha256:88c63a1b55f352b02c6ffd24b15ead9fc0e8bf781dbe070213039324922a2eea",
|
||||||
|
"sha256:8a674ac10e0a87b683f4fa2b6fa41090edfd686a6524bd8dedbd6138b309175c",
|
||||||
|
"sha256:93130612b837103e15ac3f9cbacb4613f9e348b58b3aad53721d92e57f96d46a",
|
||||||
|
"sha256:9744a863b489c79a73aba014df554b0e7a0fc44ef3f8a0ef2a52919c7d155031",
|
||||||
|
"sha256:9749a124280a0ada4187a6cfd1ffd35c350fb3af79c706589d98e088c5044267",
|
||||||
|
"sha256:97f715cf371b16ac88b8c19da00029804e20e25f30d80203417255d239f228b5",
|
||||||
|
"sha256:9bf919756d25e4114ace16a8ce91eb340eb57a08e2c6950c3cebcbe3dff2a5e7",
|
||||||
|
"sha256:9d12cf2851759b8de8ca5fde36a59c08210a97ffca0eb94c532ce7b17c6a3d1d",
|
||||||
|
"sha256:9ed4c92a0665002ff8ea852353aeb60d9141eb04109e88928026d3c8a9e5433c",
|
||||||
|
"sha256:a72661af47119a80d82fa583b554095308d6a4c356b2a554fdc2799bc19f2a43",
|
||||||
|
"sha256:afde17ae04d90fbe53afb628f7f2d4ca022797aa093e809de5c3cf276f61bbfa",
|
||||||
|
"sha256:b336c5e9cf03c7be40c47b5fd694c43c9f1358a80ba384a21969e0b4e66a9b17",
|
||||||
|
"sha256:b663f1e02de5d0573610756398e44c130add0eb9a3fc912a09665332942a2efb",
|
||||||
|
"sha256:b83bb06a0192cccf1eb8d0a28672a1b79c74c3a8a5f2619625aeb6f28b3a82bb",
|
||||||
|
"sha256:c2415d9d082152460f2bd4e382a1e85aed233abc92db5a3880da2257dc7daf7b",
|
||||||
|
"sha256:c83aa123d56f2e060644427a882a36b3c12db93727ad7a7b9efd7d7f3e9cc2c4",
|
||||||
|
"sha256:cfc391f4429ee0a9370aa93d812a52e1fee0f37a81861f4fdd1f4fb28e8547c3",
|
||||||
|
"sha256:db844eb158a87ccab83e868a762ea8024ae27337fc7ddcbfcddd157f841fdfe7",
|
||||||
|
"sha256:defed7ea5f218a9f2336301e6fd379f55c655bea65ba2476346340a0ce6f74a1",
|
||||||
|
"sha256:e16eb9541f3dd1a3e92b89005e37b1257b157b7256df0e36bd7b33b50be73bcb",
|
||||||
|
"sha256:e23281b9a08ec338469268f98f194658abfb13658ee98e2b7f85ee9dd06caa91",
|
||||||
|
"sha256:e2d9e1cbc1b25e22000328702b014227737756f4b5bf5c485ac1d8091ada078b",
|
||||||
|
"sha256:e48f4234f2469ed012a98f4b7874e7f7e173c167bed4934912a29e03167cf6b1",
|
||||||
|
"sha256:e4c4e92c14a57c9bd4cb4be678c25369bf7a092d55fd0866f759e425b9660806",
|
||||||
|
"sha256:ec1947eabbaf8e0531e8e899fc1d9876c179fc518989461f5d24e2223395a9e3",
|
||||||
|
"sha256:f909bbbc433048b499cb9db9e713b5d8d949e8c109a2a548502fb9aa8630f0b1"
|
||||||
|
],
|
||||||
|
"version": "==1.0.9"
|
||||||
|
},
|
||||||
|
"cffi": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3",
|
||||||
|
"sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2",
|
||||||
|
"sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636",
|
||||||
|
"sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20",
|
||||||
|
"sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728",
|
||||||
|
"sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27",
|
||||||
|
"sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66",
|
||||||
|
"sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443",
|
||||||
|
"sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0",
|
||||||
|
"sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7",
|
||||||
|
"sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39",
|
||||||
|
"sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605",
|
||||||
|
"sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a",
|
||||||
|
"sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37",
|
||||||
|
"sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029",
|
||||||
|
"sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139",
|
||||||
|
"sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc",
|
||||||
|
"sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df",
|
||||||
|
"sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14",
|
||||||
|
"sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880",
|
||||||
|
"sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2",
|
||||||
|
"sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a",
|
||||||
|
"sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e",
|
||||||
|
"sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474",
|
||||||
|
"sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024",
|
||||||
|
"sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8",
|
||||||
|
"sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0",
|
||||||
|
"sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e",
|
||||||
|
"sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a",
|
||||||
|
"sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e",
|
||||||
|
"sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032",
|
||||||
|
"sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6",
|
||||||
|
"sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e",
|
||||||
|
"sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b",
|
||||||
|
"sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e",
|
||||||
|
"sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954",
|
||||||
|
"sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962",
|
||||||
|
"sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c",
|
||||||
|
"sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4",
|
||||||
|
"sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55",
|
||||||
|
"sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962",
|
||||||
|
"sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023",
|
||||||
|
"sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c",
|
||||||
|
"sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6",
|
||||||
|
"sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8",
|
||||||
|
"sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382",
|
||||||
|
"sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7",
|
||||||
|
"sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc",
|
||||||
|
"sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997",
|
||||||
|
"sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796"
|
||||||
|
],
|
||||||
|
"version": "==1.15.0"
|
||||||
|
},
|
||||||
"click": {
|
"click": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3",
|
"sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1",
|
||||||
"sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b"
|
"sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==8.0.3"
|
"version": "==8.0.4"
|
||||||
|
},
|
||||||
|
"cssselect2": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:8d4690bce5f25013262997e64cef3e7bade877d3ef126f9cc624e5b1f294d934",
|
||||||
|
"sha256:d98a7bbdd8ebc46093279195d669a3359bd5a23f90c19e82c19d9eeef333e617"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.7'",
|
||||||
|
"version": "==0.5.0"
|
||||||
|
},
|
||||||
|
"fonttools": {
|
||||||
|
"extras": [
|
||||||
|
"woff"
|
||||||
|
],
|
||||||
|
"hashes": [
|
||||||
|
"sha256:084dd1762f083a1bf49e41da1bfeafb475c9dce46265690a6bdd33290b9a63f4",
|
||||||
|
"sha256:6985cc5380c06db07fdc73ade15e6adbd4ce6ff850d7561ca00f97090b4b263d"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.7'",
|
||||||
|
"version": "==4.30.0"
|
||||||
},
|
},
|
||||||
"ghp-import": {
|
"ghp-import": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -55,13 +204,21 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==1.1.0"
|
"version": "==1.1.0"
|
||||||
},
|
},
|
||||||
|
"html5lib": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d",
|
||||||
|
"sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
|
||||||
|
"version": "==1.1"
|
||||||
|
},
|
||||||
"importlib-metadata": {
|
"importlib-metadata": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:53ccfd5c134223e497627b9815d5030edf77d2ed573922f7a0b8f8bb81a1c100",
|
"sha256:b36ffa925fe3139b2f6ff11d6925ffd4fa7bc47870165e3ac260ac7b4f91e6ac",
|
||||||
"sha256:75bdec14c397f528724c1bfd9709d660b33a4d2e77387a3358f20b848bb5e5fb"
|
"sha256:d16e8c1deb60de41b8e8ed21c1a7b947b0bc62fab7e1d470bcdf331cea2e6735"
|
||||||
],
|
],
|
||||||
"markers": "python_version < '3.10'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==4.8.2"
|
"version": "==4.11.2"
|
||||||
},
|
},
|
||||||
"jinja2": {
|
"jinja2": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -81,78 +238,49 @@
|
||||||
},
|
},
|
||||||
"markupsafe": {
|
"markupsafe": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298",
|
"sha256:023af8c54fe63530545f70dd2a2a7eed18d07a9a77b94e8bf1e2ff7f252db9a3",
|
||||||
"sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64",
|
"sha256:09c86c9643cceb1d87ca08cdc30160d1b7ab49a8a21564868921959bd16441b8",
|
||||||
"sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b",
|
"sha256:142119fb14a1ef6d758912b25c4e803c3ff66920635c44078666fe7cc3f8f759",
|
||||||
"sha256:04635854b943835a6ea959e948d19dcd311762c5c0c6e1f0e16ee57022669194",
|
"sha256:1d1fb9b2eec3c9714dd936860850300b51dbaa37404209c8d4cb66547884b7ed",
|
||||||
"sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567",
|
"sha256:204730fd5fe2fe3b1e9ccadb2bd18ba8712b111dcabce185af0b3b5285a7c989",
|
||||||
"sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff",
|
"sha256:24c3be29abb6b34052fd26fc7a8e0a49b1ee9d282e3665e8ad09a0a68faee5b3",
|
||||||
"sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724",
|
"sha256:290b02bab3c9e216da57c1d11d2ba73a9f73a614bbdcc027d299a60cdfabb11a",
|
||||||
"sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74",
|
"sha256:3028252424c72b2602a323f70fbf50aa80a5d3aa616ea6add4ba21ae9cc9da4c",
|
||||||
"sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646",
|
"sha256:30c653fde75a6e5eb814d2a0a89378f83d1d3f502ab710904ee585c38888816c",
|
||||||
"sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35",
|
"sha256:3cace1837bc84e63b3fd2dfce37f08f8c18aeb81ef5cf6bb9b51f625cb4e6cd8",
|
||||||
"sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6",
|
"sha256:4056f752015dfa9828dce3140dbadd543b555afb3252507348c493def166d454",
|
||||||
"sha256:20dca64a3ef2d6e4d5d615a3fd418ad3bde77a47ec8a23d984a12b5b4c74491a",
|
"sha256:454ffc1cbb75227d15667c09f164a0099159da0c1f3d2636aa648f12675491ad",
|
||||||
"sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6",
|
"sha256:598b65d74615c021423bd45c2bc5e9b59539c875a9bdb7e5f2a6b92dfcfc268d",
|
||||||
"sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad",
|
"sha256:599941da468f2cf22bf90a84f6e2a65524e87be2fce844f96f2dd9a6c9d1e635",
|
||||||
"sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26",
|
"sha256:5ddea4c352a488b5e1069069f2f501006b1a4362cb906bee9a193ef1245a7a61",
|
||||||
"sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38",
|
"sha256:62c0285e91414f5c8f621a17b69fc0088394ccdaa961ef469e833dbff64bd5ea",
|
||||||
"sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac",
|
"sha256:679cbb78914ab212c49c67ba2c7396dc599a8479de51b9a87b174700abd9ea49",
|
||||||
"sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7",
|
"sha256:6e104c0c2b4cd765b4e83909cde7ec61a1e313f8a75775897db321450e928cce",
|
||||||
"sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6",
|
"sha256:736895a020e31b428b3382a7887bfea96102c529530299f426bf2e636aacec9e",
|
||||||
"sha256:4296f2b1ce8c86a6aea78613c34bb1a672ea0e3de9c6ba08a960efe0b0a09047",
|
"sha256:75bb36f134883fdbe13d8e63b8675f5f12b80bb6627f7714c7d6c5becf22719f",
|
||||||
"sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75",
|
"sha256:7d2f5d97fcbd004c03df8d8fe2b973fe2b14e7bfeb2cfa012eaa8759ce9a762f",
|
||||||
"sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f",
|
"sha256:80beaf63ddfbc64a0452b841d8036ca0611e049650e20afcb882f5d3c266d65f",
|
||||||
"sha256:4dc8f9fb58f7364b63fd9f85013b780ef83c11857ae79f2feda41e270468dd9b",
|
"sha256:84ad5e29bf8bab3ad70fd707d3c05524862bddc54dc040982b0dbcff36481de7",
|
||||||
"sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135",
|
"sha256:8da5924cb1f9064589767b0f3fc39d03e3d0fb5aa29e0cb21d43106519bd624a",
|
||||||
"sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8",
|
"sha256:961eb86e5be7d0973789f30ebcf6caab60b844203f4396ece27310295a6082c7",
|
||||||
"sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a",
|
"sha256:96de1932237abe0a13ba68b63e94113678c379dca45afa040a17b6e1ad7ed076",
|
||||||
"sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a",
|
"sha256:a0a0abef2ca47b33fb615b491ce31b055ef2430de52c5b3fb19a4042dbc5cadb",
|
||||||
"sha256:5b6d930f030f8ed98e3e6c98ffa0652bdb82601e7a016ec2ab5d7ff23baa78d1",
|
"sha256:b2a5a856019d2833c56a3dcac1b80fe795c95f401818ea963594b345929dffa7",
|
||||||
"sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9",
|
"sha256:b8811d48078d1cf2a6863dafb896e68406c5f513048451cd2ded0473133473c7",
|
||||||
"sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864",
|
"sha256:c532d5ab79be0199fa2658e24a02fce8542df196e60665dd322409a03db6a52c",
|
||||||
"sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914",
|
"sha256:d3b64c65328cb4cd252c94f83e66e3d7acf8891e60ebf588d7b493a55a1dbf26",
|
||||||
"sha256:6300b8454aa6930a24b9618fbb54b5a68135092bc666f7b06901f897fa5c2fee",
|
"sha256:d4e702eea4a2903441f2735799d217f4ac1b55f7d8ad96ab7d4e25417cb0827c",
|
||||||
"sha256:63f3268ba69ace99cab4e3e3b5840b03340efed0948ab8f78d2fd87ee5442a4f",
|
"sha256:d5653619b3eb5cbd35bfba3c12d575db2a74d15e0e1c08bf1db788069d410ce8",
|
||||||
"sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18",
|
"sha256:d66624f04de4af8bbf1c7f21cc06649c1c69a7f84109179add573ce35e46d448",
|
||||||
"sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8",
|
"sha256:e67ec74fada3841b8c5f4c4f197bea916025cb9aa3fe5abf7d52b655d042f956",
|
||||||
"sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2",
|
"sha256:e6f7f3f41faffaea6596da86ecc2389672fa949bd035251eab26dc6697451d05",
|
||||||
"sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d",
|
"sha256:f02cf7221d5cd915d7fa58ab64f7ee6dd0f6cddbb48683debf5d04ae9b1c2cc1",
|
||||||
"sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b",
|
"sha256:f0eddfcabd6936558ec020130f932d479930581171368fd728efcfb6ef0dd357",
|
||||||
"sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b",
|
"sha256:fabbe18087c3d33c5824cb145ffca52eccd053061df1d79d4b66dafa5ad2a5ea",
|
||||||
"sha256:89c687013cb1cd489a0f0ac24febe8c7a666e6e221b783e53ac50ebf68e45d86",
|
"sha256:fc3150f85e2dbcf99e65238c842d1cfe69d3e7649b19864c1cc043213d9cd730"
|
||||||
"sha256:8d206346619592c6200148b01a2142798c989edcb9c896f9ac9722a99d4e77e6",
|
|
||||||
"sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f",
|
|
||||||
"sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb",
|
|
||||||
"sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833",
|
|
||||||
"sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28",
|
|
||||||
"sha256:9f02365d4e99430a12647f09b6cc8bab61a6564363f313126f775eb4f6ef798e",
|
|
||||||
"sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415",
|
|
||||||
"sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902",
|
|
||||||
"sha256:aca6377c0cb8a8253e493c6b451565ac77e98c2951c45f913e0b52facdcff83f",
|
|
||||||
"sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d",
|
|
||||||
"sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9",
|
|
||||||
"sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d",
|
|
||||||
"sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145",
|
|
||||||
"sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066",
|
|
||||||
"sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c",
|
|
||||||
"sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1",
|
|
||||||
"sha256:cdfba22ea2f0029c9261a4bd07e830a8da012291fbe44dc794e488b6c9bb353a",
|
|
||||||
"sha256:d6c7ebd4e944c85e2c3421e612a7057a2f48d478d79e61800d81468a8d842207",
|
|
||||||
"sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f",
|
|
||||||
"sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53",
|
|
||||||
"sha256:deb993cacb280823246a026e3b2d81c493c53de6acfd5e6bfe31ab3402bb37dd",
|
|
||||||
"sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134",
|
|
||||||
"sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85",
|
|
||||||
"sha256:f0567c4dc99f264f49fe27da5f735f414c4e7e7dd850cfd8e69f0862d7c74ea9",
|
|
||||||
"sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5",
|
|
||||||
"sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94",
|
|
||||||
"sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509",
|
|
||||||
"sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51",
|
|
||||||
"sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872"
|
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==2.0.1"
|
"version": "==2.1.0"
|
||||||
},
|
},
|
||||||
"mdx-truly-sane-lists": {
|
"mdx-truly-sane-lists": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -204,11 +332,11 @@
|
||||||
},
|
},
|
||||||
"mkdocs-material": {
|
"mkdocs-material": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:2fe84abc86daa3cb5b5e7e0438c20c6e2a99c1f4a7527c783b0f8b1fb4fb840a",
|
"sha256:b8014d8a77ba45879525e0e7619d0833d10897487a77d6697ef94240fed8c892",
|
||||||
"sha256:83b73d62b11cbc97c3b05de44f2fad3b96edf3fe2cf977851972e2c25348893b"
|
"sha256:ee153b8130ae580acd57082af0e54d644fe2a37c62f2ec9400f77e389ac1b294"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==8.1.2"
|
"version": "==8.1.3"
|
||||||
},
|
},
|
||||||
"mkdocs-material-extensions": {
|
"mkdocs-material-extensions": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -218,6 +346,14 @@
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==1.0.3"
|
"version": "==1.0.3"
|
||||||
},
|
},
|
||||||
|
"mkdocs-pdf-export-plugin": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:77ba89ebea6f565286fb04360e3d9810567e27302383c9e2b6fa386f8ecca7d9",
|
||||||
|
"sha256:e6e58f8bdedb300423336b00ea1846516f471b529ea85cb7f254fa2a2ee577d8"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==0.5.10"
|
||||||
|
},
|
||||||
"mocodo": {
|
"mocodo": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:878cd8a3341c087bd658296833b37ba4f5f608f856fdb53872b7b3fca0937d21",
|
"sha256:878cd8a3341c087bd658296833b37ba4f5f608f856fdb53872b7b3fca0937d21",
|
||||||
|
@ -235,13 +371,69 @@
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==21.3"
|
"version": "==21.3"
|
||||||
},
|
},
|
||||||
|
"pillow": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:011233e0c42a4a7836498e98c1acf5e744c96a67dd5032a6f666cc1fb97eab97",
|
||||||
|
"sha256:0f29d831e2151e0b7b39981756d201f7108d3d215896212ffe2e992d06bfe049",
|
||||||
|
"sha256:12875d118f21cf35604176872447cdb57b07126750a33748bac15e77f90f1f9c",
|
||||||
|
"sha256:14d4b1341ac07ae07eb2cc682f459bec932a380c3b122f5540432d8977e64eae",
|
||||||
|
"sha256:1c3c33ac69cf059bbb9d1a71eeaba76781b450bc307e2291f8a4764d779a6b28",
|
||||||
|
"sha256:1d19397351f73a88904ad1aee421e800fe4bbcd1aeee6435fb62d0a05ccd1030",
|
||||||
|
"sha256:253e8a302a96df6927310a9d44e6103055e8fb96a6822f8b7f514bb7ef77de56",
|
||||||
|
"sha256:2632d0f846b7c7600edf53c48f8f9f1e13e62f66a6dbc15191029d950bfed976",
|
||||||
|
"sha256:335ace1a22325395c4ea88e00ba3dc89ca029bd66bd5a3c382d53e44f0ccd77e",
|
||||||
|
"sha256:413ce0bbf9fc6278b2d63309dfeefe452835e1c78398efb431bab0672fe9274e",
|
||||||
|
"sha256:5100b45a4638e3c00e4d2320d3193bdabb2d75e79793af7c3eb139e4f569f16f",
|
||||||
|
"sha256:514ceac913076feefbeaf89771fd6febde78b0c4c1b23aaeab082c41c694e81b",
|
||||||
|
"sha256:528a2a692c65dd5cafc130de286030af251d2ee0483a5bf50c9348aefe834e8a",
|
||||||
|
"sha256:6295f6763749b89c994fcb6d8a7f7ce03c3992e695f89f00b741b4580b199b7e",
|
||||||
|
"sha256:6c8bc8238a7dfdaf7a75f5ec5a663f4173f8c367e5a39f87e720495e1eed75fa",
|
||||||
|
"sha256:718856856ba31f14f13ba885ff13874be7fefc53984d2832458f12c38205f7f7",
|
||||||
|
"sha256:7f7609a718b177bf171ac93cea9fd2ddc0e03e84d8fa4e887bdfc39671d46b00",
|
||||||
|
"sha256:80ca33961ced9c63358056bd08403ff866512038883e74f3a4bf88ad3eb66838",
|
||||||
|
"sha256:80fe64a6deb6fcfdf7b8386f2cf216d329be6f2781f7d90304351811fb591360",
|
||||||
|
"sha256:81c4b81611e3a3cb30e59b0cf05b888c675f97e3adb2c8672c3154047980726b",
|
||||||
|
"sha256:855c583f268edde09474b081e3ddcd5cf3b20c12f26e0d434e1386cc5d318e7a",
|
||||||
|
"sha256:9bfdb82cdfeccec50aad441afc332faf8606dfa5e8efd18a6692b5d6e79f00fd",
|
||||||
|
"sha256:a5d24e1d674dd9d72c66ad3ea9131322819ff86250b30dc5821cbafcfa0b96b4",
|
||||||
|
"sha256:a9f44cd7e162ac6191491d7249cceb02b8116b0f7e847ee33f739d7cb1ea1f70",
|
||||||
|
"sha256:b5b3f092fe345c03bca1e0b687dfbb39364b21ebb8ba90e3fa707374b7915204",
|
||||||
|
"sha256:b9618823bd237c0d2575283f2939655f54d51b4527ec3972907a927acbcc5bfc",
|
||||||
|
"sha256:cef9c85ccbe9bee00909758936ea841ef12035296c748aaceee535969e27d31b",
|
||||||
|
"sha256:d21237d0cd37acded35154e29aec853e945950321dd2ffd1a7d86fe686814669",
|
||||||
|
"sha256:d3c5c79ab7dfce6d88f1ba639b77e77a17ea33a01b07b99840d6ed08031cb2a7",
|
||||||
|
"sha256:d9d7942b624b04b895cb95af03a23407f17646815495ce4547f0e60e0b06f58e",
|
||||||
|
"sha256:db6d9fac65bd08cea7f3540b899977c6dee9edad959fa4eaf305940d9cbd861c",
|
||||||
|
"sha256:ede5af4a2702444a832a800b8eb7f0a7a1c0eed55b644642e049c98d589e5092",
|
||||||
|
"sha256:effb7749713d5317478bb3acb3f81d9d7c7f86726d41c1facca068a04cf5bb4c",
|
||||||
|
"sha256:f154d173286a5d1863637a7dcd8c3437bb557520b01bddb0be0258dcb72696b5",
|
||||||
|
"sha256:f25ed6e28ddf50de7e7ea99d7a976d6a9c415f03adcaac9c41ff6ff41b6d86ac"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==9.0.1"
|
||||||
|
},
|
||||||
|
"pycparser": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9",
|
||||||
|
"sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"
|
||||||
|
],
|
||||||
|
"version": "==2.21"
|
||||||
|
},
|
||||||
|
"pydyf": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:1e2f5de48174f505de025a7d1e7cf01bbdd9422ca8ab9451782bf00ee178602c",
|
||||||
|
"sha256:9ef1505c424e2ac9c4caef5b8f8c105a311c23fdb4db4979d7d82ad6cff76fa7"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.6'",
|
||||||
|
"version": "==0.1.2"
|
||||||
|
},
|
||||||
"pygments": {
|
"pygments": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380",
|
"sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65",
|
||||||
"sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"
|
"sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.5'",
|
"markers": "python_version >= '3.5'",
|
||||||
"version": "==2.10.0"
|
"version": "==2.11.2"
|
||||||
},
|
},
|
||||||
"pyinotify": {
|
"pyinotify": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -260,11 +452,19 @@
|
||||||
},
|
},
|
||||||
"pyparsing": {
|
"pyparsing": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4",
|
"sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea",
|
||||||
"sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81"
|
"sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==3.0.6"
|
"version": "==3.0.7"
|
||||||
|
},
|
||||||
|
"pyphen": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:459020cd320eb200c0c5ba46b98b2278fd34c5546f520fdcd2ce5f8d733eb994",
|
||||||
|
"sha256:b7d3dfc24b6f2178cdb2b1757ace0bd5d222de3e62c28d22ac578c5f22a13e9b"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.7'",
|
||||||
|
"version": "==0.12.0"
|
||||||
},
|
},
|
||||||
"python-dateutil": {
|
"python-dateutil": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -329,6 +529,22 @@
|
||||||
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||||
"version": "==1.16.0"
|
"version": "==1.16.0"
|
||||||
},
|
},
|
||||||
|
"soupsieve": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb",
|
||||||
|
"sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.6'",
|
||||||
|
"version": "==2.3.1"
|
||||||
|
},
|
||||||
|
"tinycss2": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf",
|
||||||
|
"sha256:fe794ceaadfe3cf3e686b22155d0da5780dd0e273471a51846d0a02bc204fec8"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.6'",
|
||||||
|
"version": "==1.1.1"
|
||||||
|
},
|
||||||
"watchdog": {
|
"watchdog": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:25fb5240b195d17de949588628fdf93032ebf163524ef08933db0ea1f99bd685",
|
"sha256:25fb5240b195d17de949588628fdf93032ebf163524ef08933db0ea1f99bd685",
|
||||||
|
@ -366,13 +582,81 @@
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==8.3"
|
"version": "==8.3"
|
||||||
},
|
},
|
||||||
"zipp": {
|
"weasyprint": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832",
|
"sha256:6a673e48c9b784d0c106f0147a88ba27f34ce49e69028640644fec8ae1b5cfa5",
|
||||||
"sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"
|
"sha256:d5e8aa82e3e2a2477a4543f0646d9fb14080c9ba34a0859751eb23757cc00466"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==3.6.0"
|
"version": "==54.2"
|
||||||
|
},
|
||||||
|
"webencodings": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78",
|
||||||
|
"sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"
|
||||||
|
],
|
||||||
|
"version": "==0.5.1"
|
||||||
|
},
|
||||||
|
"zipp": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d",
|
||||||
|
"sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.7'",
|
||||||
|
"version": "==3.7.0"
|
||||||
|
},
|
||||||
|
"zopfli": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:0190633ca26568f6fa810af9b7c108279d5f565a8aca1224333ff732f565086d",
|
||||||
|
"sha256:0f052a07a6fb6b7bf87ed30a099187597eb594a8a573a4426c16a6a852a05d86",
|
||||||
|
"sha256:0f45111b31f32aef070be180433fec5de548dc87caf92c5c304d1e3642b12815",
|
||||||
|
"sha256:195209711463a399f0c252b34042d8027f3b41dcb646fc112551cfaef507eab4",
|
||||||
|
"sha256:2442b99067229d786aa9f9b86976db1ba9602c1b204f361d2901d1bbcaca3441",
|
||||||
|
"sha256:28a103434694ce35cbe4f2380e18077052a78f1a0de061b3c8f1bd35b54c2822",
|
||||||
|
"sha256:29357c34b8de35c05dd04d8706393bfa09b2dd8bb7a331cc5e98e2b8d39d2efd",
|
||||||
|
"sha256:2cd55bf9952884f3c0a3a32f95e5ba5fb0e1f371c9b1a99ed41351c1e00f4700",
|
||||||
|
"sha256:2f61ecd57bc47684c44a60e8cecb8e67f633cf238f30cc255627e172119ad72d",
|
||||||
|
"sha256:338c7b2bba06ff60a73f724b7e1c8a16a5aebe9155edf58cf69b4ff7cb0b46f6",
|
||||||
|
"sha256:3663d25419476b9e999e12ab8f6f5f8d39079bf536947da2cb5f3e45491db6f4",
|
||||||
|
"sha256:37071a3dd5ec0c7f27a1f440d6f50ed8171665e7e3b6ae9a6228e6c48d21570c",
|
||||||
|
"sha256:38b1928a5fc5c706ec90aa833ffb5f4512bf886fe41c1b30a95edf7fb09544d6",
|
||||||
|
"sha256:51537999c2114a68b1c0fac8f7ab2a05e4251d778b568213f1666f04feb79e1c",
|
||||||
|
"sha256:58b2bd497273e1344098370d959f837ec1d18bae9bfafad8f4e4a2802cbbf049",
|
||||||
|
"sha256:5ee224ec851b4b53042ff6ad6e81712c8c9aa18396396acb024fe5a65c6bb8f1",
|
||||||
|
"sha256:5fa38b9bb6636fd11b3348dfd6aee4839e71145c3aebc76de4ba44886ec9fd6e",
|
||||||
|
"sha256:5ffcdc5ee695da73990f7806f8f1dd9a6d99d338bbe54d08fb3aaa55c9603e27",
|
||||||
|
"sha256:683c2d521553aa8ca4526c911d419d37223db298f76048ce920aded18ae060cb",
|
||||||
|
"sha256:7b189d80aeedb986d226e966df9e13fe8ccc28352d9d5c6c1bd3ac208aa79769",
|
||||||
|
"sha256:7c829c577f976b05e4ec583da4f48f31448db97b9f7b65c438d45ba7893aa2a7",
|
||||||
|
"sha256:7e2b47662632809d7035f4fc16edbe141c4538158ad74eb3c47532b8bedb8277",
|
||||||
|
"sha256:890a83502bb5dff27b1e2b829f8b879d9b7c1383d20a68dc13f0de71da4ff604",
|
||||||
|
"sha256:8a40d9d113902aea0de370dce115051cf9cae4767b50af4fdde66d931b9bcae5",
|
||||||
|
"sha256:8bc92b4008854afa465d647be5ae51b01788ec47cfd10a362dcc865ff898c473",
|
||||||
|
"sha256:95a7ca4571797375b1fa924858cda344767621ef70a43b1b2c0b116e275f42b2",
|
||||||
|
"sha256:9e123bfb16cf86ef5abda375012a97c7d00d989b3519d785ca298326f671a81b",
|
||||||
|
"sha256:a8ca5b541544a7b959fdf5a8f614c52a31002e4be489663d835aadeef3473cb0",
|
||||||
|
"sha256:a9def54c90edd112f785b07a812005ab374e7d0aaf50ecac900ca0c51adab3e7",
|
||||||
|
"sha256:aa11904718fd27b2ccadf0ac88c1ca0b96ba67ad0c3c2bd584f85de060d04534",
|
||||||
|
"sha256:aa18771d1d76c09d2ec2c859b6c55fdad29d2511549b4225437194aca102ad3c",
|
||||||
|
"sha256:b25540fee3d54e0fb627f911f7e1bed79611ea09aa048708777a34f6f1ac9b70",
|
||||||
|
"sha256:b882f85b13c47eb19e7f07bccac7564701424ed5ec6d7ba8886ad6de04110e21",
|
||||||
|
"sha256:ba4001a8c798a9bb2a59bb30284acd604e0c702477dce69b7fde35a50e55a95b",
|
||||||
|
"sha256:bbcdbfe93dad34f0e30f166092ffdf95e564e415b29732a6f6a52def7bb1c4d3",
|
||||||
|
"sha256:c5d722b2bfde6dbfbda548e7f6b5b50b57ee06f334b055be24d9bbcdbee60e84",
|
||||||
|
"sha256:c993919cd01ea5c4b0134908bbd59321d9bdbb9085aa30c538fa1289745fe52f",
|
||||||
|
"sha256:c9b9f73d99080ca2d79600683b8be3395d46a386b4e1d351c6ed6dc261d267e9",
|
||||||
|
"sha256:cfffa5ad327585754f811fd49518d7170d200ba7888c49ae8629ae94c6c4a77d",
|
||||||
|
"sha256:d067f39d72f364ae94a118df3b4cf2db8a9f53625f497ad0f04bf91ea8720db0",
|
||||||
|
"sha256:d8457452a9151b56f17bbb9af57a4764fb41958ab84bf808e3296aefb6e61bca",
|
||||||
|
"sha256:dbf30730f169bbe77b2b6e000bf8b486559e8a36e6ab82f2471d75be4661e6bc",
|
||||||
|
"sha256:e5263d2806e2c1ccb23f52b2972a235d31d42f22f3fa3032cc9aded51e9bf2c6",
|
||||||
|
"sha256:e9091778e9e0dbbded72c389eace553153102acc9da560870d9d0845c8547a8d",
|
||||||
|
"sha256:f04a2cf50797dfa6fa954dd24de533f471542aa1923b89381a046a936bcbdcc5",
|
||||||
|
"sha256:faf26674e52a957b8fd76e955b6d89215265f4b8c7e13abf834c84a8e23def9d",
|
||||||
|
"sha256:fd917247bb0489c924d74186075cf0a2d7d06b3b1413197f9f6ee8fcbd0263a0",
|
||||||
|
"sha256:fe9c9276edafb8746c01be15e5d702dcdab41062e2f7fb8af1dd8fa51a18b717"
|
||||||
|
],
|
||||||
|
"version": "==0.2.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"develop": {}
|
"develop": {}
|
||||||
|
|
2
Procfile
2
Procfile
|
@ -1,3 +1,5 @@
|
||||||
docs: make watch-docs-internal
|
docs: make watch-docs-internal
|
||||||
slides: make watch-slides-internal
|
slides: make watch-slides-internal
|
||||||
toc: make watch-tocupdate-internal
|
toc: make watch-tocupdate-internal
|
||||||
|
autoslide: make watch-autoslide-internal
|
||||||
|
# proxy: caddy
|
||||||
|
|
70
README.md
70
README.md
|
@ -1,54 +1,76 @@
|
||||||
# Teaching-Boilerplate
|
<!--
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2023 Glenn Y. Rolland <glenux@glenux.net>
|
||||||
|
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
|
||||||
|
-->
|
||||||
|
|
||||||
|
[![Build Status](https://cicd.apps.glenux.net/api/badges/glenux/docmachine-containers/status.svg)](https://cicd.apps.glenux.net/glenux/docmachine-containers)
|
||||||
|
![License LGPL3.0-or-later](https://img.shields.io/badge/license-LGPL3.0--or--later-blue.svg)
|
||||||
|
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
|
||||||
|
|
||||||
|
> :information_source: This project is available on our self-hosted server and
|
||||||
|
> on CodeBerg and GitHub as mirrors. For the latest updates and comprehensive
|
||||||
|
> version of our project, please visit our primary repository at:
|
||||||
|
> <https://code.apps.glenux.net/glenux/docmachine-containers>.
|
||||||
|
|
||||||
|
# DocMachine Containers
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Make sure you have python and node installed
|
Make sure you have Docker installed.
|
||||||
|
|
||||||
git remote rename origin boilerplate
|
## Writing content
|
||||||
git remote add origin git@...
|
|
||||||
git checkout -b upstream/boilerplate/master --track
|
|
||||||
|
|
||||||
|
### Create your directory tree
|
||||||
|
|
||||||
Install python packages
|
```
|
||||||
|
. # project directory
|
||||||
|
|- docs # where website documents go
|
||||||
|
| `- *.md
|
||||||
|
|- slides # where presentation documents go
|
||||||
|
| `- *.md
|
||||||
|
|- images/ # where images go
|
||||||
|
|- ...
|
||||||
|
```
|
||||||
|
|
||||||
pip install -U pipenv
|
### Content for docs
|
||||||
pipenv install
|
|
||||||
|
|
||||||
Install node packages
|
FIXME: tree structure
|
||||||
|
|
||||||
npm install
|
FIXME: autoslide feature
|
||||||
|
|
||||||
|
### Content for slides
|
||||||
|
|
||||||
## Usage
|
FIXME: tree structure
|
||||||
|
|
||||||
### First steps
|
## Watch mode
|
||||||
|
|
||||||
Clean this repository
|
|
||||||
|
|
||||||
Change the remote
|
|
||||||
|
|
||||||
|
|
||||||
### Watch mode
|
|
||||||
|
|
||||||
This mode allows you the result on-the-fly as you makea changes in the content.
|
This mode allows you the result on-the-fly as you makea changes in the content.
|
||||||
|
|
||||||
To use watch mode, type:
|
To use watch mode, type:
|
||||||
|
|
||||||
make watch
|
docmachine -a watch
|
||||||
|
|
||||||
To use watch mode for slides only type:
|
To use watch mode for slides only type:
|
||||||
|
|
||||||
make watch-slides
|
docmachine -a watch-slides
|
||||||
|
|
||||||
To use watch mode for docs only type:
|
To use watch mode for docs only type:
|
||||||
|
|
||||||
make watch-docs
|
docmachine -a watch-docs
|
||||||
|
|
||||||
|
|
||||||
### Build mode
|
## Build mode
|
||||||
|
|
||||||
This mode builds final content for delivery (website, PDF files)
|
This mode builds final content for delivery (website, PDF files)
|
||||||
|
|
||||||
|
### Building HTML
|
||||||
|
|
||||||
To use build mode:
|
To use build mode:
|
||||||
|
|
||||||
make build
|
docmachine build
|
||||||
|
|
||||||
|
### Building PDF
|
||||||
|
|
||||||
|
|
||||||
|
|
10
caddy.conf
Normal file
10
caddy.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
handle_path /docs* {
|
||||||
|
reverse_proxy 127.0.0.1:5100
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
handle_path /slides* {
|
||||||
|
reverse_proxy 127.0.0.1:5200
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM node:bullseye-slim
|
FROM node:18-bookworm-slim
|
||||||
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
|
LABEL maintainer="Glenn ROLLAND glenux@glenux.net"
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends python3 python3-pip pipenv \
|
&& apt-get install -y --no-install-recommends python3 python3-pip pipenv \
|
||||||
|
@ -7,13 +7,28 @@ RUN apt-get update \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||||
&& truncate -s 0 /var/log/*log
|
&& truncate -s 0 /var/log/*log
|
||||||
|
|
||||||
|
# Tools for running the common parts
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends make build-essential inotify-tools chromium gosu unzip m4 \
|
&& apt-get install -y --no-install-recommends make build-essential inotify-tools gosu unzip curl rsync \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||||
&& truncate -s 0 /var/log/*log
|
&& truncate -s 0 /var/log/*log
|
||||||
|
|
||||||
|
# Tools for building pdfs
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends make pdftk m4 chromium \
|
||||||
|
&& apt-get clean \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||||
|
&& truncate -s 0 /var/log/*log
|
||||||
|
|
||||||
|
# External tools
|
||||||
|
# yq => manage YML
|
||||||
|
RUN curl -sSL -o /usr/local/bin/yq \
|
||||||
|
https://github.com/mikefarah/yq/releases/download/v4.18.1/yq_linux_amd64 \
|
||||||
|
&& chmod +x /usr/local/bin/yq
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
COPY .marp /app/.marp
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV LANG=C.UTF-8 \
|
ENV LANG=C.UTF-8 \
|
||||||
|
|
|
@ -17,12 +17,12 @@ mkdir -p /home/appuser
|
||||||
|
|
||||||
# Create user with given ID if needed
|
# Create user with given ID if needed
|
||||||
if ! grep -q "^[^:]*:[^:]*:$EXT_UID:" /etc/group ; then
|
if ! grep -q "^[^:]*:[^:]*:$EXT_UID:" /etc/group ; then
|
||||||
groupadd -g "$EXT_GID" appuser
|
groupadd -g "$EXT_GID" appuser
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create group with given ID if needed
|
# Create group with given ID if needed
|
||||||
if ! grep -q "^[^:]*:[^:]*:$EXT_UID:" /etc/passwd ; then
|
if ! grep -q "^[^:]*:[^:]*:$EXT_UID:" /etc/passwd ; then
|
||||||
useradd -r -u "$EXT_UID" -g appuser appuser
|
useradd -r -u "$EXT_UID" -g appuser appuser
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chown -R "$EXT_UID:$EXT_GID" _cache
|
chown -R "$EXT_UID:$EXT_GID" _cache
|
||||||
|
@ -30,8 +30,22 @@ chown -R "$EXT_UID:$EXT_GID" _build
|
||||||
chown -R "$EXT_UID:$EXT_GID" .marp
|
chown -R "$EXT_UID:$EXT_GID" .marp
|
||||||
chown -R "$EXT_UID:$EXT_GID" /home/appuser
|
chown -R "$EXT_UID:$EXT_GID" /home/appuser
|
||||||
|
|
||||||
if [ "$1" = "shell" ]; then
|
# Patch mkdocs configuration
|
||||||
exec bash
|
# set -x
|
||||||
|
if [ -f mkdocs-patch.yml ]; then
|
||||||
|
# patch reference mkdocs with user-provided options
|
||||||
|
yq eval-all '. as $item ireduce ({}; . * $item)' \
|
||||||
|
mkdocs-source.yml \
|
||||||
|
mkdocs-patch.yml \
|
||||||
|
> mkdocs.yml
|
||||||
else
|
else
|
||||||
exec gosu "$EXT_UID:$EXT_GID" make "$@"
|
# use reference mkdocs only (no options)
|
||||||
|
ln -s mkdocs-source.yml mkdocs.yml
|
||||||
|
fi
|
||||||
|
# set +x
|
||||||
|
|
||||||
|
if [ "$1" = "shell" ]; then
|
||||||
|
exec bash
|
||||||
|
else
|
||||||
|
exec gosu "$EXT_UID:$EXT_GID" make "$@"
|
||||||
fi
|
fi
|
||||||
|
|
49
docs.extra/css.extra/extra.css
Normal file
49
docs.extra/css.extra/extra.css
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
p > img[alt*="center"] {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: a4 portrait;
|
||||||
|
margin: 25mm 10mm 25mm 10mm;
|
||||||
|
counter-increment: page;
|
||||||
|
font-family: "Noto", sans-serif;
|
||||||
|
white-space: pre;
|
||||||
|
color: grey;
|
||||||
|
|
||||||
|
@top-left {
|
||||||
|
font-size: 70%;
|
||||||
|
content: 'Formation « Cloud & Enjeux »';
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
@top-center {
|
||||||
|
content: string(chapter);
|
||||||
|
}*/
|
||||||
|
@top-right {
|
||||||
|
font-size: 70%;
|
||||||
|
/* content: 'SQLI INSTITUT (ASTON)'; */
|
||||||
|
/* content: 'AELION'; */
|
||||||
|
content: '';
|
||||||
|
}
|
||||||
|
|
||||||
|
@bottom-left {
|
||||||
|
font-size: 70%;
|
||||||
|
content: '2017-2022 © Glenn ROLLAND - Ne pas diffuser';
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
@bottom-center {
|
||||||
|
content: string(chapter);
|
||||||
|
}*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
@bottom-right {
|
||||||
|
font-size: 70%;
|
||||||
|
content: 'Page ' counter(page);
|
||||||
|
}*/
|
||||||
|
}
|
||||||
|
|
18
docs.extra/javascript.extra/mathjax.js
Normal file
18
docs.extra/javascript.extra/mathjax.js
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
window.MathJax = {
|
||||||
|
tex: {
|
||||||
|
inlineMath: [["\\(", "\\)"]],
|
||||||
|
displayMath: [["\\[", "\\]"]],
|
||||||
|
processEscapes: true,
|
||||||
|
processEnvironments: true
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
ignoreHtmlClass: ".*|",
|
||||||
|
processHtmlClass: "arithmatex"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
document$.subscribe(() => {
|
||||||
|
|
||||||
|
|
||||||
|
MathJax.typesetPromise()
|
||||||
|
})
|
|
@ -6,12 +6,13 @@ site_dir: _build/docs
|
||||||
# theme_dir: 'themes/mkdocs-material'
|
# theme_dir: 'themes/mkdocs-material'
|
||||||
|
|
||||||
site_author: 'Glenn Y. Rolland'
|
site_author: 'Glenn Y. Rolland'
|
||||||
site_url: 'http://glenux.github.io/teaching-boilerplate'
|
site_url: 'https://glenux.net'
|
||||||
|
|
||||||
# copyright: 'Copyright (c) 2016 Glenux'
|
# copyright: 'Copyright (c) 2016 Glenux'
|
||||||
|
|
||||||
repo_name: 'GitHub'
|
repo_name: 'Source'
|
||||||
repo_url: 'https://bitbucket.com/glenux-corp/teaching-boilerplate'
|
repo_url: ''
|
||||||
|
# https://bitbucket.com/glenux-corp/teaching-boilerplate'
|
||||||
# site_favicon: 'favicon.ico'
|
# site_favicon: 'favicon.ico'
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
@ -27,6 +28,7 @@ theme:
|
||||||
neutral: 'black'
|
neutral: 'black'
|
||||||
features:
|
features:
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
|
- navigation.footer
|
||||||
# - navigation.tabs
|
# - navigation.tabs
|
||||||
# - navigation.tabs.sticky
|
# - navigation.tabs.sticky
|
||||||
|
|
||||||
|
@ -36,9 +38,16 @@ i18n:
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/extra.css
|
- css/extra.css
|
||||||
|
- ../docs.assets/css/extra.css
|
||||||
|
# - css/source.css
|
||||||
|
# - css/patch.css
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- js/extra.js
|
- js/extra.js
|
||||||
|
- ../docs.assets/javascript/mathjax.js
|
||||||
|
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
||||||
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||||
|
# - ../docs.assets/javascript/extra.js
|
||||||
|
|
||||||
# author:
|
# author:
|
||||||
# github: 'glenux'
|
# github: 'glenux'
|
||||||
|
@ -50,8 +59,13 @@ markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- toc:
|
- toc:
|
||||||
permalink: '#'
|
permalink: '#'
|
||||||
|
|
||||||
|
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
|
||||||
|
- pymdownx.highlight:
|
||||||
|
anchor_linenums: false
|
||||||
|
- pymdownx.inlinehilite
|
||||||
- codehilite:
|
- codehilite:
|
||||||
guess_lang: false
|
guess_lang: true
|
||||||
|
|
||||||
# pip install mdx_truly_sane_lists
|
# pip install mdx_truly_sane_lists
|
||||||
- mdx_truly_sane_lists
|
- mdx_truly_sane_lists
|
||||||
|
@ -62,11 +76,18 @@ markdown_extensions:
|
||||||
#
|
#
|
||||||
# pip install pymdown-extensions
|
# pip install pymdown-extensions
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
|
# - pymdownx.arithmatex:
|
||||||
|
# generic: true
|
||||||
|
|
||||||
# plugins: []
|
# plugins: []
|
||||||
plugins:
|
plugins:
|
||||||
- include-markdown
|
- include-markdown
|
||||||
- awesome-pages
|
- awesome-pages
|
||||||
|
- pdf-export:
|
||||||
|
verbose: true
|
||||||
|
media_type: print
|
||||||
|
enabled_if_env: ENABLE_PDF_EXPORT
|
||||||
|
combined: false
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
search:
|
search:
|
5688
package-lock.json
generated
5688
package-lock.json
generated
File diff suppressed because it is too large
Load diff
11
package.json
11
package.json
|
@ -12,12 +12,11 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@marp-team/marp-cli": "^1.5.0",
|
"@marp-team/marp-cli": "^3.4.0",
|
||||||
|
"@marp-team/marp-core": "^3.9.0",
|
||||||
"foreman": "^3.0.1",
|
"foreman": "^3.0.1",
|
||||||
"node-sass": "^6.0.1"
|
"markdown-it-footnote": "^3.0.2",
|
||||||
},
|
"markdown-it-highlight-lines": "^1.0.2",
|
||||||
"devDependencies": {
|
"node-sass": "^7.0.0"
|
||||||
"@marp-team/marp-core": "^3.0.0",
|
|
||||||
"markdown-it-footnote": "^3.0.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,86 +0,0 @@
|
||||||
#!/usr/bin/env ruby
|
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
require 'fileutils'
|
|
||||||
require 'find'
|
|
||||||
require 'thor'
|
|
||||||
require 'colorize'
|
|
||||||
|
|
||||||
EXCLUDE_LIST = ['.git', 'node_modules'].freeze
|
|
||||||
SKEL_DIR = ENV['HOME'] + '/src/Glenux.Teaching/teaching-boilerplate'
|
|
||||||
|
|
||||||
if ! File.directory? SKEL_DIR
|
|
||||||
warn "ERROR: missing #{SKEL_DIR}"
|
|
||||||
exit 1
|
|
||||||
end
|
|
||||||
|
|
||||||
# TeachingCli
|
|
||||||
class TeachingCli < Thor
|
|
||||||
desc 'create PROJECT', 'Create PROJECT directory'
|
|
||||||
def create(target)
|
|
||||||
# Create dir
|
|
||||||
if target.empty?
|
|
||||||
warn 'Target not specified'
|
|
||||||
exit 1
|
|
||||||
end
|
|
||||||
|
|
||||||
puts "Creating project #{target}"
|
|
||||||
FileUtils.mkdir_p target
|
|
||||||
|
|
||||||
# Create structure
|
|
||||||
Find.find(SKEL_DIR) do |path|
|
|
||||||
if EXCLUDE_LIST.include? File.basename(path)
|
|
||||||
Find.prune
|
|
||||||
next
|
|
||||||
end
|
|
||||||
next unless File.directory?(path)
|
|
||||||
|
|
||||||
shortpath = path.gsub(SKEL_DIR, '').gsub(%r{^/}, '')
|
|
||||||
next if shortpath.empty?
|
|
||||||
|
|
||||||
targetpath = File.join(target, shortpath)
|
|
||||||
print "Creating directory #{shortpath}… "
|
|
||||||
FileUtils.mkdir_p targetpath
|
|
||||||
puts 'ok'.green
|
|
||||||
end
|
|
||||||
|
|
||||||
# Create files if possible
|
|
||||||
Find.find(SKEL_DIR) do |path|
|
|
||||||
if EXCLUDE_LIST.include? File.basename(path)
|
|
||||||
Find.prune
|
|
||||||
next
|
|
||||||
end
|
|
||||||
|
|
||||||
next if File.directory?(path)
|
|
||||||
|
|
||||||
shortpath = path.gsub(SKEL_DIR, '').gsub(%r{^/}, '')
|
|
||||||
next if shortpath.empty?
|
|
||||||
|
|
||||||
targetpath = File.join(target, shortpath)
|
|
||||||
print "Creating file #{shortpath}… "
|
|
||||||
|
|
||||||
# File does not exist => install it
|
|
||||||
unless File.exist? targetpath
|
|
||||||
FileUtils.cp path, targetpath
|
|
||||||
puts 'ok (installed)'.green
|
|
||||||
next
|
|
||||||
end
|
|
||||||
|
|
||||||
# File exist & different
|
|
||||||
unless system 'cmp', '--quiet', path, targetpath
|
|
||||||
if File.exist? targetpath + '.new'
|
|
||||||
puts 'error (pease solve previous conflict)'.red
|
|
||||||
else
|
|
||||||
puts 'warning (conflict when creating file)'.yellow
|
|
||||||
FileUtils.cp path, targetpath + '.new'
|
|
||||||
end
|
|
||||||
next
|
|
||||||
end
|
|
||||||
|
|
||||||
puts 'ok (identical)'.green
|
|
||||||
FileUtils.cp path, targetpath
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
TeachingCli.start(ARGV)
|
|
|
@ -1,98 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# vim: set ft=sh:
|
|
||||||
|
|
||||||
BASEDIR="."
|
|
||||||
ACTION="watch"
|
|
||||||
|
|
||||||
DOCKER_IMAGE=glenux/teaching-boilerplate:latest
|
|
||||||
DOCKER_OPT_TTY="-t"
|
|
||||||
|
|
||||||
# Parse arguments
|
|
||||||
while [ $# -gt 0 ]; do
|
|
||||||
ARG="${1:-}"
|
|
||||||
OPT="${2:-}"
|
|
||||||
shift
|
|
||||||
|
|
||||||
# echo "DEBUG: ARG=$ARG OPT=$OPT"
|
|
||||||
|
|
||||||
case "$ARG" in
|
|
||||||
-d|--data-dir)
|
|
||||||
shift # argument requires a parameter
|
|
||||||
if [ -z "$OPT" ]; then
|
|
||||||
>&2 echo "ERROR: missing argument for --data-dir"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
if [ ! -d "$OPT" ]; then
|
|
||||||
>&2 echo "ERROR: argument for --data-dir must be a directory"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
BASEDIR="$(cd "$OPT" && pwd)"
|
|
||||||
;;
|
|
||||||
-a|--action)
|
|
||||||
shift # argument requires a parameter
|
|
||||||
if [ -z "$OPT" ]; then
|
|
||||||
>&2 echo "ERROR: missing argument for --action"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
ACTION="$OPT"
|
|
||||||
;;
|
|
||||||
-T|--no-tty)
|
|
||||||
DOCKER_OPT_TTY=""
|
|
||||||
;;
|
|
||||||
-h|--help)
|
|
||||||
echo "Usage: $0 [options]"
|
|
||||||
echo ""
|
|
||||||
echo "-d, --data-dir DIR Content directory"
|
|
||||||
echo "-a, --action ACTION Action (watch, build, shell, etc.)"
|
|
||||||
echo "-t, --tty Enable TTY mode (needed for shell)"
|
|
||||||
echo "-h, --help Show this help"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
>&2 echo "ERROR: unknown option '$ARG'"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
echo "basedir = $BASEDIR"
|
|
||||||
echo "docker_image = $DOCKER_IMAGE"
|
|
||||||
echo "action = $ACTION"
|
|
||||||
|
|
||||||
if [ -f "$BASEDIR/.marp/theme.scss" ]; then
|
|
||||||
DOCKER_OPT_MARP_THEME="-v $BASEDIR/.marp:/app/.marp"
|
|
||||||
echo "Theme: detected Marp files. Adding option to command line ($DOCKER_OPT_MARP_THEME)"
|
|
||||||
else
|
|
||||||
echo "Theme: no theme detected. Using default files"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$BASEDIR/mkdocs.yml" ]; then
|
|
||||||
DOCKER_OPT_MKDOCS_CONFIG="-v $BASEDIR/mkdocs.yml:/app/mkdocs.yml"
|
|
||||||
echo "Mkdocs: detected mkdocs.yml file. Adding option to command line ($DOCKER_OPT_MKDOCS_CONFIG)"
|
|
||||||
else
|
|
||||||
echo "Mkdocs: no mkdocs.yml detected. Using default files"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -d "$BASEDIR/slides" ]; then
|
|
||||||
DOCKER_OPT_MARP_PORT="-p 5200:5200"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -d "$BASEDIR/docs" ]; then
|
|
||||||
DOCKER_OPT_MKDOCS_PORT="-p 5100:5100"
|
|
||||||
fi
|
|
||||||
|
|
||||||
docker run -i $DOCKER_OPT_TTY \
|
|
||||||
--shm-size=1gb \
|
|
||||||
-e "EXT_UID=$(id -u)" \
|
|
||||||
-e "EXT_GID=$(id -g)" \
|
|
||||||
-v "$BASEDIR/docs:/app/docs" \
|
|
||||||
-v "$BASEDIR/slides:/app/slides" \
|
|
||||||
-v "$BASEDIR/images:/app/images" \
|
|
||||||
-v "$BASEDIR/_build:/app/_build" \
|
|
||||||
$DOCKER_OPT_MKDOCS_CONFIG \
|
|
||||||
$DOCKER_OPT_MARP_THEME \
|
|
||||||
$DOCKER_OPT_MKDOCS_PORT \
|
|
||||||
$DOCKER_OPT_MARP_PORT \
|
|
||||||
"$DOCKER_IMAGE" "$ACTION"
|
|
||||||
|
|
||||||
# TODO: ask current user permissions
|
|
||||||
# TODO: fix permissions on generated files
|
|
Loading…
Reference in a new issue