From cfc4291a6ca8dfe031b8a876fc8198982e0b1ba7 Mon Sep 17 00:00:00 2001 From: mloubout Date: Thu, 6 Oct 2022 18:12:02 -0400 Subject: [PATCH] add lsqr notebook to dos --- .github/workflows/docs.yml | 1 + docs/make.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b0cb119..f7954d7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,6 +21,7 @@ jobs: run: | pip install --upgrade jupyter Pygments "MarkupSafe==2.0.1" "jinja2<3.1" jupyter nbconvert --to markdown --output-dir='../../docs/src' --output LearnedPrior Flux_AD_Integration_Deep_Prior.ipynb + jupyter nbconvert --to markdown --output-dir='../../docs/src' --output LSQR Least_Squares_Iterative_Solvers_2D.ipynb working-directory: examples/notebooks/ - name: Build and deploy diff --git a/docs/make.jl b/docs/make.jl index 43bbaf0..f508302 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,7 @@ makedocs(sitename="Photoacoustic imaging in Julia", authors="Rafael Orozco and Mathias Louboutin", pages = Any[ "Home" => "index.md", - "Tutorials" => ["LearnedPrior.md"] + "Tutorials" => ["LSQR.md", "LearnedPrior.md"] ]) deploydocs(repo="github.com/slimgroup/PhotoAcoustic.jl", devbranch="main") \ No newline at end of file