File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -67,21 +67,16 @@ jobs:
6767 runs-on : ubuntu-latest
6868 timeout-minutes : 40
6969 steps :
70- - name : Install matplotlib
71- run : if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
72- shell : bash
7370 - uses : actions/checkout@v4
7471 - uses : julia-actions/setup-julia@v2
72+ - name : Build PyCall
73+ run : julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
74+ shell : bash
7575 - uses : julia-actions/cache@v2
7676 - uses : julia-actions/julia-buildpkg@v1
7777 - uses : julia-actions/julia-docdeploy@v1
7878 env :
7979 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8080 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
81- - run : |
82- julia --project=docs -e '
83- using Documenter: DocMeta, doctest
84- using VortexStepMethod
85- DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod); recursive=true)
86- doctest(VortexStepMethod)'
81+
8782
Original file line number Diff line number Diff line change 1313| alpha $\alpha$| Angle of attack [ rad] |
1414| beta $\beta$ | Elevation angle of the kite [ rad] |
1515| beta\_ s $\beta_s$ | Side slip angle [ rad] |
16- | lambda $\lambda$| Trailing edge deformation angle relative to the chordwise x-axis [ rad] |
16+ | delta $\delta$ | Angle of the trailing edge’s deformation relative to the chord [ rad] |
17+ | theta $\theta$ | Angle between the panel’s chord and the kite body x-axis, showing twist [ rad] |
1718| gamma $\Gamma$ | The circulation, which is a measure of the rotational speed of the spinning flow in a vortex [ m²/s] . |
1819| CL, cl | Lift coefficient [ -] |
1920| CD, cd | Drag coefficient [ -] |
You can’t perform that action at this time.
0 commit comments