Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 3, 2020
1 parent 216d014 commit bec6f10
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .rkd/makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
IMPORTS = [] + PythonImports() + DockerImports()

TASKS = [
Task(':release', description='Release RKD to PyPI (snapshot when on master, release on tag)', to_execute=[
':py:build', ':py:publish', '--username=__token__', '--password=${PYPI_TOKEN}'
]),
Task(':release', description='Release RKD to PyPI (snapshot when on master, release on tag)',
to_execute=[
':py:build', ':py:publish', '--username=__token__', '--password=${PYPI_TOKEN}'
]),

Task(':test', [':py:unittest'], description='Run unit tests'),
Task(':docs', [':sh', '-c', ''' set -x
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ RKD - RiotKit DO

Task executor - balance between Makefile and Gradle [see documentation_]

.. image:: docs/makefile.png

NOTICE: This project is in testing stage. There is no stable release yet, but it will come very soon.

**Goals:**
Expand Down
Binary file added docs/makefile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
5 changes: 5 additions & 0 deletions docs/source/standardlib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Each task specified to be run is treated like a separate application - has it's
rkd --silent :sh -c "ps aux"
.. image:: ../../tasks.png

.. image:: ../../python.png


Usage in shell
--------------

Expand Down
1 change: 1 addition & 0 deletions docs/source/standardlib/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Python

Set of Python-related tasks for building, testing and publishing Python packages.

.. image:: ../../python.png

:py:publish
~~~~~~~~~~~
Expand Down
File renamed without changes

0 comments on commit bec6f10

Please sign in to comment.