From c74d8a0950d4bdf162f40e202b4ae5300490f924 Mon Sep 17 00:00:00 2001 From: Eric Ford Date: Thu, 11 Jul 2024 19:52:34 -0400 Subject: [PATCH] removing interals.md to make Documneter happy --- docs/src/index.md | 4 ++-- docs/src/internals.md | 56 ------------------------------------------- 2 files changed, 2 insertions(+), 58 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 6d232a4..d852e54 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -39,7 +39,7 @@ include("examples/calc_rvs_ccf_std.jl") - [EchelleInstruments](https://rvspectml.github.io/EchelleInstruments.jl/stable/) - [EchelleCCFs](https://rvspectml.github.io/EchelleCCFs.jl/stable) - [Scalpels](https://rvspectml.github.io/Scalpels.jl/stable/) -- [RvSpectMLPlots](https://rvspectml.github.io/RvSpectMLPlots.jl/stable/)^[unreg] +- [RvSpectMLPlots](https://rvspectml.github.io/RvSpectMLPlots.jl/stable/)* - [^unreg]: This package is not yet registerd in Julia's general registry yet. +* = This package is not yet registerd in Julia's general registry yet. diff --git a/docs/src/internals.md b/docs/src/internals.md index a7426dc..e44655e 100644 --- a/docs/src/internals.md +++ b/docs/src/internals.md @@ -11,60 +11,4 @@ Depth = 3 ``` ## Functions -### General purpose -```@autodocs -Modules = [RvSpectML ] -Public = false -Order = [ :function ] -``` - -### Radial Velocity Related -```@autodocs -Modules = [RvSpectML.DCPCA, RvSpectML.LineFinder ] #, RvSpectML.PPCA ] -Public = false -Order = [ :function ] -``` - -### Interpolation -```@autodocs -Modules = [RvSpectML.LinearInterpolation, RvSpectML.SincInterpolation, RvSpectML.TemporalGPInterpolation ] # RvSpectML.GPInterpolation, -Public = false -Order = [ :function] -``` - -## Other -```@autodocs -Modules = [Pipeline ] -Public = false -Order = [:function] -``` - -## Types -### General purpose -```@autodocs -Modules = [RvSpectML ] -Public = false -Order = [:type ] -``` - -### Radial Velocity Related -```@autodocs -Modules = [ RvSpectML.DCPCA, RvSpectML.LineFinder ] #, RvSpectML.PPCA ] -Public = false -Order = [:type ] -``` - -### Interpolation -```@autodocs -Modules = [RvSpectML.LinearInterpolation, RvSpectML.SincInterpolation, RvSpectML.TemporalGPInterpolation ] # RvSpectML.GPInterpolation, -Public = false -Order = [:type ] -``` - -## Other -```@autodocs -Modules = [Pipeline ] -Public = false -Order = [:type] -```