diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cbb2eb7..122cabb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,10 +18,9 @@ jobs: fail-fast: false matrix: version: - - '1.9' + - '1' os: - ubuntu-latest - - windows-latest arch: - x64 steps: diff --git a/docs/make.jl b/docs/make.jl index 935cf56..7fc5918 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,7 @@ using Documenter DocMeta.setdocmeta!(MoM_Kernels, :DocTestSetup, :(using MoM_Kernels); recursive=true) makedocs(; - modules=[MoM_Basics, MoM_Kernels], + modules=[MoM_Kernels], authors="deltaeecs <1225385871@qq.com> and contributors", repo="https://github.com/deltaeecs/MoM_Kernels.jl/blob/{commit}{path}#{line}", sitename="MoM_Kernels.jl", diff --git a/docs/src/api.md b/docs/src/api.md index 46b6638..0c24616 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -3,5 +3,5 @@ ``` ```@autodocs -Modules = [MoM_Kernels, MoM_Basics] +Modules = [MoM_Kernels] ``` diff --git a/src/Inputs.jl b/src/Inputs.jl index 38dced7..a6173da 100644 --- a/src/Inputs.jl +++ b/src/Inputs.jl @@ -2,7 +2,7 @@ inputParameters(;args...) 用于输入仿真参数,并修改奇异性处理中频率相关常量。 -详见 [`MoM_Basics.inputBasicParameters`](@ref) 和 [`modiSingularityRelatedConsts!`](@ref)。 +详见 [`MoM_Basics.inputBasicParameters`] 和 [`modiSingularityRelatedConsts!`](@ref)。 """ function inputParameters(;args...) inputBasicParameters(;args...)