Skip to content

Commit

Permalink
add lsqr notebook to dos
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 6, 2022
1 parent 557d691 commit cfc4291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit cfc4291

Please sign in to comment.