mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Cosmetic doc improvements
* AUTHORS: indicate that the Logo is by Diana Fong * docs/index.py: modify to also index subprojects pages Daniel
This commit is contained in:
@@ -1027,7 +1027,9 @@ def analyzeHTML(doc, resource):
|
||||
|
||||
def analyzeHTMLPages():
|
||||
ret = 0
|
||||
HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html")
|
||||
HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html") + \
|
||||
glob.glob("CIM/*.html") + glob.glob("ocaml/*.html") + \
|
||||
glob.glob("ruby/*.html")
|
||||
for html in HTMLfiles:
|
||||
if html[0:3] == "API":
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user