domthom21 / eurocodedesign

Typed python framework for eurocode calculations
https://eurocodedesign.readthedocs.io/
Mozilla Public License 2.0
5 stars 1 forks source link

[ENH] Update and Improve Documentation #27

Open nc-hsu opened 1 year ago

nc-hsu commented 1 year ago

Is your feature request related to a problem? Please describe. Yes. Not enough documentation

Describe the solution you'd like Documentation outlining the following:

domthom21 commented 1 year ago

Order of imports according to pep 8 should be: https://peps.python.org/pep-0008/#imports

  1. Standard library imports.
  2. Related third party imports.
  3. Local application/library specific imports.

Import groups should be separated by one blank line