Skip to content

Commit

Permalink
removing interals.md to make Documneter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Jul 11, 2024
1 parent 72ca416 commit c74d8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
56 changes: 0 additions & 56 deletions docs/src/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

0 comments on commit c74d8a0

Please sign in to comment.