scikit-bio
==========

scikit-bio (canonically pronounced *sigh-kit-buy-oh*) is a library for working
with biological data in Python. scikit-bio is open source, BSD-licensed
software that is currently under active development.

API Reference
-------------

.. toctree::
   :maxdepth: 1

   io
   sequence
   alignment
   tree
   workflow
   diversity
   stats
   util

User Documentation
------------------

The user documentation contains high-level information for users of scikit-bio.

.. toctree::
   :maxdepth: 1

   user/api_stability

Developer Documentation
-----------------------

The developer documentation contains information for how to contribute
to scikit-bio.

.. toctree::
   :maxdepth: 1

   development/py3
   development/coding_guidelines
   development/new_module
