Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Af1.x data pages #67

Merged
merged 5 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ parts:
- file: ag3/methods
- file: ag3/api
- file: ag3/analysis
- caption: Anopheles funestus
chapters:
- file: af1/af1.0
- file: af1/af1.1
- file: af1/af1.2
- file: af1/af1.3
- file: af1/cloud
- file: af1/download
- file: af1/api
- caption: Anopheles minimus
chapters:
- file: amin1/intro
Expand Down
1,259 changes: 1,259 additions & 0 deletions docs/af1/af1.0.ipynb

Large diffs are not rendered by default.

1,241 changes: 1,241 additions & 0 deletions docs/af1/af1.1.ipynb

Large diffs are not rendered by default.

706 changes: 706 additions & 0 deletions docs/af1/af1.2.ipynb

Large diffs are not rendered by default.

669 changes: 669 additions & 0 deletions docs/af1/af1.3.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/af1/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Af1 API

For documentation on functions in the [malariagen_data](https://github.com/malariagen/malariagen-data-python) Python package for accessing *Anopheles funestus* data, please visit the [Af1 API docs page](https://malariagen.github.io/malariagen-data-python/latest/Af1.html).
9,945 changes: 9,945 additions & 0 deletions docs/af1/cloud.ipynb

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/af1/download.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ag3/ag3.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"outputs": [],
"source": [
"!pip install -q malariagen_data"
"%pip install -q malariagen_data"
]
},
{
Expand Down
Loading