diff --git a/_toc.yml b/_toc.yml index ed3b58b..887babf 100644 --- a/_toc.yml +++ b/_toc.yml @@ -25,16 +25,17 @@ - part: Differentiable Physics chapters: - file: diffphys.md - sections: - - file: diffphys-code-burgers.ipynb - - file: diffphys-discuss.md - - file: diffphys-code-ns.ipynb - - file: diffphys-dpvspinn.md + - file: diffphys-code-burgers.ipynb + - file: diffphys-discuss.md + - file: diffphys-code-ns.ipynb + - file: diffphys-dpvspinn.md + +- part: Complex Examples with DP + chapters: - file: diffphys-examples.md - sections: - - file: diffphys-code-sol.ipynb - - file: diffphys-control.ipynb - - file: diffphys-outlook.md + - file: diffphys-code-sol.ipynb + - file: diffphys-control.ipynb + - file: diffphys-outlook.md - part: Physical Gradients chapters: diff --git a/diffphys-examples.md b/diffphys-examples.md index f705f7d..2da39ec 100644 --- a/diffphys-examples.md +++ b/diffphys-examples.md @@ -1,4 +1,4 @@ -Complex Examples with DP +Complex Examples Overview ======================= The following two sections with show code examples of two more complex cases that diff --git a/diffphys.md b/diffphys.md index 27b7689..7907dc4 100644 --- a/diffphys.md +++ b/diffphys.md @@ -1,4 +1,4 @@ -Differentiable Physics +Introduction to Differentiable Physics ======================= As a next step towards a tighter and more generic combination of deep learning diff --git a/physgrad-nn.md b/physgrad-nn.md index e9a0188..664e115 100644 --- a/physgrad-nn.md +++ b/physgrad-nn.md @@ -122,7 +122,7 @@ these updates. ```{figure} resources/placeholder.png --- height: 220px -name: pg-training +name: pg-toolbox --- TODO, visual overview of toolbox , combinations ```