We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cc13b commit ea7e25dCopy full SHA for ea7e25d
.azure-pipelines/templates/nb-docs-win.yml
@@ -3,5 +3,9 @@ steps:
3
activate bayesian-modelling-tutorial
4
mkdir -p docs/notebooks
5
jupyter nbconvert --config nbconvert_config.py --execute --template full
6
+ displayName: 'Convert notebooks to HTML'
7
+
8
+- script: |
9
+ activate bayesian-modelling-tutorial
10
pandoc README.md -o docs/index.html -c static/pandoc.css -s
- displayName: 'Build docs pages'
11
+ displayName: "Make index page."
0 commit comments