Skip to content

Commit

Permalink
headings without period
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 19, 2024
1 parent 8fb20f3 commit cf2982f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion glass/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
The :mod:`glass.core` module contains core functionality for developing
GLASS modules.
""" # noqa: D205
""" # noqa: D205, D400, D415
2 changes: 1 addition & 1 deletion glass/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.. autofunction:: getcl
""" # noqa: D205
""" # noqa: D205, D400, D415

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion glass/galaxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.. autofunction:: galaxy_shear
.. autofunction:: gaussian_phz
""" # noqa: D205
""" # noqa: D205, D400, D415

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion glass/lensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.. autofunction:: deflect
""" # noqa: D205
""" # noqa: D205, D400, D415

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion glass/observations.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.. autofunction:: vmap_galactic_ecliptic
""" # noqa: D205
""" # noqa: D205, D400, D415

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion glass/points.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.. autofunction:: linear_bias
.. autofunction:: loglinear_bias
""" # noqa: D205
""" # noqa: D205, D400, D415

import healpix
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion glass/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.. autofunction:: triaxial_axis_ratio
""" # noqa: D205
""" # noqa: D205, D400, D415

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion glass/shells.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.. autofunction:: distance_weight
.. autofunction:: volume_weight
.. autofunction:: density_weight
""" # noqa: D205
""" # noqa: D205, D400, D415

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion glass/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.. autofunction:: load_cls
.. autofunction:: write_catalog
""" # noqa: D205
""" # noqa: D205, D400, D415

from contextlib import contextmanager

Expand Down

0 comments on commit cf2982f

Please sign in to comment.