diff --git a/docs/_attic/glossary_entries_list_dynamic.txt b/docs/_attic/glossary_entries_list_dynamic.txt index 163859b2..6bd154fa 100644 --- a/docs/_attic/glossary_entries_list_dynamic.txt +++ b/docs/_attic/glossary_entries_list_dynamic.txt @@ -1,4 +1,4 @@ -DO NOT EDIT THIS FILE. This file is autogenerated from _attic/glossary_generator.py, update that instead. +DO NOT EDIT THIS FILE. This file is autogenerated from glossary_generator.py, update that instead. .dockstore.yml AGC Amazon Genomics CLI diff --git a/docs/_attic/glossary_generator.py b/docs/_attic/glossary_generator.py index cca19dfc..75ddc319 100644 --- a/docs/_attic/glossary_generator.py +++ b/docs/_attic/glossary_generator.py @@ -22,5 +22,5 @@ if isinstance(glossary_object, GlossEntry): dockstore_dictionary.add_entry(glossary_object) dockstore_dictionary.sort_entries() -dockstore_dictionary.write_toc(contents_outfile, format="txt", skipSource=False, sourcefile=__file__) -dockstore_dictionary.write_glossary(glossary_outfile, sourcefile=__file__) +dockstore_dictionary.write_toc(contents_outfile, format="txt", skipSource=False, sourcefile=os.path.basename(__file__)) +dockstore_dictionary.write_glossary(glossary_outfile, sourcefile=os.path.basename(__file__)) diff --git a/docs/_static/checksum-support.html b/docs/_static/checksum-support.html index 2e686a4b..8bff37e9 100644 --- a/docs/_static/checksum-support.html +++ b/docs/_static/checksum-support.html @@ -27,20 +27,20 @@