File: index.rst

package info (click to toggle)
python-skbio 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,556 kB
  • ctags: 7,222
  • sloc: python: 42,085; ansic: 670; makefile: 180; sh: 10
file content (44 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
scikit-bio
==========

scikit-bio (canonically pronounced *sigh-kit-buy-oh*) is a library for working
with biological data in Python 3. 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
   metadata
   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/coding_guidelines
   development/new_module