snakedown 0.3.0

This is a snakedown. Hand over your docs, nice and clean, and nobody gets confused.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
api_content_path = "api/"
site_root        = "docs"
pkg_path         = "."
skip_undoc       = false
skip_private     = false
skip_write       = false
ssg              = "Markdown"
exclude          = []

[externals]
builtins = { name = "Python builtins", url = "https://docs.python.org/3/" }
numpy    = { name = "Numpy", url = "https://numpy.org/doc/stable/" }
scipy    = { name = "Scipy", url = "https://docs.scipy.org/doc/scipy/" }
pandas   = { name = "Pandas", url = "https://pandas.pydata.org/pandas-docs/stable/" }


[render.zola]
use_shortcodes = true