Skip to content

Commit

Permalink
🎨 Updated usecases (#41)
Browse files Browse the repository at this point in the history
* 🎨 Updated usecases

* πŸ“ Update

* 🎨 Fix

* πŸ’š Fix
  • Loading branch information
sunnyosun authored Aug 5, 2023
1 parent 9dd45f7 commit 8135e72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def install(session: nox.Session) -> None:
:hidden:
:caption: Use cases
../usecases/registries
../usecases/analyses
../usecases/datatype
../usecases/bioregistry
../redun
```
"""
Expand Down Expand Up @@ -90,7 +90,9 @@ def pull_artifacts(session):
# usescases
pull_from_s3_and_unpack("lamin_usecases_docs.zip")
Path("docs/usecases").mkdir()
for path in Path("lamin_usecases_docs/usecases/").glob("*"):
for path in Path("lamin_usecases_docs/").glob("*"):
if path.name == "index.md":
continue
path.rename(Path("docs/usecases") / path.name)

with open("docs/guide.md") as f:
Expand Down

0 comments on commit 8135e72

Please sign in to comment.