Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['nbsphinx']
extensions = ['nbsphinx',
'ablog',
'sphinx.ext.intersphinx'
]

templates_path = ['_templates']
exclude_patterns = ['build']
Expand All @@ -39,9 +42,21 @@
html_sidebars = {
"index" : [],
"notebooks/index" : [],
#"notebooks/**" : ["sbt-sidebar-nav.html"]
"notebooks/**" : ["sidebar-collapse",
"ablog/postcard",
"sidebar-nav-bs",
]
}

html_sourcelink_suffix = ''

nbsphinx_allow_errors = True

post_auto_image = 1
post_auto_excerpt=0

blog_authors = {
'wkearn': ('William Kearney', 'https://wskearney.com'),
'wschwanghart': ('Wolfgang Schwanghart', 'https://topotoolbox.wordpress.com'),
'bgailleton': ('Boris Gailleton', 'https://bgailleton.github.io'),
}
9 changes: 9 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ can use the templates for :doc:`Python
<notebooks/python/contributing/contributing>` and :doc:`MATLAB
<notebooks/matlab/contributing/contributing>` as a starting point.

Recently added
--------------
.. postlist:: 1
:format: {title} by {author} on {date}
:excerpts:
:sort:

All Entries
-----------
.. nblinkgallery::
:glob:

Expand Down
28 changes: 26 additions & 2 deletions notebooks/python/graphflood/graphflood.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "03b6e919-7f34-429c-8dd4-4d340d493e88",
"metadata": {},
"source": [
"# GraphFlood: a large-scale hydrodynamics module for TopoToolbox"
]
},
{
"cell_type": "raw",
"id": "41b2d54d-3033-4643-b0cc-64cc9ff5e66d",
"metadata": {
"editable": true,
"raw_mimetype": "text/x-rst",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
".. post:: 23 April 2026\n",
" :author: bgailleton\n",
" :image: 1\n",
" :exclude:"
]
},
{
"cell_type": "markdown",
"id": "aa000001-0000-0000-0000-000000000001",
"metadata": {},
"source": [
"# GraphFlood: a large-scale hydrodynamics module for TopoToolbox\n",
"\n",
"## Author\n",
"\n",
"- Boris Gailleton, Université de Rennes, ([homepage](https://bgailleton.github.io/))\n",
Expand Down
42 changes: 39 additions & 3 deletions notebooks/python/roan-plateau/roan-plateau.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,48 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "e0972df0-4318-45d7-828f-00b1588fd5dd",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"# Fluvial knickpoints on the Roan Plateau (Python)"
]
},
{
"cell_type": "raw",
"id": "71c47f6f-21db-429b-a774-0413e3809937",
"metadata": {
"editable": true,
"raw_mimetype": "text/x-rst",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
".. post:: 2 June, 2026\n",
" :author: wkearn, wschwanghart\n",
" :image: 10\n",
" :exclude:"
]
},
{
"cell_type": "markdown",
"id": "0",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"# Fluvial knickpoints on the Roan Plateau (Python)\n",
"\n",
"## Authors\n",
"\n",
"Wolfgang Schwanghart, University of Potsdam, FU Berlin ([homepage](https://topotoolbox.wordpress.com), [GitHub](https://github.com/wschwanghart))\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
topotoolbox>=0.0.12
sphinx
sphinx-book-theme
pydata-sphinx-theme
nbsphinx
notebook
cmocean
Expand Down