Skip to content

Commit c8bccbc

Browse files
committed
Try fix docs again
1 parent 787bcc5 commit c8bccbc

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

docs/src/API/api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ DaggerImageReconstruction.DaggerRecoPlan
1414
Base.getproperty(::DaggerRecoPlan, ::Symbol)
1515
Base.setproperty!(::DaggerRecoPlan, ::Symbol, ::Any)
1616
Observables.on(::Any, ::DaggerRecoPlan, ::Symbol)
17-
Observables.off(::DaggerRecoPlan, ::Symbol, ::Dagger.Chunk)
1817
DaggerImageReconstruction.loadDaggerPlan
1918
```

docs/src/literate/example/algorithm.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
worker = 1 # hide
2+
using DaggerImageReconstruction # hide
23
# # Distributed Image Reconstruction
34
# This example demonstrates how to execute an iterative Radon reconstruction using the OurRadonReco package on a separate process.
45
# We start by adding a new worker process:

docs/src/literate/example/daggerplan.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
worker = 1 # hide
22
#using Distributed #hide
33
#worker = first(addprocs(1)) #hide
4+
using DaggerImageReconstruction # hide
45
include("../../literate/example/example_include_all.jl") #hide
56

67
# # Distributed Image Reconstruction using RecoPlans

0 commit comments

Comments
 (0)