Skip to content

Commit

Permalink
docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jun 13, 2018
1 parent 0322ff4 commit 574dc68
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 26 deletions.
22 changes: 1 addition & 21 deletions README.md
Expand Up @@ -4,24 +4,4 @@

[![Documentation Status](https://readthedocs.org/projects/pypiper/badge/?version=latest)](http://pypiper.readthedocs.org/en/latest/?badge=latest)

A lightweight python toolkit for gluing together restartable, robust command line pipelines. Pypiper works with [Looper](http://github.com/epigen/looper) to form a complete bioinformatics pipeline framework.

The best place to learn more is at the [documentation hosted at Read the Docs](http://pypiper.readthedocs.org/). There you will find:

* [Hello World](http://pypiper.readthedocs.io/en/latest/hello-world.html)
* [Tutorials](http://pypiper.readthedocs.io/en/latest/tutorials.html)
* [API](http://pypiper.readthedocs.io/en/latest/api.html)
* A list of public pipelines that use pypiper.
* and more!

# Install

```
pip install --user piper
```

Update with:

```
pip install --user --upgrade piper
```
A lightweight python toolkit for gluing together restartable, robust command line pipelines. The best place to learn more is at the [documentation hosted at Read the Docs](http://pypiper.readthedocs.org/).
159 changes: 159 additions & 0 deletions doc/source/_static/logo_pypiper.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion doc/source/features.rst
@@ -1,5 +1,6 @@
.. |logo| image:: _static/logo_pypiper.svg

Features at-a-glance
|logo| Features at-a-glance
=========================

.. |error| image:: _static/error.svg
Expand Down
4 changes: 3 additions & 1 deletion doc/source/hello-world.rst
@@ -1,4 +1,6 @@
Installing and Hello World
.. |logo| image:: _static/logo_pypiper.svg

|logo| Installing and Hello World
==============================

Release versions are posted on the GitHub `releases page <https://github.com/epigen/pypiper/releases>`_. You can also install the latest version directly from pypi (under the name ``piper``) using pip:
Expand Down
5 changes: 3 additions & 2 deletions doc/source/index.rst
@@ -1,6 +1,7 @@
.. |logo| image:: _static/logo_pypiper.svg

Welcome
^^^^^^^^
|logo| Pypiper
^^^^^^^^^^^^^^

Pypiper is a lightweight python toolkit that helps you write slick pipelines in python. It takes your current pipeline (e.g. shell script) and improves it with minimal effort. You'll be running in minutes.

Expand Down
3 changes: 2 additions & 1 deletion doc/source/intro.rst
@@ -1,5 +1,6 @@
.. |logo| image:: _static/logo_pypiper.svg

Introduction
|logo| Introduction
=========================

Pypiper is a lightweight python toolkit for gluing together restartable command
Expand Down

0 comments on commit 574dc68

Please sign in to comment.