Skip to content

Commit

Permalink
Merge pull request #175 from coddingtonbear/add_external_requirements
Browse files Browse the repository at this point in the history
Adding minimal documentation regarding what external packages are requir...
  • Loading branch information
ralphbean committed Jan 5, 2015
2 parents 85d9a68 + 0cb81a1 commit 28c27d0
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bugwarrior/docs/services/activecollab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ ActiveCollab 4
You can import tasks from your activeCollab 4.x instance using
the ``activecollab`` service name.

Additional Requirements
-----------------------

Install the following packages using ``pip``:

* ``pypandoc``
* ``pyac``

Instructions
------------

Expand Down
7 changes: 7 additions & 0 deletions bugwarrior/docs/services/jira.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Jira
You can import tasks from your Jira instance using
the ``jira`` service name.

Additional Requirements
-----------------------

Install the following package using ``pip``:

* ``jira``

Example Service
---------------

Expand Down
7 changes: 7 additions & 0 deletions bugwarrior/docs/services/megaplan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Megaplan
You can import tasks from your Megaplan instance using
the ``megaplan`` service name.

Additional Requirements
-----------------------

Install the following package using ``pip``:

* ``megaplan``

Example Service
---------------

Expand Down
7 changes: 7 additions & 0 deletions bugwarrior/docs/services/phabricator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Phabricator
You can import tasks from your Phabricator instance using
the ``phabricator`` service name.

Additional Requirements
-----------------------

Install the following package using ``pip``:

* ``phabricator``

Example Service
---------------

Expand Down
7 changes: 7 additions & 0 deletions bugwarrior/docs/services/versionone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ VersionOne

You can import tasks from VersionOne using the ``versionone`` service name.

Additional Requirements
-----------------------

Install the following package using ``pip``:

* ``v1pysdk-unofficial``

Example Service
---------------

Expand Down

0 comments on commit 28c27d0

Please sign in to comment.