Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor notebook generation #19

Open
5 tasks
leloykun opened this issue Mar 20, 2022 · 0 comments
Open
5 tasks

Refactor notebook generation #19

leloykun opened this issue Mar 20, 2022 · 0 comments
Assignees

Comments

@leloykun
Copy link
Contributor

leloykun commented Mar 20, 2022

Context

  • preprocess.py and build_tex are borderline unreadable for newbies

TODOs

  • Remove unused codes & constants (such as TO_HASH & all the hash-related stuff in preprocess.py
  • Convert code directory, column width, and other constants into file arguments
  • Wrap the codes into main functions and use if __name__ == "__main__"
  • Make the codes more modular. Ideally each subfunction should only be < 60 lines long
  • Document each subfunction
@leloykun leloykun self-assigned this Mar 20, 2022
@leloykun leloykun changed the title Clean up & document preprocessing.py Refactor notebook generation Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants