-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from dangunter/docs_rework1
Rework UI docs
- Loading branch information
Showing
62 changed files
with
6,903 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
README for IDAES-UI docs | ||
========================= | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Collaborating institutions | ||
|
||
IDAES is a collaboration between several national laboratories and universities: | ||
|
||
## National Laboratories | ||
|
||
![NETL](/static/institution_logos/netl.png){w=200px} | ||
![LBNL](/static/institution_logos/lbnl.jpg){w=200px} | ||
![SNL](/static/institution_logos/snl.png){w=200px} | ||
|
||
## Universities | ||
|
||
![CMU](/static/institution_logos/cmu.png){w=200px} | ||
![UND](/static/institution_logos/und.png){w=200px} | ||
![WVU](/static/institution_logos/wvu.png){w=200px} | ||
![GATech](/static/institution_logos/gatech.png){w=200px} | ||
|
||
## Sponsor | ||
|
||
This work was sponsored by the Department of Energy, Fossil Energy and Carbon Management | ||
|
||
![DOE logo](/static/institution_logos/doe.jpg){w=400px} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contacts and Links | ||
|
||
The IDAES UIs are part of the IDAES Integrated Platform, so links and contacts for that platform are all relevant to the UI: | ||
|
||
**Q&A** | ||
* Main IDAES support mailing list: [[email protected]](mailto:[email protected]) | ||
* [IDAES project web page](https://idaes.org/) | ||
* [GitHub Discussion page](https://github.com/IDAES/idaes-pse/discussions) | ||
* [UI-specific discussions on GitHub](https://github.com/IDAES/idaes-pse/discussions/1367) | ||
|
||
**Documentation** | ||
* [IDAES main documentation](https://idaes-pse.readthedocs.io/en/stable/) | ||
* [IDAES UI documentation](https://idaes-ui.readthedocs.io/) (includes this page) | ||
|
||
**GitHub repositories** | ||
* [IDAES-UI](https://github.com/IDAES/idaes-ui) - User interfaces | ||
* [IDAES-PSE](https://github.com/IDAES/idaes-pse) - Modeling libraries, core and apps | ||
* [Examples](https://github.com/IDAES/examples) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(developer-documentation)= | ||
# Developer Documentation | ||
|
||
```{toctree} | ||
--- | ||
hidden: true | ||
--- | ||
install | ||
fv | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
# IDAES User Interface Documentation | ||
|
||
This documentation describes user interfaces (UIs) for the | ||
<a href="https://idaes.org" target="_blank">Institute for Design of Advanced Energy Systems (IDAES)</a> | ||
Integrated Platform, which are distributed through the [idaes-pse](https://pypi.org/project/idaes-pse/) | ||
package on PyPI. | ||
Institute for Design of Advanced Energy Systems (IDAES) | ||
Integrated Platform. | ||
|
||
This documentation is divided into two main sections: | ||
|
||
[User Documentation](#user-documentation) | ||
: For those who wish to use the UIs, including IDAES and other model developers who are using, e.g., the {{ vistitle }} UI for debugging. | ||
|
||
[Developer Documentation](#developer-documentation) | ||
: For those who wish to change, add to, or extend the IDAES UIs by changing the UI code itself. | ||
|
||
```{toctree} | ||
--- | ||
maxdepth: 1 | ||
hidden: true | ||
--- | ||
install.md | ||
fv.md | ||
design.md | ||
user/index | ||
developer/index | ||
collab | ||
contacts | ||
``` | ||
|
||
<img src="_static/fv/fv-basic-flow.png" width="75%"></img> | ||
|
||
*Diagram showing the basic workflow for model developers using the IDAES visualization tools* | ||
|
||
Links and contact information for both users and developers are on the [Contacts](#contacts) page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[pytest] | ||
minversion = 8.0 | ||
addopts = -q --disable-warnings --strict | ||
testpaths = | ||
tests | ||
markers = | ||
unit | ||
screenshot |
Oops, something went wrong.