Skip to content

Commit 264c456

Browse files
Converted diagrams to Mermaid (#645)
* converted diagrams to mermaid * removed images * adding DocumenterMermaid in Project.toml
1 parent 138bd40 commit 264c456

15 files changed

+126
-339
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
33
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
44
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
55
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
6+
DocumenterMermaid = "a078cd44-4d9c-4618-b545-3ab9d77f9177"
67
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
78
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
89
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ using DynamicPPL: AbstractPPL
88
# in the doctest as run in `test/runtests.jl`, and so we need to stay
99
# consistent with that.
1010
using Distributions
11+
using DocumenterMermaid
1112

1213
# Doctest setup
1314
DocMeta.setdocmeta!(DynamicPPL, :DocTestSetup, :(using DynamicPPL); recursive=true)

docs/src/assets/images/transformations-assume-without-istrans.dot

Lines changed: 0 additions & 17 deletions
This file was deleted.
Binary file not shown.

docs/src/assets/images/transformations-assume-without-istrans.dot.svg

Lines changed: 0 additions & 88 deletions
This file was deleted.

docs/src/assets/images/transformations-assume.dot

Lines changed: 0 additions & 22 deletions
This file was deleted.
Binary file not shown.

docs/src/assets/images/transformations-getindex-with-dist.dot

Lines changed: 0 additions & 20 deletions
This file was deleted.
Binary file not shown.

docs/src/assets/images/transformations-getindex-without-dist.dot

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)