Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cflerin committed May 6, 2021
1 parent 761af91 commit a31e7e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Package Workflow
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Change Log
Version History
---------------

0.0.1
0.1.0
* Project created.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ctxcore
#######

|ctxcore|_ |buildstatus|_ |pypipackage|_ |docstatus|_

Core functions for pycisTarget and the SCENIC tool suite


Expand All @@ -23,3 +25,17 @@ Here is a simple example:
# Fill this section in with the common use-case.
The `API Reference <http://ctxcore.readthedocs.io>`_ provides API-level documentation.

.. |ctxcore| image:: https://img.shields.io/github/v/release/aertslab/ctxcore
:target: https://github.com/aertslab/ctxcore/releases
:alt: GitHub release (latest by date)

.. |buildstatus| image:: https://github.com/aertslab/ctxcore/actions/workflows/ci.yml/badge.svg
.. _buildstatus: https://github.com/aertslab/ctxcore/actions

.. |pypipackage| image:: https://img.shields.io/pypi/v/ctxcore?color=%23026aab
.. _pypipackage: https://pypi.org/project/ctxcore/

.. |docstatus| image:: https://readthedocs.org/projects/ctxcore/badge/?version=latest
.. _docstatus: https://ctxcore.readthedocs.io/en/latest/?badge=latest

0 comments on commit a31e7e8

Please sign in to comment.