Skip to content

Commit ede2a9c

Browse files
committed
TikzGraphs doc description and add package for test
1 parent 91b4a2e commit ede2a9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/BayesNets.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cell_type": "markdown",
3131
"metadata": {},
3232
"source": [
33-
"Visualization of network structure is provided by the TikzGraphs package. Installation requirements (e.g., PGF/Tikz and pdf2svg) are provided [here](http://nbviewer.ipython.org/github/sisl/TikzGraphs.jl/blob/master/doc/TikzGraphs.ipynb)."
33+
"Default visualization of the network structure is provided by the GraphPlot package. However, we recommend using tex-formatted graphs provided by the TikzGraphs package. Installation requirements for TikzGraphs (e.g., PGF/Tikz and pdf2svg) are provided [here](http://nbviewer.ipython.org/github/sisl/TikzGraphs.jl/blob/master/doc/TikzGraphs.ipynb). Simply run `using TikzGraphs` in your Julia session to automatically switch to tex-formatted graphs (thanks to the Requires.jl package)."
3434
]
3535
},
3636
{

test/test_docs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using NBInclude
2+
import Pkg; Pkg.add("TikzGraphs")
23

34
let
45
@nbinclude(joinpath(dirname(@__DIR__), "doc", "BayesNets.ipynb"))

0 commit comments

Comments
 (0)