-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from bdpedigo/doc-overhaul
clean up tutorials
- Loading branch information
Showing
14 changed files
with
87 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# CAVEclient | ||
|
||
This repository supplies client side code to interact with microservices | ||
in the Connectome Annotation Versioning Engine (CAVE). | ||
CAVE is short for Connectome Annotation Versioning Engine. CAVE is a set of microservices | ||
that provide a framework for storing and versioning connectomics data and large sets of | ||
dynamic annotations, metadata, and segmentations. This repository supplies client-side | ||
code to easily interact with the microservices in CAVE. | ||
|
||
## Installation | ||
|
||
Can be installed from pypi | ||
`CAVEclient` can be installed from PyPI: | ||
|
||
`pip install caveclient` | ||
```bash | ||
pip install caveclient | ||
``` | ||
|
||
## Documentation | ||
|
||
You can find full documentation on readthedocs (https://caveclient.readthedocs.io). | ||
|
||
## Usage examples | ||
|
||
Tutorial notebook for accessing the FlyWire Connectome dataset: https://github.com/seung-lab/FlyConnectome/blob/main/CAVE%20tutorial.ipynb |
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 |
---|---|---|
@@ -1,3 +1,26 @@ | ||
{% | ||
include-markdown "../README.md" | ||
%} | ||
--- | ||
title: CAVEclient | ||
--- | ||
|
||
CAVE is short for Connectome Annotation Versioning Engine. CAVE is a set of microservices | ||
that provide a framework for storing and versioning connectomics data and large sets of | ||
dynamic annotations, metadata, and segmentations. This repository supplies client-side | ||
code to easily interact with the microservices in CAVE. | ||
|
||
## Documentation Layout | ||
|
||
To learn how to install `caveclient`, visit [Installation](./installation.md). | ||
|
||
To see hands-on examples of using `caveclient` in a notebook, visit the [Tutorials](./tutorials/index.md). | ||
|
||
To see API reference documentation for interacting with a `caveclient.CAVEclient` object (most common), | ||
visit the [Client API](./client_api/index.md). | ||
|
||
To see API reference documentation for interacting with the individual services, | ||
visit the [Extended API](./extended_api/index.md). | ||
|
||
To see a glossary of terms used in the documentation, visit the [Glossary (work in progress)](./glossary.md). | ||
|
||
For information about how to contribute to the documentation or the package, visit the [Contributing](./contributing.md) page. | ||
Feedback on the documentation is welcome! Please [open an issue](https://github.com/{{ config.repo_name }}/issues/new) or | ||
use the "Edit this page" button at the top right of any page to suggest changes. |
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Installation | ||
--- | ||
title: Installation | ||
--- | ||
|
||
## Stable release | ||
|
||
|
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
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Introduction | ||
--- | ||
title: Introduction | ||
--- | ||
|
||
## CAVEclient: one client for all services | ||
|
||
|
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
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
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