Skip to content

Commit c131eb0

Browse files
committed
[doc] document how to run generate_all_images.py
1 parent bdce337 commit c131eb0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/docbuild/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ From the base PROJ repository directory:
66
cd docs
77
docker run -i -t -v $PWD/..:/io -w /io/docs/ ghcr.io/osgeo/proj-docs make html
88
```
9+
10+
When a projection image is added or deleted run
11+
12+
```bash
13+
python3 docs/source/operations/projections/generate_all_images.py
14+
```

0 commit comments

Comments
 (0)