Răsfoiți Sursa

update search index

Falko Schindler 1 an în urmă
părinte
comite
bde65e03af
2 a modificat fișierele cu 2 adăugiri și 194 ștergeri
  1. 1 2
      website/build_search_index.py
  2. 1 192
      website/static/search_index.json

+ 1 - 2
website/build_search_index.py

@@ -153,8 +153,7 @@ documents = []
 tree = ast.parse(Path('../main.py').read_text())
 MainVisitor().visit(tree)
 
-generate_for(Path('./documentation.py'))
-for file in Path('./more_documentation').glob('*.py'):
+for file in Path('./documentation/more').glob('*.py'):
     generate_for(file, file.stem.removesuffix('_documentation'))
 
 with open('static/search_index.json', 'w') as f:

Fișier diff suprimat deoarece este prea mare
+ 1 - 192
website/static/search_index.json


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff