From 8d8e2b66d54d7bca15d33c8d8c2d24370be8d960 Mon Sep 17 00:00:00 2001 From: mmatera Date: Tue, 19 Mar 2024 10:49:08 -0300 Subject: [PATCH] removing unused lines --- mathics/doc/gather.py | 1 - mathics/doc/structure.py | 5 ----- 2 files changed, 6 deletions(-) diff --git a/mathics/doc/gather.py b/mathics/doc/gather.py index 57bff8bdd..666148d48 100644 --- a/mathics/doc/gather.py +++ b/mathics/doc/gather.py @@ -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 diff --git a/mathics/doc/structure.py b/mathics/doc/structure.py index 6c137ece3..db8366154 100644 --- a/mathics/doc/structure.py +++ b/mathics/doc/structure.py @@ -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