Skip to content

Commit

Permalink
add doc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjeah committed Jan 22, 2020
1 parent bdcb9fc commit 8633112
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
build:
image: latest
version: 2

python:
version: 3.8
setup_py_install: true
sphinx:
configuration: docs/conf.py

requirements_file: requirements-dev.txt
python:
version: 3.7
install:
- requirements: requirements-dev.txt
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PySINDy
=========

|BuildCI|
|BuildCI| |RTD|

**PySINDy** is a sparse regression package with several implementations for the Sparse Identification of Nonlinear Dynamical systems (SINDy) method.

Expand Down Expand Up @@ -56,3 +56,7 @@ For help using PySINDy please consult the documentation and/or our `examples <ht

.. |BuildCI| image:: https://github.com/dynamicslab/pysindy/workflows/Build%20CI/badge.svg
:target: https://github.com/dynamicslab/pysindy/actions?query=workflow%3A%22Build+CI%22

.. |RTD| image:: https://readthedocs.org/projects/pysindy/badge/?version=latest
:target: https://pysindy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

0 comments on commit 8633112

Please sign in to comment.