Skip to content

Commit

Permalink
CompatHelper: bump compat for Documenter to 1 for package docs (#280)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for Documenter to 1 for package docs

* [docs] Add missing docstrings

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent c55ea63 commit 3bc946d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DelimitedFiles = "1"
Distributions = "0.22, 0.23, 0.24, 0.25"
Documenter = "~0.26, 0.27"
Documenter = "1"
GaussianRandomFields = "2.1.1"
HDF5 = "0.14, 0.15, 0.16, 0.17"
MPI = "0.20"
Expand Down
15 changes: 15 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@ ParticleDA.get_covariance_state_observation_given_previous_state
ParticleDA.get_covariance_observation_observation_given_previous_state
```

### Other function you may want to extend

```@docs
ParticleDA.get_state_indices_correlated_to_observations
ParticleDA.get_initial_state_mean!
ParticleDA.write_snapshot
ParticleDA.write_state
ParticleDA.get_covariance_initial_state
ParticleDA.init_filter
ParticleDA.sample_proposal_and_compute_log_weights!
ParticleDA.write_observation
ParticleDA.write_weights
ParticleDA.get_initial_state_mean
```

### Input parameters

You can store the input parameters in an YAML file with the following structure
Expand Down

0 comments on commit 3bc946d

Please sign in to comment.