Skip to content

Commit 486a595

Browse files
authored
splitout lh5 and compression into own package (#201)
* start splitout of lh5 and compression * readd dbetto * fix docs * round2 docs fixes * add temp imports with warnings * temp hack to get round versioning * remove pretend version hack * Update fetch depth
1 parent 675d6b7 commit 486a595

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+30
-17783
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v6
30+
with:
31+
fetch-depth: 0
3032
- name: Set up Python ${{ matrix.python-version }}
3133
uses: actions/setup-python@v6
3234
with:
@@ -45,7 +47,7 @@ jobs:
4547
steps:
4648
- uses: actions/checkout@v6
4749
with:
48-
fetch-depth: 2
50+
fetch-depth: 0
4951
- uses: actions/setup-python@v6
5052
with:
5153
python-version: "3.12"

CITATION.cff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ authors:
2828
- family-names: Huber
2929
given-names: Manuel
3030
orcid: https://orcid.org/0009-0000-5212-2999
31+
- family-names: Marshall
32+
given-names: George
33+
orcid: https://orcid.org/0000-0002-5470-5132

docs/source/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Next steps
4545
.. toctree::
4646
:maxdepth: 1
4747

48-
manual/index
49-
tutorials
5048
Package API reference <api/modules>
5149

5250
.. toctree::

docs/source/manual/index.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/manual/lh5tools.rst

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)