diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 336ac13d..5e2f6a3d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - master + - main jobs: deploy: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d02d55ba..bc1fce17 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,6 @@ # This workflow will triage pull requests and apply a label based on the # paths that are modified in the pull request. -# See: https://github.com/actions/labeler/blob/master/README.md +# See: https://github.com/actions/labeler/blob/main/README.md name: Labeler on: [pull_request] diff --git a/README.md b/README.md index 38746951..76027433 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- T3 + T3

# The Tandem Tool (T3) for automated kinetic model generation and refinement @@ -7,7 +7,7 @@ ![Release](https://img.shields.io/badge/version-0.1.0-blue.svg) ![Build Status](https://github.com/ReactionMechanismGenerator/T3/actions/workflows/cont_int.yml/badge.svg) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ReactionMechanismGenerator/T3.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ReactionMechanismGenerator/T3/context:python) -[![codecov](https://codecov.io/gh/ReactionMechanismGenerator/T3/branch/master/graph/badge.svg)](https://codecov.io/gh/ReactionMechanismGenerator/T3) +[![codecov](https://codecov.io/gh/ReactionMechanismGenerator/T3/branch/main/graph/badge.svg)](https://codecov.io/gh/ReactionMechanismGenerator/T3) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) ![python](https://img.shields.io/badge/Python-3.7+-blue.svg) diff --git a/codecov.yml b/codecov.yml index 9af03cbd..b0e09944 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,4 +13,4 @@ coverage: comment: layout: "reach, diff, flags, files" require_changes: false - branches: master + branches: main diff --git a/docs/contribute.md b/docs/contribute.md index ce737cb7..72722cec 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -8,7 +8,7 @@ Please see the contributor guidelines on T3's GitHub page, as well as the - + Code of Conduct. It is recommended to first open an issue on GitHub, diff --git a/docs/index.md b/docs/index.md index 93c6410e..03cd9b1a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ Language grade: Python - Coverage + Coverage MIT license diff --git a/docs/installation.md b/docs/installation.md index 43eb9d9c..301bfc40 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -103,6 +103,6 @@ execute the following commands (make sure to change ```~/Path/to/T3/``` accordin cd ~/Path/to/T3/ git fetch origin - git pull origin master + git pull origin main -The above will update your **master** branch of T3. +The above will update your **main** branch of T3. diff --git a/docs/running.md b/docs/running.md index ea54eee4..8216cc7c 100644 --- a/docs/running.md +++ b/docs/running.md @@ -79,7 +79,7 @@ A few RMG arguments have different names altogether in T3. These arguments are: !!! Note Some of the RMG default values have been changed in T3, see the - + schema for details. @@ -93,9 +93,9 @@ T3 has several types of reference guides: - The [tutorials](tutorials/1_no_qm.md) are a great place to start with, and provide an excellent basic reference guide. In T3's tutorials you can find complete, functioning, and worked-out examples with explanations. -- The +- The commented input file in T3's examples shows all available input arguments along with a brief explanation. -- A +- A pydentic schema is used to validate the input file, and could also be used as a reference for the various allowed arguments. diff --git a/t3/logger.py b/t3/logger.py index bd6eca17..2025bd1f 100644 --- a/t3/logger.py +++ b/t3/logger.py @@ -137,7 +137,7 @@ def log_header(self): self.log(f'The current git HEAD for T3 is:\n' f' {head}\n {date}', level='always') - if branch_name and branch_name != 'master': + if branch_name and branch_name != 'main': self.log(f' (running on the {branch_name} branch)\n', level='always') else: