Skip to content

Commit

Permalink
Organize docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Dec 9, 2024
1 parent 74fd328 commit a5bac93
Show file tree
Hide file tree
Showing 16 changed files with 4,358 additions and 1,502 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.vis-network {
width: 46em;
border: 1px solid lightgray;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@

html_theme = "furo"
html_static_path = ["_static"]
html_css_files = ["css/custom.css"]
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"text/html": [
"\n",
" <iframe\n",
" id=\"dielJHsCkQvMF\"\n",
" id=\"diezUizNokJOt\"\n",
" width=\"820\"\n",
" height=\"620\"\n",
" frameborder=\"0\"\n",
Expand Down Expand Up @@ -295,7 +295,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -333,7 +333,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.12.6"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
}
],
"source": [
"vis = show(mdp, layout=Layout(\"layouts/pinkgreen.json\"), name=\"study\", show_editor=True)"
"vis = show(mdp, layout=Layout(\"layouts/pinkgreen.json\"), name=\"study\", save_and_embed=True)"
]
},
{
Expand Down Expand Up @@ -269,7 +269,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.12.6"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"text/html": [
"\n",
" <iframe\n",
" id=\"lionLjVzXmyEah\"\n",
" id=\"lionCzMUePWMct\"\n",
" width=\"707\"\n",
" height=\"539\"\n",
" frameborder=\"0\"\n",
Expand Down Expand Up @@ -547,7 +547,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"id": "12b57306-780c-4a40-898a-f3a95f7ff9eb",
"metadata": {},
"outputs": [],
Expand All @@ -574,7 +574,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.12.6"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Loading

0 comments on commit a5bac93

Please sign in to comment.