Skip to content

Commit aac7337

Browse files
committed
TMP
1 parent 6a8a6be commit aac7337

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
autoapi_dirs = ["../reproject"]
1717
autoapi_options = ["members", "imported-members", "inherited-members", "show-inheritance"]
18+
autoapi_own_page_level = 'function'
19+
autoapi_keep_files = True
1820

1921
# -- General configuration ----------------------------------------------------
2022

reproject/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
from .interpolation import reproject_interp # noqa
88
from .spherical_intersect import reproject_exact # noqa
99
from .version import __version__ # noqa
10+
11+
from . import mosaicking
12+
from . import hips

0 commit comments

Comments
 (0)