From d235ba5adf53563e4f6732cc322e40ffe3b31704 Mon Sep 17 00:00:00 2001 From: peekxc Date: Tue, 22 Aug 2023 23:07:15 -0400 Subject: [PATCH] docsite changes --- README.md | 2 +- docs/pages/index.html | 8 +- docs/pages/overview.html | 18 +- docs/pages/quickstart.html | 6 +- .../reference/SimplexTree.SimplexTree.html | 22 +- docs/pages/reference/UnionFind.UnionFind.html | 18 +- docs/pages/reference/index.html | 22 +- docs/reference/SimplexTree.SimplexTree.html | 854 ------------------ docs/reference/UnionFind.UnionFind.html | 566 ------------ docs/reference/index.html | 594 ------------ .../{simplextree_pic.png => simplextree.png} | Bin .../pages/overview/execute-results/html.json | 4 +- docs_src/_quarto.yml | 8 +- docs_src/_sidebar.yml | 2 +- docs_src/pages/.jupyter_cache/global.db | Bin 28672 -> 28672 bytes docs_src/pages/index.qmd | 2 +- docs_src/pages/overview.qmd | 2 +- .../{simplextree_pic.png => simplextree.png} | Bin 18 files changed, 76 insertions(+), 2052 deletions(-) delete mode 100644 docs/reference/SimplexTree.SimplexTree.html delete mode 100644 docs/reference/UnionFind.UnionFind.html delete mode 100644 docs/reference/index.html rename docs/static/{simplextree_pic.png => simplextree.png} (100%) rename docs_src/static/{simplextree_pic.png => simplextree.png} (100%) 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 @@