Skip to content

Commit

Permalink
edits to index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Dec 23, 2018
1 parent e9113b1 commit 820a2cc
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,45 @@ Crowsetta
:maxdepth: 2
:caption: Contents:

Crowsetta is a tool to ~~conbirt~~ work with any format for annotating birdsong.
Crowsetta is a tool to work with any format for annotating birdsong.
**The goal of `crowsetta` is to make sure that your ability to work with a dataset
of annotated birdsong does not depend on your ability to work with any given format for
annotating that dataset. `crowsetta` does not to provide yet another format
for annotating birdsong!** (I promise.)
of birdsong does not depend on your ability to work with any given format for
annotating that dataset.** `crowsetta` does not to provide yet another format
for annotating birdsong! (Promise.)::

from crowsetta import Crowsetta
crow = Crowsetta(extra_config=your_config_info)
crow.to_csv(file_'your_annotation_file.mat', csv_filename='your_annotation.csv')
crow.to_csv(file_'your_annotation_file.mat',
csv_filename='your_annotation.csv')

Features
--------

- convert annotation formats to Sequence objects that can be easily used in a Python program
- convert Sequences to comma-separated value text files that can be read on any system
- convert annotation formats to `Sequence` objects that can be easily used in a Python program
- convert `Sequence` objects to comma-separated value text files that can be read on any system
- load comma-separated values files back into Python and convert to other formats

Installation
------------

Install `crowsetta` by running:

::

$ pip install crowsetta

Contribute
----------

- Issue Tracker: github.com/NickleDave/crowsetta/issues
- Source Code: github.com/NickleDave/crowsetta
- Issue Tracker: https://github.com/NickleDave/crowsetta/issues
- Source Code: https://github.com/NickleDave/crowsetta

Support
-------

If you are having issues, please let us know.
- Issue Tracker: github.com/NickleDave/crowsetta/issues

- Issue Tracker: https://github.com/NickleDave/crowsetta/issues

License
-------
Expand Down

0 comments on commit 820a2cc

Please sign in to comment.