Start making documentation for htsworkflow.
authorDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2013 23:09:56 +0000 (15:09 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2013 23:19:36 +0000 (15:19 -0800)
commitea083869640f95843b72c0778d16bba39086dee5
treeeaeed4cf5c93d7a2c2cb3af61b8b0920e1b10a56
parentb43a6b4b7b9649ec6cc433b9c38433e86fea096d
Start making documentation for htsworkflow.

This is a tiny start toward creating documentation for
htsworkflow, mostly I was getting confused about some of my
classes and thought I should try to get some API documentation
going.

Since I wanted to make sure I had the docstring syntax right I needed
some way to actually build the documentation, and so I might as well
commit what little documentation I created.
.gitignore
docs/Makefile [new file with mode: 0644]
docs/source/api.rst [new file with mode: 0644]
docs/source/conf.py [new file with mode: 0644]
docs/source/index.rst [new file with mode: 0644]
htsworkflow/pipelines/firecrest.py
htsworkflow/pipelines/runfolder.py
htsworkflow/pipelines/srf.py