Skip to content

Commit f2e217e

Browse files
committed
documentation
1 parent 2463ff0 commit f2e217e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ _doc/sphinxdoc/source/blog/rss.xml
244244
_doc/sphinxdoc/source/phdoc_templates/*toc.html
245245
_doc/sphinxdoc/source/phdoc_templates/*box.html
246246
_doc/sphinxdoc/source/blog/feed-icon*.png
247-
_doc/sphinxdoc/source/phdoc_static/reveal.js/*
247+
_doc/sphinxdoc/source/_static/reveal.js/*
248248
_doc/notebooks/.ipynb_checkpoints/*
249249
dist_module27/*
250250
auto_*.bat
251251
auto_*.sh
252252
auto_*.py
253253
auto_*.xml
254254
auto_*.db3
255-
_doc/sphinxdoc/source/phdoc_static/require.js
255+
_doc/sphinxdoc/source/_static/require.js
256256
_doc/sphinxdoc/require.js
257257
ex.*
258258
m.temp
@@ -266,7 +266,7 @@ _doc/notebooks/nlp/completion.png
266266
_doc/notebooks/nlp/completion.pstat
267267
_unittests/run_unittests.py.out
268268
*.err
269-
_doc/sphinxdoc/source/phdoc_static/style_notebook_snippet.css
269+
_doc/sphinxdoc/source/_static/style_notebook_snippet.css
270270
dist
271271
_doc/sphinxdoc/source/mlinsights
272272
_doc/sphinxdoc/source/nbcov.png

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.. image:: https://github.com/sdpython/mlinsights/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true
2+
.. image:: https://github.com/sdpython/mlinsights/blob/master/_doc/sphinxdoc/source/_static/project_ico.png?raw=true
33
:target: https://github.com/sdpython/mlinsights/
44

55
.. _l-README:

_doc/sphinxdoc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mlinsights: tricky scikit-learn
33
===============================
44

5-
.. image:: https://github.com/sdpython/mlinsights/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true
5+
.. image:: https://github.com/sdpython/mlinsights/blob/master/_doc/sphinxdoc/source/_static/project_ico.png?raw=true
66
:target: https://github.com/sdpython/mlinsights/
77

88
**Links:** `github <https://github.com/sdpython/mlinsights/>`_,

0 commit comments

Comments
 (0)