Skip to content

Commit

Permalink
Merge branch 'main' into yaml-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Aug 2, 2023
2 parents 0f24cf4 + 0f5801c commit 6a8eb66
Show file tree
Hide file tree
Showing 85 changed files with 23,274 additions and 251 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ on:
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
name: Build the documentation with Sphinx
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup nox
uses: excitedleigh/[email protected]
- name: Build docs
Expand All @@ -44,5 +42,5 @@ jobs:
uses: actions/configure-pages@v3
- name: Deploy to GitHub Pages
id: deployment
uses: actions/ddeploy-pages@v2
uses: actions/deploy-pages@v1

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,15 @@ cython_debug/
*.esav
*.full
*.mntr
*.rst
*.stat
*.src
*.out
*.dbb
*.pkl
*.csv
*.bat

# vscode
.vscode
*.code-workspace

# etc
docs/_static/*
*.log
5 changes: 5 additions & 0 deletions docs/_static/css/my_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import url("theme.css");

.wy-nav-content {
max-width: 1000px !important;
}
788 changes: 788 additions & 0 deletions docs/_static/images/FASTvsNuMADcsys.eps

Large diffs are not rendered by default.

Binary file added docs/_static/images/FASTvsNuMADcsys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/FASTvsNuMADcsys.pptx
Binary file not shown.
Binary file added docs/_static/images/NuMAD-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/NuMADoverview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/TEoverlap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
976 changes: 976 additions & 0 deletions docs/_static/images/bladeKeyPoints.eps

Large diffs are not rendered by default.

Binary file added docs/_static/images/bladeKeyPoints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/bladeKeyPoints.pptx
Binary file not shown.
Binary file not shown.
1,186 changes: 1,186 additions & 0 deletions docs/_static/images/loadDirections.eps

Large diffs are not rendered by default.

Binary file added docs/_static/images/loadDirections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/loadDirections.pptx
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6a8eb66

Please sign in to comment.