-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from roocs/update-docs
added logo and contribution guide
- Loading branch information
Showing
11 changed files
with
114 additions
and
178 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Contributing | ||
|
||
Contributions are welcome, and they are greatly appreciated! | ||
Every little bit helps, and credit will always be given. | ||
|
||
Please read the [Rooki Documentation](https://rooki.readthedocs.io/en/latest/) to get started. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
History | ||
******* | ||
Version History | ||
=============== | ||
|
||
0.2.0 (2020-10-21) | ||
================== | ||
v0.2.0 (2020-10-26) | ||
------------------- | ||
|
||
Changes: | ||
New Features | ||
^^^^^^^^^^^^ | ||
|
||
* Lightweight wrapper for birdy WPS client. | ||
* Operators to build workflow. | ||
* Configuration to overwrite default settings. | ||
* Result object to access MetaLink outputs. | ||
* Notebooks with usage examples. | ||
|
||
0.1.0 (2020-03-19) | ||
================== | ||
v0.1.0 (2020-03-19) | ||
------------------- | ||
|
||
* First release. |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ channels: | |
dependencies: | ||
- sphinx | ||
- nbsphinx | ||
- pandoc | ||
- ipython |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1,57 @@ | ||
.. include:: ../../CONTRIBUTING.rst | ||
|
||
Contributing | ||
============ | ||
|
||
Contributions are welcome, and they are greatly appreciated! Every little bit | ||
helps, and credit will always be given. | ||
|
||
You can contribute in many ways: | ||
|
||
Types of Contributions | ||
---------------------- | ||
|
||
Report Bugs | ||
^^^^^^^^^^^ | ||
|
||
Report bugs at https://github.com/roocs/rooki/issues. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
* Your operating system name and version. | ||
* Any details about your local setup that might be helpful in troubleshooting. | ||
* Detailed steps to reproduce the bug. | ||
|
||
Fix Bugs | ||
^^^^^^^^ | ||
|
||
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help | ||
wanted" is open to whoever wants to implement it. | ||
|
||
Implement Features | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
Look through the GitHub issues for features. Anything tagged with "enhancement" | ||
and "help wanted" is open to whoever wants to implement it. | ||
|
||
Write Documentation | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
rooki could always use more documentation, whether as part of the | ||
official rooki docs, in docstrings, or even on the web in blog posts, | ||
articles, and such. | ||
|
||
Submit Feedback | ||
^^^^^^^^^^^^^^^ | ||
|
||
The best way to send feedback is to file an issue at https://github.com/roocs/rooki/issues. | ||
|
||
If you are proposing a feature: | ||
|
||
* Explain in detail how it would work. | ||
* Keep the scope as narrow as possible, to make it easier to implement. | ||
* Remember that this is a volunteer-driven project, and that contributions are welcome :) | ||
|
||
Get Started! | ||
^^^^^^^^^^^^ | ||
|
||
Ready to contribute? Read the :ref:`dev_guide` to set up ``rooki`` for local development. |
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,5 +1,7 @@ | ||
Development | ||
=========== | ||
.. _dev_guide: | ||
|
||
Development Guide | ||
================= | ||
|
||
Get Started! | ||
------------ | ||
|
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 |
---|---|---|
|
@@ -9,4 +9,5 @@ | |
usage | ||
development | ||
notebooks/index | ||
contributing | ||
history |
Oops, something went wrong.