Skip to content

Commit

Permalink
Merge pull request #3 from AGTGreg/release-0.1.7
Browse files Browse the repository at this point in the history
Add documentation links and remove tutorial.
  • Loading branch information
AGTGreg committed Jul 22, 2019
2 parents e2374b9 + 2dac0c7 commit 3c738cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 156 deletions.
16 changes: 2 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ run them at a specific time.
The purpose of Runium is to do these simple, easy and clean with minimum to
no changes to your code. Just one line of code is all it takes.

So if you want to run a long-running method without blocking your code, instead
of doing this:
**Documentation** `https://runium.readthedocs.io/en/latest/main.html <https://runium.readthedocs.io/en/latest/main.html>`_

.. code-block:: python
send_email()
...you can use Runium and run it asynchronously like this:

.. code-block:: python
runium.run(send_email)
And now this method will run in the background without blocking your entire
app. It's that simple!
**Pypi:** `https://pypi.org/project/runium/ <https://pypi.org/project/runium/>`_

Features
========
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
Initialization: The Runium object <runium_object.rst>
Running tasks <running_tasks.rst>
Callbacks <callbacks.rst>
Tutorial: Intro to Runium <tutorial.rst>
2 changes: 2 additions & 0 deletions docs/source/links.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Links
=====

**Documentation** `https://runium.readthedocs.io/en/latest/main.html <https://runium.readthedocs.io/en/latest/main.html>`_

**Github:** `https://github.com/AGTGreg/runium <https://github.com/AGTGreg/runium>`_

**Pypi:** `https://pypi.org/project/runium/ <https://pypi.org/project/runium/>`_
141 changes: 0 additions & 141 deletions docs/source/tutorial.rst

This file was deleted.

0 comments on commit 3c738cc

Please sign in to comment.