Skip to content

Commit

Permalink
Changed master branch name to main in all files (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler authored Mar 16, 2022
1 parent 459aa24 commit cd6366f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openconcept.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/features/openmdao/openmdao_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ While the utility has many uses (see the OpenMDAO docs), every user should make

Putting it all Together
-----------------------
The ``examples/TBM850.py`` `script <https://github.com/mdolab/openconcept/blob/master/examples/TBM850.py>`_ models a single-engine turboprop aircraft and uses all of the elements mentioned on this page in an OpenConcept context.
The ``examples/TBM850.py`` `script <https://github.com/mdolab/openconcept/blob/main/examples/TBM850.py>`_ models a single-engine turboprop aircraft and uses all of the elements mentioned on this page in an OpenConcept context.



Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Author: Benjamin J. Brelje and Eytan J. Adler

[![Build](https://github.com/mdolab/openconcept/workflows/Build/badge.svg?branch=master)](https://github.com/mdolab/openconcept/actions?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/mdolab/openconcept/branch/master/graph/badge.svg?token=RR8CN3IOSL)](https://codecov.io/gh/mdolab/openconcept)
[![Build](https://github.com/mdolab/openconcept/workflows/Build/badge.svg?branch=main)](https://github.com/mdolab/openconcept/actions?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/mdolab/openconcept/branch/main/graph/badge.svg?token=RR8CN3IOSL)](https://codecov.io/gh/mdolab/openconcept)
[![Documentation](https://readthedocs.com/projects/mdolab-openconcept/badge/?version=latest)](https://mdolab-openconcept.readthedocs-hosted.com/en/latest/?badge=latest)

OpenConcept is a new toolkit for the conceptual design of aircraft. OpenConcept was developed in order to model and optimize aircraft with electric propulsion at low computational cost. The tools are built on top of NASA Glenn's [OpenMDAO](http://openmdao.org/) framework, which in turn is written in Python.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
],
extras_require = {
'testing': ["pytest", "pytest-cov", "coverage",
"openaerostruct @ git+https://github.com/mdolab/OpenAeroStruct.git@master"],
"openaerostruct @ git+https://github.com/mdolab/OpenAeroStruct.git@main"],
'docs': ["sphinx_mdolab_theme",
"openaerostruct @ git+https://github.com/mdolab/OpenAeroStruct.git@master"],
"openaerostruct @ git+https://github.com/mdolab/OpenAeroStruct.git@main"],
'plot': ["matplotlib"]
},
)

0 comments on commit cd6366f

Please sign in to comment.