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:
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>

_doc/sphinxdoc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))
99

1010
local_template = os.path.join(os.path.abspath(
11-
os.path.dirname(__file__)), "phdoc_templates")
11+
os.path.dirname(__file__)), "_templates")
1212

1313
set_sphinx_variables(__file__, "pandas_streaming", "Xavier Dupré", 2023,
1414
"alabaster", alabaster.get_path(),
@@ -21,7 +21,7 @@
2121

2222
html_css_files = ['my-styles.css']
2323

24-
html_logo = "phdoc_static/project_ico.png"
24+
html_logo = "_static/project_ico.png"
2525

2626
html_sidebars = {}
2727

_doc/sphinxdoc/source/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/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true
8+
.. image:: https://github.com/sdpython/pandas_streaming/blob/master/_doc/sphinxdoc/source/_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=master

0 commit comments

Comments
 (0)