Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 37b7c55

Browse files
committed
documentation
1 parent 2f9c48d commit 37b7c55

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.gitignore

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ version.txt
242242
*/sphinxdoc/source/all*.rst
243243
*/sphinxdoc/source/notebooks/reveal.js/*
244244
_doc/sphinxdoc/source/examples/*
245-
_doc/sphinxdoc/source/phdoc_static/*.css
246-
_doc/sphinxdoc/source/phdoc_static/*.html
247-
_doc/sphinxdoc/source/phdoc_static2/*.css
248-
_doc/sphinxdoc/source/phdoc_static3/*.css
245+
_doc/sphinxdoc/source/_static/*.css
246+
_doc/sphinxdoc/source/_static/*.html
247+
_doc/sphinxdoc/source/_static2/*.css
248+
_doc/sphinxdoc/source/_static3/*.css
249249
_doc/sphinxdoc/source/gallery/*
250250
!*/sphinxdoc/source/notebooks/_gs*
251251
*/notebooks/*.zip
@@ -329,17 +329,17 @@ _doc/sphinxdoc/source/blog/rss.xml
329329
_doc/sphinxdoc/source/phdoc_templates/*.html
330330
_doc/sphinxdoc/source/blog/feed-icon*.png
331331
_doc/notebooks/td2a/graph.html
332-
_doc/sphinxdoc/source/phdoc_static/moduletoc.html
333-
_doc/sphinxdoc/source/phdoc_static/blogtoc.html
334-
_doc/sphinxdoc/source/phdoc_static2/moduletoc.html
335-
_doc/sphinxdoc/source/phdoc_static2/blogtoc.html
336-
_doc/sphinxdoc/source/phdoc_static3/moduletoc.html
337-
_doc/sphinxdoc/source/phdoc_static3/blogtoc.html
332+
_doc/sphinxdoc/source/_static/moduletoc.html
333+
_doc/sphinxdoc/source/_static/blogtoc.html
334+
_doc/sphinxdoc/source/_static2/moduletoc.html
335+
_doc/sphinxdoc/source/_static2/blogtoc.html
336+
_doc/sphinxdoc/source/_static3/moduletoc.html
337+
_doc/sphinxdoc/source/_static3/blogtoc.html
338338
_doc/notebooks/*/.ipynb_checkpoints/*
339339
_doc/notebooks/.ipynb_checkpoints/*
340-
_doc/sphinxdoc/source/phdoc_static/reveal.js/*
341-
_doc/sphinxdoc/source/phdoc_static2/reveal.js/*
342-
_doc/sphinxdoc/source/phdoc_static3/reveal.js/*
340+
_doc/sphinxdoc/source/_static/reveal.js/*
341+
_doc/sphinxdoc/source/_static2/reveal.js/*
342+
_doc/sphinxdoc/source/_static3/reveal.js/*
343343
auto_*.bat
344344
auto_*.py
345345
auto_*.xml
@@ -365,12 +365,12 @@ _doc/notebooks/td3a/reservoir_sample_code.temp.py
365365
_doc/notebooks/log
366366
log
367367
_doc/notebooks/td1a/GEOFLA_2-1_DEPARTEMENT_SHP_LAMB93_FXX_2015-12-01.7z
368-
_doc/sphinxdoc/source/phdoc_static/require.js
369-
_doc/sphinxdoc/source/phdoc_static2/require.js
370-
_doc/sphinxdoc/source/phdoc_static3/require.js
371-
_doc/sphinxdoc/source/phdoc_static/searchbox.html
372-
_doc/sphinxdoc/source/phdoc_static2/searchbox.html
373-
_doc/sphinxdoc/source/phdoc_static3/searchbox.html
368+
_doc/sphinxdoc/source/_static/require.js
369+
_doc/sphinxdoc/source/_static2/require.js
370+
_doc/sphinxdoc/source/_static3/require.js
371+
_doc/sphinxdoc/source/_static/searchbox.html
372+
_doc/sphinxdoc/source/_static2/searchbox.html
373+
_doc/sphinxdoc/source/_static3/searchbox.html
374374
_unittests/ut_faq/chromedriver.exe
375375
_unittests/ut_faq/chromedriver_win32.zip
376376
enumerate_send_email_debug.html
@@ -417,9 +417,9 @@ _doc/notebooks/td3a_spark/*.parquet
417417
_doc/notebooks/td3a_spark/target/**
418418
_doc/notebooks/td3a_spark/rnd1*
419419
_doc/notebooks/td3a_spark/rnd2*
420-
_doc/sphinxdoc/source/phdoc_static/searchbox.html
421-
_doc/sphinxdoc/source/phdoc_static2/searchbox.html
422-
_doc/sphinxdoc/source/phdoc_static3/searchbox.html
420+
_doc/sphinxdoc/source/_static/searchbox.html
421+
_doc/sphinxdoc/source/_static2/searchbox.html
422+
_doc/sphinxdoc/source/_static3/searchbox.html
423423
_doc/notebooks/td2a/ensae_*.txt
424424
_doc/notebooks/competitions/2016/ensae_*.txt
425425
_doc/notebooks/competitions/2016/ensae_*.zip

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/ensae_teaching_cs/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true
2+
.. image:: https://github.com/sdpython/ensae_teaching_cs/blob/master/_doc/sphinxdoc/source/_static/project_ico.png?raw=true
33
:target: https://github.com/sdpython/ensae_teaching_cs/
44

55
.. _l-README:

0 commit comments

Comments
 (0)