Skip to content

Commit 64107be

Browse files
committed
Amended plugin list script for moved file.
1 parent d171a3f commit 64107be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/en/how-to/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ pytest development environment
5858
:maxdepth: 1
5959

6060
bash-completion
61-
62-

scripts/update-plugin-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def iter_plugins():
7474
def main():
7575
plugins = list(iter_plugins())
7676
plugin_table = tabulate.tabulate(plugins, headers="keys", tablefmt="rst")
77-
plugin_list = pathlib.Path("doc", "en", "plugin_list.rst")
77+
plugin_list = pathlib.Path("doc", "en", "reference", "plugin_list.rst")
7878
with plugin_list.open("w") as f:
7979
f.write(FILE_HEAD)
8080
f.write(f"This list contains {len(plugins)} plugins.\n\n")

0 commit comments

Comments
 (0)