From 505436950d0def6b454adff13c3118a95f4be58c Mon Sep 17 00:00:00 2001 From: Tim Sweeney Date: Fri, 9 Aug 2024 16:52:25 -0700 Subject: [PATCH] basically done --- docs/docs/reference/gen_notebooks/intro_notebook.md | 2 +- docs/intro_notebook.ipynb | 2 +- docs/notebooks/README.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/gen_notebooks/intro_notebook.md b/docs/docs/reference/gen_notebooks/intro_notebook.md index 18f1b48c698..25e97ccb257 100644 --- a/docs/docs/reference/gen_notebooks/intro_notebook.md +++ b/docs/docs/reference/gen_notebooks/intro_notebook.md @@ -1,5 +1,5 @@ --- -title: Head Metadata +title: Introduction Notebook --- diff --git a/docs/intro_notebook.ipynb b/docs/intro_notebook.ipynb index 0e2e347d860..35af77fa213 100644 --- a/docs/intro_notebook.ipynb +++ b/docs/intro_notebook.ipynb @@ -7,7 +7,7 @@ "source": [ "\n", "\n", diff --git a/docs/notebooks/README.md b/docs/notebooks/README.md index 00509bd4d00..504e8d193b9 100644 --- a/docs/notebooks/README.md +++ b/docs/notebooks/README.md @@ -1 +1,10 @@ Adding `.ipynb` files to this directory will result in generated `.md` files in `./docs/reference/gen_notebooks` which can be linked safely from other docs. + +You can control metadata for docusaurus by adding a markdown block with: +``` + +```