Skip to content

Commit 202f9f3

Browse files
committed
Fix link and remove screenshot autogeneration readme from main docs
1 parent 2a22aff commit 202f9f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
# OpenGraph configuration for link previews
212212

213213
ogp_site_url = "https://napari.org/"
214-
ogp_image = "dev/_static/opengraph_image.png"
214+
ogp_image = "dev/_static/opengraph_image.png"
215215
ogp_use_first_image = False
216216
ogp_description_length = 300
217217
ogp_type = "website"
@@ -231,6 +231,7 @@
231231
"plugins/_*.md",
232232
"plugins/building_a_plugin/_layer_data_guide.md",
233233
"gallery/index.rst",
234+
"_scripts/generate_screenshots/README.md",
234235
]
235236

236237
# -- Versions and switcher -------------------------------------------------

0 commit comments

Comments
 (0)