Skip to content

Commit d79e735

Browse files
author
Krzysztof Joachimiak
committed
docs improved
1 parent 46803e1 commit d79e735

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://github.com/krzjoa/awesome-python-datascience"><img width="250" height="250" src="img/py-datascience.png" alt="pyds"></a>
2+
<a href="https://krzjoa.github.io/awesome-python-data-science/"><img width="250" height="250" src="img/py-datascience.png" alt="pyds"></a>
33
<br>
44
<br>
55
<br>
@@ -16,7 +16,7 @@
1616

1717
> Probably the best curated list of data science software in Python
1818
19-
## Contents {docsify-ignore}
19+
## Contents
2020
* [Machine Learning](#ml)
2121
* [Deep Learning](#dl)
2222
* [Data Manipulation](#data-man)
@@ -316,7 +316,7 @@
316316
* [TF-Agents](https://github.com/tensorflow/agents) - A library for Reinforcement Learning in TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn">
317317
* [TensorForce](https://github.com/reinforceio/tensorforce) - A TensorFlow library for applied reinforcement learning. <img height="20" src="img/tf_big2.png" alt="sklearn">
318318
* [TRFL](https://github.com/deepmind/trfl) - TensorFlow Reinforcement Learning. <img height="20" src="img/tf_big2.png" alt="sklearn">
319-
* [Dopamine](https://github.com/google/dopamine) - A research framework for fast prototyping of reinforcement learning algorithms.
319+
* [Dopamine](https://github.com/google/dopamine) - A research framework for fast prototyping of reinforcement learning algorithms.
320320
* [keras-rl](https://github.com/keras-rl/keras-rl) - Deep Reinforcement Learning for Keras. <img height="20" src="img/keras_big.png" alt="Keras compatible">
321321
* [ChainerRL](https://github.com/chainer/chainerrl) - A deep reinforcement learning library built on top of Chainer.
322322
>>>>>>> a2d28c6bc10e869f370df253130e94e424371c6f

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://github.com/krzjoa/awesome-python-datascience"><img width="250" height="250" src="img/py-datascience.png" alt="pyds"></a>
2+
<a href="https://krzjoa.github.io/awesome-python-data-science/"><img width="250" height="250" src="img/py-datascience.png" alt="pyds"></a>
33
<br>
44
<br>
55
<br>

docs/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Document</title>
5+
<title>Awesome Python Data Science</title>
6+
<link rel="icon" type="image/png" href="img/py-datascience.png">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
78
<meta name="description" content="Description">
89
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
@@ -13,15 +14,7 @@
1314
<script>
1415
window.$docsify = {
1516
name: '',
16-
repo: '',
17-
markdown: {
18-
renderer: {
19-
image: function(href, title) {
20-
return `<img src="${href}"/>`
21-
}
22-
}
23-
}
24-
17+
repo: 'https://github.com/krzjoa/awesome-python-data-science'
2518
}
2619
</script>
2720
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

0 commit comments

Comments
 (0)