Skip to content

update links to buildingsync website #371

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

Merged
merged 1 commit into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ a new pull request with the additions.
and the [project website](https://buildingsync.net/).
* [BuildingSync Examples](examples) - These examples are kept up to date and show a wide range of implementations. Any
new update to BuildingSync is required to pass validation on these example files.
* [BuildingSync Use Case Selection Tool](https://selectiontool.buildingsync.net/) allows for users to determine
* [BuildingSync Use Case Validator](https://buildingsync.net/validation) allows for users to determine
if their instance complies with a specific use case for BuildingSync by checking if the required elements are
implemented in an uploaded instance. The Selection Tools provides an API for automated integration into
implemented in an uploaded instance. An API is also provided for automated integration into
other tools. Also, the website contains an easy way to view the entirety of the schema and how elements relate to
the [Building Exchange Data Exchange Specification](https://bedes.lbl.gov/). The Selection Tool is open sourced
the [Building Exchange Data Exchange Specification](https://bedes.lbl.gov/). The Validator is open sourced
[here](https://github.com/BuildingSync/selection-tool)
* [Use Case TestSuite](https://pypi.org/project/testsuite/) provides a Python package for easier generation of BuildingSync use cases. BuildingSync use cases depend on the generation of schematron documents, which is time-consuming and difficult to implement well. The TestSuite allows users to define a use case using a more palatable CSV template, which it then turns into a Schematron document. The source code is available [here](https://github.com/BuildingSync/TestSuite).
* [BuildingSync to OpenStudio/EnergyPlus](https://rubygems.org/gems/buildingsync). The translator is open sourced
Expand Down
2 changes: 1 addition & 1 deletion docs/release_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This should trigger a GitHub workflow for building and publishing the release. I

### Update BuildingSync Website

At this point the GitHub action for publishing the release should be finished. Now we need to update the docs/data in [this repo](https://github.com/BuildingSync/website]). Check out the repo and make a new branch.
At this point the GitHub action for publishing the release should be finished. Now we need to update the docs/data in [this repo](https://github.com/BuildingSync/selection-tool). Check out the repo and make a new branch.

* Copy `index.html` from the release into `schema/vX.Y.Z/documentation/index.html`.
* Copy `enumerations.json` from the release into file into a new `_data/vXXX` folder in the website folder. Note that the folder cannot contain a dot.
Expand Down