diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6b9f533..d8b226d1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,21 +67,16 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 40 steps: - - name: Install matplotlib - run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi - shell: bash - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 + - name: Build PyCall + run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")' + shell: bash - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-docdeploy@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} - - run: | - julia --project=docs -e ' - using Documenter: DocMeta, doctest - using VortexStepMethod - DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod); recursive=true) - doctest(VortexStepMethod)' + \ No newline at end of file diff --git a/docs/src/glossary.md b/docs/src/glossary.md index 392203f3..a67c577d 100644 --- a/docs/src/glossary.md +++ b/docs/src/glossary.md @@ -13,7 +13,8 @@ | alpha $\alpha$| Angle of attack [rad]| | beta $\beta$ | Elevation angle of the kite [rad]| | beta\_s $\beta_s$ | Side slip angle [rad] | -| lambda $\lambda$| Trailing edge deformation angle relative to the chordwise x-axis [rad] | +| delta $\delta$ | Angle of the trailing edge’s deformation relative to the chord [rad] | +| theta $\theta$ | Angle between the panel’s chord and the kite body x-axis, showing twist [rad]| | gamma $\Gamma$ |The circulation, which is a measure of the rotational speed of the spinning flow in a vortex [m²/s]. | | CL, cl | Lift coefficient [-] | | CD, cd | Drag coefficient [-] |