Skip to content

Commit

Permalink
removing unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Mar 19, 2024
1 parent 0afb556 commit 8d8e2b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion mathics/doc/gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def gather_guides_and_sections(chapter, module, builtins_by_module):
docpath = f"/doc/{chapter.part.slug}/{chapter.slug}/"

for sub_module in submodules(module):
print(sub_module.__file__)
if skip_module_doc(sub_module):
continue

Expand Down
5 changes: 0 additions & 5 deletions mathics/doc/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
mathics3_builtins_modules,
)
from mathics.doc.doc_entries import DocumentationEntry, Tests, filter_comments

# from mathics.doc.gather import (
# gather_docs_from_files,
# gather_reference_part,
# )
from mathics.doc.utils import slugify
from mathics.eval.pymathics import pymathics_builtins_by_module, pymathics_modules

Expand Down

0 comments on commit 8d8e2b6

Please sign in to comment.