diff --git a/README.md b/README.md index 3818081a..32408a8f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![GH Actions Status](https://github.com/volkamerlab/opencadd/workflows/CI/badge.svg)](https://github.com/volkamerlab/opencadd/actions?query=branch%3Amaster) [![codecov](https://codecov.io/gh/volkamerlab/opencadd/branch/master/graph/badge.svg)](https://codecov.io/gh/volkamerlab/opencadd/branch/master) [![Documentation Status](https://readthedocs.org/projects/opencadd/badge/?version=latest)](https://opencadd.readthedocs.io) +[![Conda Version](https://img.shields.io/conda/vn/conda-forge/opencadd.svg)](https://anaconda.org/conda-forge/opencadd) +[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![OpenCADD](/docs/_static/opencadd.png) diff --git a/docs/index.rst b/docs/index.rst index 3e920ee3..2dd89243 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,28 @@ Welcome to OpenCADD's documentation! OpenCADD is a Python package for structural cheminformatics! +.. image:: + https://github.com/volkamerlab/opencadd/workflows/CI/badge.svg + :target: https://github.com/volkamerlab/opencadd/actions +.. image:: + https://codecov.io/gh/volkamerlab/opencadd/branch/master/graph/badge.svg + :target: https://codecov.io/gh/volkamerlab/opencadd/branch/master +.. image:: + https://readthedocs.org/projects/opencadd/badge/?version=latest + :target: https://opencadd.readthedocs.io/en/latest/ +.. image:: + https://img.shields.io/conda/vn/conda-forge/opencadd.svg + :target: https://anaconda.org/conda-forge/opencadd +.. image:: + https://img.shields.io/badge/License-MIT-blue.svg + :target: https://opensource.org/licenses/MIT + +.. raw:: html + +
+ +
+ .. toctree:: :maxdepth: 1 :caption: User guide @@ -23,7 +45,7 @@ OpenCADD is a Python package for structural cheminformatics! .. toctree:: :maxdepth: 1 - :caption: Superposition + :caption: Structure: Superposition superposition tutorials/mda diff --git a/docs/installing.rst b/docs/installing.rst index 0693d543..ca8e4d26 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -1,29 +1,46 @@ Installing ========== -Eventually, we will have a ``conda`` package, but for now you need to create a new environment manually. +.. note:: -1. Install Miniconda for your OS if you don't have it already. -2. Download a `copy of this repository