Skip to content

Commit 70856b1

Browse files
Fix bad readme on directory
1 parent 124fe70 commit 70856b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Template for example notebooks to include in pysindy's docs. The purpose of thi
44
To make a new example, follow the instructions on pysindy's README. Adding an
55
example begins here:
66

7-
1. Clone this repository, changing the project name and description in docs/conf.py
7+
1. Clone this repository, changing the project name and description in docs/source/conf.py
88
1. Save the notebooks in `examples`
99
1. Edit the toctree in examples/index.rst, adding each experiment notebook
1010
1. Add notebook run dependencies to examples/requirements.txt
@@ -26,4 +26,4 @@ pysindy.yml CI file.
2626
Finally, you must tell pysindy about your example. This occurs in two places:
2727
1. pysindy documentation configuration needs to know to add your documents.
2828
1. If you want to try to maintain your example across breaking pysindy changes,
29-
add your repository to the CI notification list.
29+
add your repository to the CI notification list.

0 commit comments

Comments
 (0)