Skip to content

Commit

Permalink
Include Octo-vis in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Apr 3, 2023
1 parent 148950e commit 7594c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Pkg
cd(@__DIR__)
Pkg.activate(".")
pkg"dev .. ../OctofitterRadialVelocity ../OctofitterImages ../OctofitterWhereistheplanet"
pkg"dev .. ../OctofitterRadialVelocity ../OctofitterImages ../OctofitterWhereistheplanet ../OctofitterVisibilities"
Pkg.instantiate()
Pkg.precompile()

Expand All @@ -14,8 +14,8 @@ makedocs(
"Home" => "index.md",
"Getting Started" => "getting-started.md",
"Tutorials" => [
"Fit Relative AstrometryLikelihood" => "modelling.md",
"Fit Absolute AstrometryLikelihood" => "pma.md",
"Fit Relative Astrometry" => "modelling.md",
"Fit Proper Motion Anomal" => "pma.md",
"Fit Images" => "images.md",
"Fit Radial Velocity" => "rv-1.md",
"Fit RV and AstrometryLikelihood" => "rv.md",
Expand Down

0 comments on commit 7594c78

Please sign in to comment.