Skip to content

Commit

Permalink
cleanup of docs and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Feb 15, 2021
1 parent efb1cad commit 65d1f4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/interface.md
Expand Up @@ -25,7 +25,6 @@ fixed_stepsize_warmup_stages

```@docs
InitialStepsizeSearch
FindLocalOptimum
DualAveraging
TuningNUTS
GaussianKineticEnergy
Expand Down
2 changes: 1 addition & 1 deletion src/DynamicHMC.jl
Expand Up @@ -19,7 +19,7 @@ export
# reporting
NoProgressReport, LogProgressReport, ProgressMeterReport,
# mcmc
InitialStepsizeSearch, DualAveraging, FindLocalOptimum,
InitialStepsizeSearch, DualAveraging,
TuningNUTS, mcmc_with_warmup, default_warmup_stages, fixed_stepsize_warmup_stages

using ArgCheck: @argcheck
Expand Down

0 comments on commit 65d1f4a

Please sign in to comment.