-
Notifications
You must be signed in to change notification settings - Fork 1
Documentation #74
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
base: prototype-2
Are you sure you want to change the base?
Documentation #74
Conversation
|
Suggestion for citing: file content for CITATIONS.cff Content for remaining docs can be adjusted to follow |
euronion
left a comment
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.
Looks good!
What I'm missing is a run down on how to use everything in combination for some simple data that should be processed and an example on how to use the pre-processed DEA data.
docs/user_guide/datapackage.md
Outdated
| from technologydata.datapackage import DataPackage | ||
| from technologydata.technology_collection import TechnologyCollection | ||
| from technologydata.source_collection import SourceCollection | ||
|
|
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.
Can't we directly import them everywhere like this to make it simpler and less intimidating?
| from technologydata.datapackage import DataPackage | |
| from technologydata.technology_collection import TechnologyCollection | |
| from technologydata.source_collection import SourceCollection | |
| from technologydata import DataPackage, TechnologyCollection, SourceCollection |
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.
Apologies but I do not understand. This is how the import should be done. I am not sure whether
from technologydata import DataPackage, TechnologyCollection, SourceCollection would actually work.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
euronion
left a comment
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.
- Add content to landing page "Home"
- Update installation instructions after #80
- API reference doesn't seem to be included for me? Instead, the old API reference is still in each subpage -> preferably move this to a dedicated API section, like https://docs.pypsa.org/latest/api/networks/network/
Closes # (if applicable).
This pull request addresses issue #65.
Changes proposed in this Pull Request
Checklist
doc.environment.yaml(if applicable).doc/release_notes.rstof the upcoming release is included.