Skip to content

Commit 58ab70e

Browse files
committed
moved files relative to conf.py
changed PyCSEP -> pyCSEP
1 parent 3b33e03 commit 58ab70e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

docs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ help:
1515
livehtml:
1616
sphinx-autobuild -b html $(SOURCEDIR) $(ALLSPHINXOPTS) $(BUILDDIR)/html
1717

18+
clean:
19+
rm -rf $(BUILDDIR)/*
20+
rm -rf auto_examples/
21+
1822
.PHONY: help Makefile
1923

2024
# Catch-all target: route all unknown targets to Sphinx using the new
File renamed without changes.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
# Add any paths that contain custom static files (such as style sheets) here,
140140
# relative to this directory. They are copied after the builtin static files,
141141
# so a file named "default.css" will overwrite the builtin "default.css".
142-
# html_static_path = ["_static"]
142+
html_static_path = ["_static"]
143143

144144
# These paths are either relative to html_static_path
145145
# or fully qualified paths (eg. https://...)

docs/getting_started/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Installing PyCSEP
1+
Installing pyCSEP
22
=================
33

44
We are working on a ``conda-forge`` recipe and PyPI distribution.

0 commit comments

Comments
 (0)