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