-
Notifications
You must be signed in to change notification settings - Fork 2
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
Docs/354 extend general overview documentation #381
Docs/354 extend general overview documentation #381
Conversation
…al overview in technical documentation
… a git-ignored directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments/questions.
Next to that I think we need to align on:
- Setup and naming of drawio files. Proposal:
- 1 diagram per file
- add scope of and type of diagram in the name (e.g.
ra2ce_network_class
)
- Semantics of terms
package
/subpackage
/module
:- ra2ce is a package
- everything else with an init.py (e.g. network, analysis, etc) is a subpackage
- single .py-files are modules
- from a business perspective an analysis is a module, although technically it can be implemented as a subpackage or module
Note that when you export as png with the option "Include a copy of my diagram" it can be used as source as well. This is much more efficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor textual suggestions. In general I think we can replace (sub-)package
now by subpackage
, but doesn't need to be done now.
Co-authored-by: Ardt Klapwijk <59741981+ArdtK@users.noreply.github.com>
…w-documentation Docs/354 extend general overview documentation
No description provided.