Skip to content

Commit e6217a8

Browse files
revert back to rst from md
1 parent 6447ebd commit e6217a8

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Lazy Predict
22

33
[![image](https://img.shields.io/pypi/v/lazypredict.svg)](https://pypi.python.org/pypi/lazypredict)
4-
54
[![image](https://img.shields.io/travis/shankarpandala/lazypredict.svg)](https://travis-ci.org/shankarpandala/lazypredict)
6-
75
[![Documentation Status](https://readthedocs.org/projects/lazypredict/badge/?version=latest)](https://lazypredict.readthedocs.io/en/latest/?badge=latest)
8-
96
[![Downloads](https://pepy.tech/badge/lazypredict)](https://pepy.tech/project/lazypredict)
10-
117
[![CodeFactor](https://www.codefactor.io/repository/github/shankarpandala/lazypredict/badge)](https://www.codefactor.io/repository/github/shankarpandala/lazypredict)
128

139
Lazy Predict helps build a lot of basic models without much code and

docs/authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../AUTHORS.rst
1+
.. mdinclude:: ../AUTHORS.md

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# You can specify multiple suffix as a list of string:
4444
#
4545
# source_suffix = ['.rst', '.md']
46-
source_suffix = ".md"
46+
source_suffix = ".rst"
4747

4848
# The master toctree document.
4949
master_doc = "index"

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../CONTRIBUTING.rst
1+
.. mdinclude:: ../CONTRIBUTING.md

docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../HISTORY.rst
1+
.. mdinclude:: ../HISTORY.md

docs/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../README.rst
1+
.. mdinclude:: ../README.md

0 commit comments

Comments
 (0)