Skip to content

Commit 1cb3215

Browse files
committed
Standardize headers in docstrings
1 parent 9218d68 commit 1cb3215

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/rand.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Generate a random geometry of type `G` with CRS `crs`,
99
optionally passing a random number generator `rng`.
1010
11-
# Examples
11+
## Examples
1212
1313
```julia
1414
rand(Point)
@@ -26,7 +26,7 @@ Random.rand(rng::Random.AbstractRNG, G::Type{<:Geometry}; crs=Cartesian3D) = _ra
2626
Generate a vector of `n` random geometries of type `G` with CRS `crs`,
2727
optionally passing a random number generator `rng`.
2828
29-
# Examples
29+
## Examples
3030
3131
```julia
3232
rand(Point, 10)

src/transforms/affine.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Affine transform `Ax + b` with matrix `A` and vector `b`.
99
10-
# Examples
10+
## Examples
1111
1212
```julia
1313
Affine(AngleAxis(0.2, 1.0, 0.0, 0.0), [-2, 2, 2])

0 commit comments

Comments
 (0)