Skip to content

Commit

Permalink
cuda docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Sep 1, 2024
1 parent 92e94ba commit e2f29b8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Downloads](https://pepy.tech/badge/simba-uw-tf-dev/month)](https://pepy.tech/project/simba-uw-tf-dev)
[![Downloads](https://pepy.tech/badge/simba-uw-tf-dev)](https://pepy.tech/project/simba-uw-tf-dev)


**Manuscript: [Simple Behavioral Analysis (SimBA) as a platform for explainable machine learning in behavioral neuroscience](https://www.nature.com/articles/s41593-024-01649-9)**
**Pre-print: [Simple Behavioral Analysis (SimBA) – an open source toolkit for computer classification of complex social behaviors in experimental animals](https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2)**

<p align="center">
Expand Down
2 changes: 2 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies:
- sphinx-togglebutton==0.3.2
- sphinx_rtd_theme
- simba-uw-tf-dev
- sphinx-mathjax-offline
- sphinxemoji
- nbsphinx
- umap-learn==0.5.2
- pyvis==0.3.2
Expand Down
20 changes: 16 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,31 @@ Welcome to SimBA's documentation!
:align: center



These docs are under development. For detailed tutorials, code, and more extensive documentation
see the `SimBA GitHub repository <https://github.com/sgoldenlab/simba>`_.

For support, see `SimBA Gitter channel <https://app.gitter.im/#/room/#SimBA-Resource_community:gitter.im>`_.

`Pre-print <https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2>`_

**Installation**

INSTALLATION
------------------------
.. code:: bash
pip install simba-uw-tf-dev
MORE INFORMATION
------------------------
See below for raison d'être, detailed API, tutorials, data, documentation, support, and walkthroughs:

- GitHub: [https://github.com/sgoldenlab/simba](https://github.com/sgoldenlab/simba)
- API: [https://simba-uw-tf-dev.readthedocs.io/en/latest/api.html](https://simba-uw-tf-dev.readthedocs.io/en/latest/api.html)
- Gitter Chat: [https://app.gitter.im/#/room/#SimBA-Resource_community:gitter.im](https://app.gitter.im/#/room/#SimBA-Resource_community:gitter.im)
- bioRxiv preprint: [https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2](https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2)
- Nature Neuroscience paper: [https://www.nature.com/articles/s41593-024-01649-9](https://www.nature.com/articles/s41593-024-01649-9)
- Open Science Framework (OSF) data buckets: [https://osf.io/tmu6y/](https://osf.io/tmu6y/)
- Python Package Index (PyPI): [https://pypi.org/project/Simba-UW-tf-dev/](https://pypi.org/project/Simba-UW-tf-dev/)

.. toctree::
:maxdepth: 3
:caption: API REFERENCE:
Expand Down
5 changes: 3 additions & 2 deletions docs/project_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ See below for raison d'être, detailed API, tutorials, data, documentation, supp
- Documentation readthedocs: [https://simba-uw-tf-dev.readthedocs.io/en/latest/](https://simba-uw-tf-dev.readthedocs.io/en/latest/)
- API: [https://simba-uw-tf-dev.readthedocs.io/en/latest/api.html](https://simba-uw-tf-dev.readthedocs.io/en/latest/api.html)
- Gitter Chat: [https://app.gitter.im/#/room/#SimBA-Resource_community:gitter.im](https://app.gitter.im/#/room/#SimBA-Resource_community:gitter.im)
- biorxiv preprint: [https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2](https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2)
- OSF: [https://osf.io/tmu6y/](https://osf.io/tmu6y/)
- bioRxiv preprint: [https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2](https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2)
- Nature Neuroscience paper: [https://www.nature.com/articles/s41593-024-01649-9](https://www.nature.com/articles/s41593-024-01649-9)
- Open Science Framework (OSF) data buckets: [https://osf.io/tmu6y/](https://osf.io/tmu6y/)

### Installation
To install SimBA, use the following command:
Expand Down

0 comments on commit e2f29b8

Please sign in to comment.