Skip to content

Commit c74d8a0

Browse files
committed
removing interals.md to make Documneter happy
1 parent 72ca416 commit c74d8a0

2 files changed

Lines changed: 2 additions & 58 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include("examples/calc_rvs_ccf_std.jl")
3939
- [EchelleInstruments](https://rvspectml.github.io/EchelleInstruments.jl/stable/)
4040
- [EchelleCCFs](https://rvspectml.github.io/EchelleCCFs.jl/stable)
4141
- [Scalpels](https://rvspectml.github.io/Scalpels.jl/stable/)
42-
- [RvSpectMLPlots](https://rvspectml.github.io/RvSpectMLPlots.jl/stable/)^[unreg]
42+
- [RvSpectMLPlots](https://rvspectml.github.io/RvSpectMLPlots.jl/stable/)*
4343

4444

45-
[^unreg]: This package is not yet registerd in Julia's general registry yet.
45+
* = This package is not yet registerd in Julia's general registry yet.

docs/src/internals.md

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -11,60 +11,4 @@ Depth = 3
1111
```
1212
## Functions
1313

14-
### General purpose
15-
```@autodocs
16-
Modules = [RvSpectML ]
17-
Public = false
18-
Order = [ :function ]
19-
```
20-
21-
### Radial Velocity Related
22-
```@autodocs
23-
Modules = [RvSpectML.DCPCA, RvSpectML.LineFinder ] #, RvSpectML.PPCA ]
24-
Public = false
25-
Order = [ :function ]
26-
```
27-
28-
### Interpolation
29-
```@autodocs
30-
Modules = [RvSpectML.LinearInterpolation, RvSpectML.SincInterpolation, RvSpectML.TemporalGPInterpolation ] # RvSpectML.GPInterpolation,
31-
Public = false
32-
Order = [ :function]
33-
```
34-
35-
## Other
36-
```@autodocs
37-
Modules = [Pipeline ]
38-
Public = false
39-
Order = [:function]
40-
```
41-
42-
## Types
4314

44-
### General purpose
45-
```@autodocs
46-
Modules = [RvSpectML ]
47-
Public = false
48-
Order = [:type ]
49-
```
50-
51-
### Radial Velocity Related
52-
```@autodocs
53-
Modules = [ RvSpectML.DCPCA, RvSpectML.LineFinder ] #, RvSpectML.PPCA ]
54-
Public = false
55-
Order = [:type ]
56-
```
57-
58-
### Interpolation
59-
```@autodocs
60-
Modules = [RvSpectML.LinearInterpolation, RvSpectML.SincInterpolation, RvSpectML.TemporalGPInterpolation ] # RvSpectML.GPInterpolation,
61-
Public = false
62-
Order = [:type ]
63-
```
64-
65-
## Other
66-
```@autodocs
67-
Modules = [Pipeline ]
68-
Public = false
69-
Order = [:type]
70-
```

0 commit comments

Comments
 (0)