-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remind users they may need to scroll to see MBL version in compatibility matrix * remove `update_schemas` script * initial changes to text * change dependencies to use mkdocs for documentation * config file for mkdocs * ignore intermediate schema conversion files for docs site * rename sys-param schema file to be more descriptive * improve release & docs documentation * re-organize dev dependencies * new mkdocs version of documentation, removing rst * GHA workflow to deploy docs * add link to docs site at top of readme * remove sphinx docs build from CI * rename overview doc file for intuitive nav * put authors file into a markdown table * Pre-commit and format markdown (#682) * initial formatting * fix issues, general cleanup * un-indent code blocks, fix changelog header * e.g., and i.e., --------- Co-authored-by: Nicholas Long <[email protected]> Co-authored-by: Nicholas Long <[email protected]>
- Loading branch information
1 parent
af549e2
commit 090fac6
Showing
44 changed files
with
1,124 additions
and
1,621 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
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,9 @@ | ||
#### Any background context you want to provide? | ||
|
||
#### What does this PR accomplish? | ||
|
||
#### How should this be manually tested? | ||
|
||
#### What are the relevant tickets? | ||
|
||
#### Screenshots (if appropriate) |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Documentation | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- docs/** | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
environment: | ||
name: github-pages | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Configure Git Credentials | ||
run: | | ||
git config user.name github-actions[bot] | ||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.13 | ||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV | ||
- uses: actions/cache@v4 | ||
with: | ||
key: mkdocs-material-${{ env.cache_id }} | ||
path: .cache | ||
restore-keys: | | ||
mkdocs-material- | ||
- run: pip install mkdocs-material mkdocs-schema-reader mkdocstrings-python markdown-include | ||
- run: mkdocs gh-deploy --force |
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 |
---|---|---|
|
@@ -76,6 +76,9 @@ instance/ | |
docs/_build/ | ||
docs/_autosummary/ | ||
|
||
# MkDocs documentation | ||
/site | ||
|
||
# PyBuilder | ||
target/ | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"default": true, | ||
"MD013": false, | ||
"MD003": { | ||
"style": "atx" | ||
}, | ||
"MD041": false, | ||
"MD024": false | ||
} |
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,13 +1,15 @@ | ||
# Contributors | ||
|
||
- Nicholas Long, NREL - [GitHub Profile](https://github.com/nllong) | ||
- Nathan Moore, NREL - [GitHub Profile](https://github.com/vtnate) | ||
- Ted Summer, Formerly Devetry/DEPT - [GitHub Profile](https://github.com/macintoshpie) | ||
- Katherine Fleming, NREL - [GitHub Profile](https://github.com/kflemin) | ||
- Amy Allen, NREL - [GitHub Profile](https://github.com/amyeallen1) | ||
- Jiazhen Ling, NREL - [GitHub Profile](https://github.com/jiazhenling) | ||
- Tanushree Charan, NREL - [GitHub Profile](https://github.com/tanushree04) | ||
- Jing Wang, NREL / CU Boulder - [GitHub Profile](https://github.com/JingWang-CUB) | ||
- Antoine Gautier, LBNL - [GitHub Profile](https://github.com/AntoineGautier) | ||
- Hagar Elarga, NREL - [GitHub Profile](https://github.com/helarga) | ||
- Yanfei Li, NREL - [GitHub Profile](https://github.com/YanfeiNREL) | ||
| Author | Author's org | GitHub Profile | | ||
|:-----------------:|:---------------------:|:---------------------------------------------------:| | ||
| Nicholas Long | NREL | [nllong](https://github.com/nllong) | | ||
| Nathan Moore | NREL | [vtnate](https://github.com/vtnate) | | ||
| Ted Summer | Formerly Devetry/DEPT | [macintoshpie](https://github.com/macintoshpie) | | ||
| Katherine Fleming | NREL | [kflemin](https://github.com/kflemin) | | ||
| Amy Allen | NREL | [amyeallen1](https://github.com/amyeallen1) | | ||
| Jiazhen Ling | NREL | [jiazhenling](https://github.com/jiazhenling) | | ||
| Tanushree Charan | NREL | [tanushree04](https://github.com/tanushree04) | | ||
| Jing Wang | NREL / CU Boulder | [JingWang-CUB](https://github.com/JingWang-CUB) | | ||
| Antoine Gautier | LBNL | [AntoineGautier](https://github.com/AntoineGautier) | | ||
| Hagar Elarga | NREL | [helarga](https://github.com/helarga) | | ||
| Yanfei Li | NREL | [YanfeiNREL](https://github.com/YanfeiNREL) | |
Oops, something went wrong.