Skip to content

Commit a1fa7b9

Browse files
committed
rename phdoc_static in _static
1 parent eb51896 commit a1fa7b9

File tree

12 files changed

+13
-9
lines changed

12 files changed

+13
-9
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,18 +240,18 @@ _doc/sphinxdoc/source/gallerynb/*
240240
build_help.bat
241241
_doc/sphinxdoc/source/blog/*.rst
242242
_doc/sphinxdoc/source/blog/rss.xml
243-
_doc/sphinxdoc/source/phdoc_templates/*toc.html
244-
_doc/sphinxdoc/source/phdoc_templates/*box.html
243+
_doc/sphinxdoc/source/_templates/*toc.html
244+
_doc/sphinxdoc/source/_templates/*box.html
245245
_doc/sphinxdoc/source/blog/feed-icon*.png
246-
_doc/sphinxdoc/source/phdoc_static/reveal.js/*
246+
_doc/sphinxdoc/source/_static/reveal.js/*
247247
_doc/notebooks/.ipynb_checkpoints/*
248248
dist_module27/*
249249
auto_*.bat
250250
auto_*.sh
251251
auto_*.py
252252
auto_*.xml
253253
auto_*.db3
254-
_doc/sphinxdoc/source/phdoc_static/require.js
254+
_doc/sphinxdoc/source/_static/require.js
255255
_doc/sphinxdoc/require.js
256256
ex.*
257257
m.temp
@@ -265,7 +265,7 @@ _doc/notebooks/nlp/completion.png
265265
_doc/notebooks/nlp/completion.pstat
266266
_unittests/run_unittests.py.out
267267
*.err
268-
_doc/sphinxdoc/source/phdoc_static/style_notebook_snippet.css
268+
_doc/sphinxdoc/source/_static/style_notebook_snippet.css
269269
dist
270270
_doc/sphinxdoc/source/pandas_streaming
271271
_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/pandas_streaming/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true
2+
.. image:: https://github.com/sdpython/pandas_streaming/blob/master/_doc/sphinxdoc/source/_static/project_ico.png?raw=true
33
:target: https://github.com/sdpython/pandas_streaming/
44

55
.. _l-README:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<a href="{{ pathto('',1) }}/genindex.html">Index</a>
2+
<a href="{{ pathto('',1) }}/py-modindex.html">Module</a>
3+
<h3><a href="{{ pathto('',1) }}/blog/main_0000.html">Blog</a></h3>
4+
<a href="{{ pathto('',1) }}/blog/2017/2017-09-21_first_day.html">2017-09-17 - Why pandas_streaming?</a>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)