Amended plugin list script for moved file.
This commit is contained in:
parent
d171a3f52d
commit
64107be443
|
@ -58,5 +58,3 @@ pytest development environment
|
|||
:maxdepth: 1
|
||||
|
||||
bash-completion
|
||||
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ def iter_plugins():
|
|||
def main():
|
||||
plugins = list(iter_plugins())
|
||||
plugin_table = tabulate.tabulate(plugins, headers="keys", tablefmt="rst")
|
||||
plugin_list = pathlib.Path("doc", "en", "plugin_list.rst")
|
||||
plugin_list = pathlib.Path("doc", "en", "reference", "plugin_list.rst")
|
||||
with plugin_list.open("w") as f:
|
||||
f.write(FILE_HEAD)
|
||||
f.write(f"This list contains {len(plugins)} plugins.\n\n")
|
||||
|
|
Loading…
Reference in New Issue