This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move documentation to readthedocs.org
- Loading branch information
Wouter de Bie
committed
Sep 24, 2015
1 parent
41fd330
commit 7b01480
Showing
9 changed files
with
38 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
*********** | ||
Development | ||
*********** | ||
|
||
How to start | ||
============ | ||
|
||
|
@@ -11,20 +10,20 @@ it's not required to but highly recommended. To install, and create development | |
environment for snakebite: | ||
|
||
1. install virtualenvwrapper: | ||
``$ pip install virtualenvwrapper`` | ||
``$ pip install virtualenvwrapper`` | ||
2. create development environment: | ||
``$ mkvirtualenv snakebite_dev`` | ||
``$ mkvirtualenv snakebite_dev`` | ||
|
||
More about virtualenvwrapper and virtualenv `here <http://virtualenvwrapper.readthedocs.org/en/latest/>`_ | ||
|
||
Below is the list of recommended steps to start development: | ||
|
||
1. clone repo: | ||
``$ git clone [email protected]:spotify/snakebite.git`` | ||
``$ git clone [email protected]:spotify/snakebite.git`` | ||
2. fetch all developer requirements: | ||
``$ pip install -r requirements-dev.txt`` | ||
``$ pip install -r requirements-dev.txt`` | ||
3. run tests: | ||
``$ python setup.py test`` | ||
``$ python setup.py test`` | ||
|
||
If tests succeeded you are ready to hack! Remember to always test | ||
your changes and please come back with a PR <3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
*********** | ||
Minicluster | ||
*********** | ||
.. automodule:: minicluster | ||
.. automodule:: snakebite.minicluster | ||
|
||
.. autoclass:: MiniCluster | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters