Skip to content

Commit

Permalink
README: rename doc.py to func.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SalahDin Ahmed authored May 9, 2022
1 parent 75d2560 commit ce32bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ parts of SymPy and NumPy code were written more

As mentioned above, the goals of the code are minimalism, functionality,
extensibility, and customizability. The program is divided into 3
separate files: `gui.py` for all of the UI elements, `doc.py` for all
separate files: `gui.py` for all of the UI elements, `func.py` for all
the operations on documents, and `main.py` for the main program and
linking of the two. This was to ease the switching of undesired modules
and separate development based on the working context.

`doc.py` was mainly structured as one class (`MathDoc`) with multiple methods for
`func.py` was mainly structured as one class (`MathDoc`) with multiple methods for
document manipulation (e.g. `Inte`, `Diff`, etc). The class is
instantiated and used in `main.py` in the `__name__ == "__main__"` if
statement after the imports outside the conditional; on every button
Expand Down

0 comments on commit ce32bb8

Please sign in to comment.