Skip to content

Commit 2d32be2

Browse files
authored
Fix links in the documentation (#32)
* refactoring * refactoring * move * doc conf * upgrade version * doc * doc * req * req * req * req * doc * doc * doc * lambda * remove unnecessary unit tests * Fix links
1 parent b1867a2 commit 2d32be2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build/*
1212
.hypothesis/*
1313
*egg-info/*
1414
prof
15+
_doc/CHANGELOGS.rst
16+
_doc/LICENSE.txt
1517
_doc/auto_examples/*
1618
_doc/examples/_cache/*
1719
_doc/examples/plot_*.png

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pandas-streaming: streaming API over pandas
22
===========================================
33

4-
.. image:: https://github.com/sdpython/pandas_streaming/blob/main/_doc/sphinxdoc/source/_static/project_ico.png?raw=true
4+
.. image:: https://github.com/sdpython/pandas_streaming/blob/main/_doc/_static/project_ico.png?raw=true
55
:target: https://github.com/sdpython/pandas_streaming/
66

77
.. image:: https://travis-ci.com/sdpython/pandas_streaming.svg?branch=main

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pandas-streaming: streaming API over pandas
66
===========================================
77

8-
.. image:: https://github.com/sdpython/pandas_streaming/blob/main/_doc/sphinxdoc/source/_static/project_ico.png?raw=true
8+
.. image:: https://github.com/sdpython/pandas_streaming/blob/main/_doc/_static/project_ico.png?raw=true
99
:target: https://github.com/sdpython/pandas_streaming/
1010

1111
.. image:: https://travis-ci.com/sdpython/pandas_streaming.svg?branch=main

0 commit comments

Comments
 (0)