Skip to content

Commit

Permalink
update toc and test linking
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung committed Mar 1, 2024
1 parent 801f150 commit 69a43f5
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ parts:
- file: example_notebooks/workflow_minimal.ipynb
- file: input_files
- file: theory
- title: Algorithmic implementation
- file: algo
title: Algorithmic implementation
sections:
- file: algo1
- file: algo2
Expand Down
3 changes: 3 additions & 0 deletions docs/algo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Algorithmic Implementations

The following sections connect the underlying [theory](theory:theory_base) with the variables and data structures presented in [](data-structure).
1 change: 1 addition & 0 deletions docs/classes-datastructures.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(data-structure)=
# Classes and data structures

## Classes
Expand Down
33 changes: 33 additions & 0 deletions docs/theory.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"(theory:theory_base)=\n",
"# Theory"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 69a43f5

Please sign in to comment.