Skip to content

Commit

Permalink
docs section in index, tabs documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Jul 29, 2024
1 parent f6282ac commit 38a25df
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 6 deletions.
Binary file modified docs/images/boxplot-naive-vs-biochatter.pdf
Binary file not shown.
Binary file modified docs/images/dotplot-per-task.pdf
Binary file not shown.
Binary file modified docs/images/dotplot-per-task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/scatter-per-quantisation-name.pdf
Binary file not shown.
Binary file modified docs/images/scatter-per-quantisation-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/scatter-quantisation-accuracy.pdf
Binary file not shown.
Binary file modified docs/images/scatter-size-accuracy.pdf
Binary file not shown.
Binary file modified docs/images/stripplot-extraction-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/stripplot-per-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/stripplot-rag-tasks.pdf
Binary file not shown.
Binary file modified docs/images/stripplot-rag-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@ paid OpenAI TTS can be used without this extra)
- `streamlit`: support for streamlit UI functions (used in BioChatter Light)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python](https://img.shields.io/pypi/pyversions/biochatter)](https://www.python.org) [![PyPI version](https://img.shields.io/pypi/v/biochatter)](https://pypi.org/project/biochatter/) [![Downloads](https://static.pepy.tech/badge/biochatter)](https://pepy.tech/project/biochatter) [![CI](https://github.com/biocypher/biochatter/actions/workflows/ci.yaml/badge.svg)](https://github.com/biocypher/biochatter/actions/workflows/ci.yaml) [![Latest image](https://img.shields.io/docker/v/biocypher/chatgse)](https://hub.docker.com/repository/docker/biocypher/chatgse/general) [![Image size](https://img.shields.io/docker/image-size/biocypher/chatgse/latest)](https://hub.docker.com/repository/docker/biocypher/chatgse/general) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/biocypher/biochatter/blob/main/CONTRIBUTING.md)

## Documentation and Tutorials

For a description of the features of the framework, see the `Features` option in
the main menu. For examples of usage and customisation, check out the
`Vignettes` section. For a more detailed reference of functions and classes, see
the `API Reference`.
12 changes: 6 additions & 6 deletions docs/vignette-custom-bclight-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ cd pole
docker-compose up -d
```

We are constantly expanding our repertoire of BioChatter Light tabs, so check
back for more options in the future. Creating your own tabs is also accessible
via our modular architecture and the simple [Streamlit](https://streamlit.io)
framework for UI design. Check the codebase of [BioChatter
We are constantly expanding our [repertoire of BioChatter Light
tabs](https://github.com/biocypher/biochatter-light?tab=readme-ov-file#tab-selection),
so check back for more options in the future. Creating your own tabs is also
accessible via our modular architecture and the simple
[Streamlit](https://streamlit.io) framework for UI design. Check the [advanced
vignette](vignette-custom-bclight-advanced.md) and the codebase of [BioChatter
Light](https://github.com/biocypher/biochatter-light) for more information.

<!-- TODO create docs for the tabs and their env names -->

0 comments on commit 38a25df

Please sign in to comment.