forked from WEC-Sim/WEC-Sim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update master to main (WEC-Sim#1235) * Rename incorrect main_doc option to root_doc (WEC-Sim#1241) --------- Co-authored-by: Adam Keester <[email protected]>
- Loading branch information
Showing
26 changed files
with
52,158 additions
and
88,665 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Trigger repository dispatch event | |
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
- dev | ||
jobs: | ||
dispatch: | ||
|
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
8 changes: 4 additions & 4 deletions
8
.github/workflows/run-tests-master.yml → .github/workflows/run-tests-main.yml
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Refer to [WEC-Sim documentation](http://wec-sim.github.io/WEC-Sim) for more information. | ||
[![DOI](https://zenodo.org/badge/20451353.svg)](https://zenodo.org/badge/latestdoi/20451353) | ||
[![Documentation](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/docs.yml/badge.svg)](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/docs.yml) | ||
[![Run MATLAB tests on master branch](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/run-tests-master.yml/badge.svg?branch=master)](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/run-tests-master.yml) | ||
[![Run MATLAB tests on main branch](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/run-tests-main.yml/badge.svg?branch=main)](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/run-tests-main.yml) | ||
[![Run MATLAB tests on dev branch](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/run-tests-dev.yml/badge.svg?branch=dev)](https://github.com/WEC-Sim/WEC-Sim/actions/workflows/run-tests-dev.yml) | ||
|
||
## WEC-Sim Repository | ||
|
||
* **Docs**: [WEC-Sim documentation](http://wec-sim.github.io/WEC-Sim), to refer to [doc compile instructions](https://github.com/WEC-Sim/WEC-Sim/tree/master/docs) | ||
* **Docs**: [WEC-Sim documentation](http://wec-sim.github.io/WEC-Sim), to refer to [doc compile instructions](https://github.com/WEC-Sim/WEC-Sim/tree/main/docs) | ||
* **Examples**: WEC-Sim examples | ||
* **Source**: WEC-Sim source code | ||
* **Tests**: WEC-Sim tests for [MATLAB Continuous Integration](https://www.mathworks.com/solutions/continuous-integration.html) | ||
* **Tutorials**: [WEC-Sim tutorials](http://wec-sim.github.io/WEC-Sim/master/user/tutorials.html) | ||
* **Tutorials**: [WEC-Sim tutorials](http://wec-sim.github.io/WEC-Sim/main/user/tutorials.html) | ||
|
||
Refer to the [WEC-Sim Applications](https://github.com/WEC-Sim/WEC-Sim_Applications) repository for more applications of WEC-Sim. | ||
|
||
## Source Code Management | ||
|
||
A stable version of WEC-Sim is maintained on WEC-Sim's [master branch](https://github.com/WEC-Sim/WEC-Sim), and WEC-Sim [releases](https://github.com/WEC-Sim/WEC-Sim/releases) are tagged on GitHub. | ||
A stable version of WEC-Sim is maintained on WEC-Sim's [main branch](https://github.com/WEC-Sim/WEC-Sim), and WEC-Sim [releases](https://github.com/WEC-Sim/WEC-Sim/releases) are tagged on GitHub. | ||
WEC-Sim development is performed on WEC-Sim's [dev branch](https://github.com/WEC-Sim/WEC-Sim/tree/dev) using a [forking workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow). | ||
New WEC-Sim features are developed on forks of the WEC-Sim repository, and [pull-requests](https://github.com/WEC-Sim/WEC-Sim/pulls) are submitted to merge new features from a development fork into the main WEC-Sim repository. | ||
Pull requests for new WEC-Sim features should be submitted to the WEC-Sim dev branch. | ||
The only exception to this workflow is for bug fixes; pull requests for bug fixes should be should submitted to the WEC-Sim master branch. | ||
When a new version of WEC-Sim is released, the dev branch becomes the master branch, and all updates are included in the tagged release. | ||
The only exception to this workflow is for bug fixes; pull requests for bug fixes should be should submitted to the WEC-Sim main branch. | ||
When a new version of WEC-Sim is released, the dev branch becomes the main branch, and all updates are included in the tagged release. | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# WEC-Sim Documentation | ||
|
||
This branch is auto-generated by TravisCI upon pushes to the master or | ||
dev branches. See the README.md file in the master branch for instructions | ||
This branch is auto-generated by GitHub Actions upon pushes to the main or | ||
dev branches. See the README.md file in the main branch for instructions | ||
regarding building the docs locally. |
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,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Redirecting to master branch</title> | ||
<title>Redirecting to main branch</title> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=./master/index.html"> | ||
<meta http-equiv="refresh" content="0; url=/WEC-Sim/main/index.html"> | ||
<meta name="description" content="WEC-Sim is a versatile open-source simulation platform for wave energy converter devices. Simulate, design, and optimize your wave energy systems with WEC-Sim to harness clean and renewable energy from ocean waves." | ||
<link rel="canonical" href="https://wec-sim.github.io/WEC-Sim/master/index.html"> | ||
<link rel="canonical" href="https://wec-sim.github.io/WEC-Sim/main/index.html"> | ||
</head> | ||
</html> |
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
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
Oops, something went wrong.