This updates the tutorial markdown, fixes up the literate programming Python script, and updates the web site itself. The doc build script now uses a Pipfile instead of "requirements.txt", which I find less frustrating since it does not interfere with other Python projects on your machine. Fixes #2483.
15 lines
188 B
TOML
15 lines
188 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
jsbeautifier = "*"
|
|
mistletoe = "*"
|
|
Pygments = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|