Skip to content

Commit

Permalink
Merge pull request #6 from peekxc/dev
Browse files Browse the repository at this point in the history
adding goat tracker to all pages
  • Loading branch information
peekxc committed Sep 1, 2023
2 parents 506d746 + 273e777 commit c9c7a56
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions docs/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,11 @@ <h2 class="anchored" data-anchor-id="building-developing">Building &amp; Develop
<h2 class="anchored" data-anchor-id="native-extensions">Native Extensions</h2>
<p>The underlying C++ library is <a href="https://en.wikipedia.org/wiki/Header-only">header-only</a> and may be included as a dependency by <a href="https://docs.python.org/3/extending/extending.html">extension modules</a> in other Python packages.</p>
<p>Thus, to modify or extending the complex in C++, it is sufficient to add the package as a build-time dependency and append the include directory to the compilation target.</p>
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script>


</section>

</main> <!-- /main -->
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1 class="title">Overview of the <code>simplextree</code> package</h1>



</main> <!-- /main -->
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h1 class="title">Quick Start</h1>



</main> <!-- /main -->
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/reference/SimplexTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ <h4 class="anchored" data-anchor-id="returns-7">Returns</h4>
</section>
</section>

</main> <!-- /main -->
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/reference/UnionFind.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h1>UnionFind</h1>

</section>

</main> <!-- /main -->
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2 class="anchored" data-anchor-id="union-find">Union Find</h2>
</section>
</section>

</main> <!-- /main -->
<script data-goatcounter="https://peekxc.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down
2 changes: 2 additions & 0 deletions docs_src/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ website:
page-footer:
center: "Copyright 2023, Matthew Piekenbrock"
border: true
body-footer: |
<script data-goatcounter="https://peekxc.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
latex-auto-install: true

Expand Down
2 changes: 0 additions & 2 deletions docs_src/pages/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ The underlying C++ library is [header-only](https://en.wikipedia.org/wiki/Header

Thus, to modify or extending the complex in C++, it is sufficient to add the package as a build-time dependency and append the include directory to the compilation target.

<script data-goatcounter="https://peekxc.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
Binary file modified docs_src/pages/reference/.jupyter_cache/global.db
Binary file not shown.

0 comments on commit c9c7a56

Please sign in to comment.