-
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.
Merge branch 'develop' into 150-support-jupyter-notebook-in-examples
- Loading branch information
Showing
1,353 changed files
with
47,823 additions
and
8,213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Build and Deploy | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' # Push events on all branches | ||
paths-ignore: | ||
- '.github/workflows/init.yml' | ||
tags: | ||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 including semver | ||
|
||
jobs: | ||
|
||
build_docs: | ||
runs-on: ubuntu-22.04 | ||
name: Build, Install, Package documentation | ||
if: "!contains(github.event.head_commit.message, 'docs skip')" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install credentials | ||
run: echo https://$GITHUB_OAUTH:@github.com > $HOME/.git-credentials | ||
env: | ||
GITHUB_OAUTH: ${{ secrets.CR_PAT_WORKFLOW }} | ||
- name: Build | ||
run: | | ||
npm install | ||
npm run antora | ||
- name: Deploy | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
BRANCH: gh-pages # The branch the action should deploy to. | ||
FOLDER: public # The folder the action should deploy. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
source "https://rubygems.org" | ||
gem 'liquid' |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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,6 +1,13 @@ | ||
name: contribute | ||
title: Toolbox Contribution Guide | ||
version: master | ||
title: Toolboxes Contribution Guide | ||
version: ~ | ||
asciidoc: | ||
attributes: | ||
project_name: Toolboxes Contribution Guide | ||
plotly: plotly | ||
vtkjs: VTK.js | ||
feelpp: Feel++ | ||
girder: Girder | ||
nav: | ||
- modules/ROOT/nav.adoc | ||
- modules/girder/nav.adoc |
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,31 +1,30 @@ | ||
examples | ||
└── modules | ||
├── ROOT | ||
│ └── pages | ||
│ └── pages | ||
├── cfd <1> | ||
│ ├── examples <2> | ||
│ │ ├── cyclone | ||
│ │ │ └── attic | ||
│ │ └── flow_past_cylinder <3> | ||
│ └── pages <4> | ||
│ └── flow_past_cylinder | ||
│ ├── examples <2> | ||
│ │ ├── cyclone | ||
│ │ │ └── attic | ||
│ │ └── flow_past_cylinder <3> | ||
│ └── pages <4> | ||
│ └── flow_past_cylinder | ||
└── csm <5> | ||
├── assets <6> | ||
│ └── images <7> | ||
│ ├── ribs <8> | ||
│ ├── rotating-winch <8> | ||
│ ├── sensor <8> | ||
│ ├── sheet-rounding <8> | ||
│ ├── suspension <8> | ||
│ ├── t-beam <8> | ||
│ ├── torsion-bar <8> | ||
│ └── vierendeel-truss <8> | ||
├─── images <6> | ||
│ ├── ribs <7> | ||
│ ├── rotating-winch <7> | ||
│ ├── sensor <7> | ||
│ ├── sheet-rounding <7> | ||
│ ├── suspension <7> | ||
│ ├── t-beam <7> | ||
│ ├── torsion-bar <7> | ||
│ └── vierendeel-truss <7> | ||
└── pages <4> | ||
├── ribs <9> | ||
├── rotating-winch <9> | ||
├── sensor <9> | ||
├── sheet-rounding <9> | ||
├── suspension <9> | ||
├── t-beam <9> | ||
├── torsion-bar <9> | ||
└── vierendeel-truss <9> | ||
├── ribs <8> | ||
├── rotating-winch <8> | ||
├── sensor <8> | ||
├── sheet-rounding <8> | ||
├── suspension <8> | ||
├── t-beam <8> | ||
├── torsion-bar <8> | ||
└── vierendeel-truss <8> |
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 was deleted.
Oops, something went wrong.
File renamed without changes
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 was deleted.
Oops, something went wrong.
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
BIN
+14.3 KB
examples/modules/ROOT/images/Magnet_3D_brochure_highresolution2-600x300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
BIN
+13.6 KB
examples/modules/ROOT/images/peltiermodule-electricpotential-600x300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.