Skip to content

Commit

Permalink
Move from_namedtuple to inference_data docs page (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Aug 13, 2022
1 parent f0e4020 commit ff15482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/api/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ from_mcmcchains
from_samplechains
```

## IO / General conversion
## IO / Conversion

```@docs
from_dict
from_json
from_namedtuple
from_netcdf
to_netcdf
```
Expand Down
1 change: 1 addition & 0 deletions docs/src/api/inference_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ That is, iterating over an `InferenceData` iterates over its groups.

```@docs
convert_to_inference_data
from_namedtuple
```

## General functions
Expand Down

0 comments on commit ff15482

Please sign in to comment.