Skip to content

More general tangent_type for Union{Nothing, IEEEFloat, Array{<:IEEEFloat, N}. #1996

More general tangent_type for Union{Nothing, IEEEFloat, Array{<:IEEEFloat, N}.

More general tangent_type for Union{Nothing, IEEEFloat, Array{<:IEEEFloat, N}. #1996

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Build and deploy Documenter.jl docs
env:
GKSwstype: nul # turn off GR's interactive plotting for notebooks
uses: TuringLang/actions/DocsDocumenter@main