Skip to content

Commit 2294ce4

Browse files
committed
Manually categorize API reference page
1 parent 78ef988 commit 2294ce4

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

docs/src/api.md

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,47 @@
1-
# CoordinateTransformations.jl documentation
1+
# API Reference
22

3-
## API Reference
3+
## Transformations
4+
```@docs
5+
Transformation
6+
CoordinateTransformations.ComposedTransformation
7+
IdentityTransformation
8+
PerspectiveMap
9+
inv
10+
cameramap
11+
compose
12+
recenter
13+
transform_deriv
14+
transform_deriv_params
15+
```
16+
17+
## Affine maps
18+
```@docs
19+
AbstractAffineMap
20+
AffineMap
21+
AffineMap(::Transformation, ::Any)
22+
AffineMap(::Pair)
23+
LinearMap
24+
Translation
25+
```
26+
27+
## 2D Coordinates
28+
```@docs
29+
Polar
30+
PolarFromCartesian
31+
CartesianFromPolar
32+
```
33+
34+
## 3D Coordinates
35+
```@docs
36+
Cylindrical
37+
Spherical
38+
```
439

5-
```@autodocs
6-
Modules = [CoordinateTransformations]
40+
```@docs
41+
CartesianFromCylindrical
42+
CartesianFromSpherical
43+
CylindricalFromCartesian
44+
CylindricalFromSpherical
45+
SphericalFromCartesian
46+
SphericalFromCylindrical
747
```

0 commit comments

Comments
 (0)