Skip to content

Commit

Permalink
Added array into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
javicarron committed Feb 20, 2024
1 parent 1248ec1 commit 19a4e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pynkowski/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- [`data`](https://javicarron.github.io/pynkowski/pynkowski/data.html)
- [`base_da`](https://javicarron.github.io/pynkowski/pynkowski/data/base_da.html)
- [`array`](https://javicarron.github.io/pynkowski/pynkowski/data/array.html)
- [`healpix`](https://javicarron.github.io/pynkowski/pynkowski/data/healpix.html)
- [`utils_da`](https://javicarron.github.io/pynkowski/pynkowski/data/utils_da.html)
Expand Down
3 changes: 2 additions & 1 deletion pynkowski/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'''This module contains all the classes to work with data in several conventions. Currently, the implemented formats are the following:
- [`base_da`](data/base_da.html): the abstract class for general data fields, to be used as the base for the other fields.
- [`base_da`](data/base_da.html): the base class for data fields, to be used as the base for the other fields.
- [`array`](data/array.html): fields in the form of numpy arrays of arbitrary dimension, typically used for 2D or 3D maps.
- [`healpix`](data/healpix.html): scalar maps on the sphere in the healpix convention. An optional interface for $P^2$ is included.
- There is also a general utilities submodule called [`utils_da`](data/utils_da.html).
Expand Down

0 comments on commit 19a4e2d

Please sign in to comment.