You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`update_docs.py`](.github/update_docs.py)| Update all auto-generated docs in the given root. Calls into [`spacy project document`](https://spacy.io/api/cli#project-document) and only replaces the auto-generated sections, not any custom content before or after. |
68
-
|[`update_category_docs.py`](.github/update_category_docs.py)| Update the auto-generated `README.md` in the category directories listing the available project templates. |
69
-
|[`update_configs.py`](.github/update_configs.py)| Update and auto-fill all `config.cfg` files included in the repo, similar to [`spacy init fill-config`](https://spacy.io/api/cli#init-fill-config). Can be used to keep the configs up to date with changes in spaCy. |
|[`update_docs.py`](.github/update_docs.py)| Update all auto-generated docs in the given root. Calls into [`spacy project document`](https://spacy.io/api/cli#project-document) and only replaces the auto-generated sections, not any custom content before or after. |
70
+
|[`update_category_docs.py`](.github/update_category_docs.py)| Update the auto-generated `README.md` in the category directories listing the available project templates. |
71
+
|[`update_configs.py`](.github/update_configs.py)| Update and auto-fill all `config.cfg` files included in the repo, similar to [`spacy init fill-config`](https://spacy.io/api/cli#init-fill-config). Can be used to keep the configs up to date with changes in spaCy. |
70
72
|[`update_projects_jsonl.py`](.github/update_projects_jsonl.py)| Update `projects.jsonl` file in the given root. Should be used at the root level of the repo. |
0 commit comments