Working on the docs.
The nbconvert tool has different behaviour now, so the HTML versions of the notebooks look different.
This commit is contained in:
@@ -14,11 +14,11 @@ index.html: build_index.py $(docs_html)
|
||||
python build_index.py > index.html
|
||||
|
||||
$(docs_html): %.html : %.ipynb
|
||||
jupyter nbconvert --to html --template basic $<
|
||||
jupyter nbconvert --to html --template classic $<
|
||||
|
||||
mov: $(docs_html) index.html
|
||||
mv -v $? ../html/notebooks/
|
||||
|
||||
|
||||
# markdown Functor-Reference.md | tidy5 -utf8 --add-meta-charset yes > ../../html/FR.html
|
||||
# --HTMLExporter.embed_images=True
|
||||
# --HTMLExporter.embed_images=True
|
||||
|
||||
@@ -44,6 +44,7 @@ print(f'''\
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Thun Notebooks</title>
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
<link rel="stylesheet" href="/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user