from simplextree import SimplexTree
= SimplexTree([[1,2,3],[2,3,4,5],[6,7,9],[7,8],[10]]) # complex form the picture
st print(st)
diff --git a/README.md b/README.md index c1357e2..b4a417a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A *Simplex Tree* is an ordered, [trie](https://en.wikipedia.org/wiki/Trie)-like structure whose nodes are in bijection with the faces of the complex. Here's a picture of a simplicial 3-complex (left) and its corresponding Simplex Tree (right): -![simplex tree picture](./docs/pages/static/simplextree_pic.png) +![simplex tree picture](./docs/static/simplextree.png) The *Simplex Tree* was originally introduced in the following paper: diff --git a/docs/pages/index.html b/docs/pages/index.html index aa48e8c..cccb399 100644 --- a/docs/pages/index.html +++ b/docs/pages/index.html @@ -174,7 +174,7 @@