Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Python Library for Healthcare AI (PyHealth)
===========================================


**Deployment & Documentation & Stats**

.. image:: https://img.shields.io/pypi/v/pyhealth.svg?color=brightgreen
:target: https://pypi.org/project/pyhealth/
:alt: PyPI version
Expand All @@ -12,16 +14,6 @@ Python Library for Healthcare AI (PyHealth)
:alt: Documentation status


.. image:: https://travis-ci.org/yzhao062/pyhealth.svg?branch=master
:target: https://travis-ci.org/yzhao062/pyhealth
:alt: Build Status


.. image:: https://circleci.com/gh/yzhao062/PyHealth.svg?style=svg
:target: https://circleci.com/gh/yzhao062/PyHealth
:alt: Circle CI


.. image:: https://img.shields.io/github/stars/yzhao062/pyhealth.svg
:target: https://github.com/yzhao062/pyhealth/stargazers
:alt: GitHub stars
Expand All @@ -32,6 +24,31 @@ Python Library for Healthcare AI (PyHealth)
:alt: GitHub forks


.. image:: https://pepy.tech/badge/pyhealth
:target: https://pepy.tech/project/pyhealth
:alt: Downloads


.. image:: https://pepy.tech/badge/pyhealth/month
:target: https://pepy.tech/project/pyhealth
:alt: Downloads


-----


**Build Status & Coverage & Maintainability & License**

.. image:: https://travis-ci.org/yzhao062/pyhealth.svg?branch=master
:target: https://travis-ci.org/yzhao062/pyhealth
:alt: Build Status


.. image:: https://circleci.com/gh/yzhao062/PyHealth.svg?style=svg
:target: https://circleci.com/gh/yzhao062/PyHealth
:alt: Circle CI


.. image:: https://ci.appveyor.com/api/projects/status/1kupdy87etks5n3r/branch/master?svg=true
:target: https://ci.appveyor.com/project/yzhao062/pyhealth/branch/master
:alt: Build status
Expand Down
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 28 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Welcome to PyHealth's documentation!
====================================


**Deployment & Documentation & Stats**

.. image:: https://img.shields.io/pypi/v/pyhealth.svg?color=brightgreen
:target: https://pypi.org/project/pyhealth/
:alt: PyPI version
Expand All @@ -17,16 +19,6 @@ Welcome to PyHealth's documentation!
:alt: Documentation status


.. image:: https://travis-ci.org/yzhao062/pyhealth.svg?branch=master
:target: https://travis-ci.org/yzhao062/pyhealth
:alt: Build Status


.. image:: https://circleci.com/gh/yzhao062/PyHealth.svg?style=svg
:target: https://circleci.com/gh/yzhao062/PyHealth
:alt: Circle CI


.. image:: https://img.shields.io/github/stars/yzhao062/pyhealth.svg
:target: https://github.com/yzhao062/pyhealth/stargazers
:alt: GitHub stars
Expand All @@ -37,6 +29,31 @@ Welcome to PyHealth's documentation!
:alt: GitHub forks


.. image:: https://pepy.tech/badge/pyhealth
:target: https://pepy.tech/project/pyhealth
:alt: Downloads


.. image:: https://pepy.tech/badge/pyhealth/month
:target: https://pepy.tech/project/pyhealth
:alt: Downloads


-----


**Build Status & Coverage & Maintainability & License**

.. image:: https://travis-ci.org/yzhao062/pyhealth.svg?branch=master
:target: https://travis-ci.org/yzhao062/pyhealth
:alt: Build Status


.. image:: https://circleci.com/gh/yzhao062/PyHealth.svg?style=svg
:target: https://circleci.com/gh/yzhao062/PyHealth
:alt: Circle CI


.. image:: https://ci.appveyor.com/api/projects/status/1kupdy87etks5n3r/branch/master?svg=true
:target: https://ci.appveyor.com/project/yzhao062/pyhealth/branch/master
:alt: Build status
Expand All @@ -54,6 +71,7 @@ Welcome to PyHealth's documentation!

-----


**Development Status**: **As of 08/12/2020, PyHealth is under active development and in its alpha stage. Please follow, star, and fork to get the latest functions**!


Expand Down