Skip to content

Commit 8c5c7b0

Browse files
committed
Fix link and remove screenshot autogeneration readme from main docs
1 parent 0050305 commit 8c5c7b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/_scripts/generate_screenshots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use these scripts, follow these steps:
1515
```bash
1616
pip install pyautogui pynput
1717
```
18-
2. **Install napari**: You probably want to have a [development installation of napari](hhttps://napari.org/stable/developers/contributing/dev_install.html).
18+
2. **Install napari**: You probably want to have a [development installation of napari](https://napari.org/stable/developers/contributing/dev_install.html).
1919
3. **Record Interactions**: Use the `record_interactions.py` script to record your interactions with napari. This will
2020
a. Open a napari window,
2121
b. Record mouse and keyboard actions,

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
"plugins/building_a_plugin/_layer_data_guide.md",
237237
"gallery/index.rst",
238238
"_scripts/README.md",
239+
"_scripts/generate_screenshots/README.md",
239240
]
240241

241242
# -- Versions and switcher -------------------------------------------------

0 commit comments

Comments
 (0)