Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Develop add resources docs #767

Merged
merged 3 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/Developers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Software developers and engineers are welcome to contribute to HiPAS GridLAB-D. The source code to HiPAS is available to the public through the [GitHub SLAC Gismo GridLAB-D project](https://github.com/slacgismo/gridlabd).

## Developer Resources

- [Source code](https://github.com/slacgismo/gridlabd)
- [Issues](https://github.com/slacgismo/gridlabd/issues)
- [Pull requests](https://github.com/slacgismo/gridlabd/pulls)
- [Projects](https://github.com/slacgismo/gridlabd/projects)
- [Wiki](https://github.com/slacgismo/gridlabd)
- [Team Discussions](https://github.com/slacgismo/teams/gridlab-d/discussions)

Developers should consult the [[/Developer/README]] for information about modifying and contributing to HiPAS GridLAB-D.

# Installing HiPAS GridLAB-D from source code
Expand Down
25 changes: 25 additions & 0 deletions docs/Resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
The following resources are available to GridLAB-D users.

## [Models](https://github.com/slacgismo/gridlabd-models)

This GitHub project contains numerous models used in the development, testing, and teaching of GridLAB-D. These models can also serve as examples of how to do some more exotic things using GridLAB-D.

## [Templates](https://github.com/slacgismo/gridlabd-templates)

This GitHub project contains GLM templates that can be configured using CSV inputs to perform specific analyses on models. See [[/Subcommand/Template]] for details.

## [Converters](https://github.com/slacgismo/gridlabd-converters)

This GitHub project contains converters that GridLAB-D uses to accept inputs or generate outputs of various formats. See [[/Converters/README]] for details.

## [Weather](https://github.com/slacgismo/gridlabd-weather)

This GitHub project contains weather data that can be accessed using the `weather` subcommand. See [[/Subcommand/Weather]] for details.

## [Library](https://github.com/slacgismo/gridlabd-library)

This GitHub project contains libraries of GLM object that can be used in GridLAB-D models. See [[/Subcommand/Library]] for details.

## [Examples](https://github.com/slacgismo/gridlabd-examples)

This GitHub project contains example GLM files that illustrate various ways of using GridLAB-D.
2 changes: 1 addition & 1 deletion docs/_header.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# [HiPAS GridLAB-D 4.2](http://www.gridlabd.us/) User Documentation
## ((Home)) ((Features)) ((Getting Started)) ((Documentation)) ((Developers)) ((Sponsors)) ((About Us)) ((News))
## ((Home)) ((Features)) ((Getting Started)) ((Documentation)) ((Resources)) ((Developers)) ((Sponsors)) ((About Us)) ((News))