Skip to content

Commit 445101e

Browse files
committed
docs: Add documentation template
1 parent e1fdfff commit 445101e

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

docs/SUMMARY.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Summary
2+
3+
[Introduction](../README.md)
4+
5+
- [Usage with PyMC](./pymc-usage.md)
6+
- [Usage with Stan](./stan-usage.md)
7+
- [Adaptation with normalizing flows](./nf-adapt.md)
8+
- [Benchmarks](./benchmarks.md)

docs/benchmarks.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Benchmarks

docs/nf-adapt.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Adaptation with normalizing flows
2+
3+
**Experimental**

docs/pymc-usage.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Usage with PyMC models

docs/stan-usage.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Usage with Stan models
2+
3+
foobar

0 commit comments

Comments
 (0)