-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
5,304 additions
and
636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Quarto Documentation | ||
|
||
This directory contains the source for the Quarto documentation. The documentation is built using the [Quarto](https://quarto.org) document format and toolchain. | ||
|
||
|
||
## Execute Notebooks | ||
|
||
> **NOTE** - Executing the example notebooks is not required to render the documentation. Rendering will use the pre-rendered notebook outputs in the `examples` directory. | ||
Jupyter notebooks are located in the `examples` directory in the root of the repository. | ||
|
||
Executing the notebooks requires a Python environment with all notebook dependencies installed. Run the following command to add the notebook dependencies to an existing `tiledbvcf-py` Python environment: | ||
|
||
``` | ||
pip install -r requirements-doc.txt | ||
``` | ||
|
||
Run the following command from the root of the repository to execute the example notebooks and update the contents of the notebook cell outputs: | ||
``` | ||
make notebooks | ||
``` | ||
|
||
> **NOTE** - The example notebooks run task graphs on TileDB Cloud, which requires a TileDB Cloud account and a valid API key. | ||
|
||
## Render Documentation | ||
Run the following command from the root of the repository to render the documentation: | ||
|
||
``` | ||
make docs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# requirements to execute example notebooks | ||
tiledb | ||
tiledb.cloud | ||
jupyterlab | ||
seaborn | ||
plotly | ||
networkx | ||
pydot | ||
ipywidgets |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.