-
Notifications
You must be signed in to change notification settings - Fork 5
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
update index page #31
Conversation
docs/src/index.md
Outdated
@@ -29,7 +29,8 @@ DeviceModel( | |||
) | |||
``` | |||
|
|||
Each formulation can have different implementations for these attributes and the details can be found in the Formulation Library section in the documentation. | |||
!!! tip | |||
Each formulation can have different implementations for attributes. Carefully review the formulation library pages to understand how to configure the storage model according to your requirements |
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.
[JuliaFormatter] reported by reviewdog 🐶
Each formulation can have different implementations for attributes. Carefully review the formulation library pages to understand how to configure the storage model according to your requirements | |
Each formulation can have different implementations for attributes. Carefully review the formulation library pages to understand how to configure the storage model according to your requirements |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
=======================================
Coverage 31.54% 31.54%
=======================================
Files 9 9
Lines 932 932
=======================================
Hits 294 294
Misses 638 638
Flags with carried forward coverage won't be shown. Click here to find out more.
|
docs/src/index.md
Outdated
@@ -29,7 +29,9 @@ DeviceModel( | |||
) | |||
``` | |||
|
|||
Each formulation can have different implementations for these attributes and the details can be found in the Formulation Library section in the documentation. | |||
!!! tip | |||
|
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.
[JuliaFormatter] reported by reviewdog 🐶
@jd-lara Here are the docstrings needed in
These constraints are not exported and also don't have docstrings. They don't show up in either the public or internal API. Should they be exported?
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Or these could be addressed as part of Anna's re-organization @annacasavant, in order to focus this on just getting running again |
@jd-lara @rodrigomha @rafamonvar What's the status on getting these docstrings filled out? If you don't have availability, could of you share the Latex file with @annacasavant to finish this PR? Thanks! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Just rebased with main. Documentation is compiling correctly locally using PowerSimulations main. We need to get a release for PowerSimulations that can use the new version of storage. |
More documentation updates