Skip to content

Commit ef5551c

Browse files
committed
Update documentation templates and improve GitHub Actions workflow
1 parent dd408f2 commit ef5551c

File tree

4 files changed

+223
-233
lines changed

4 files changed

+223
-233
lines changed

.github/workflows/main-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Python 3.9
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.9
2121
- name: Checkout main branch
2222
# checkout mvtb repo into workspace
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@4
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

docs/source/_templates/mvtbtemplate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ fullname | escape | underline}}
1+
{{ objname | escape | underline}}
22

33
.. currentmodule:: {{ module }}
44

docs/source/high-level.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Class reference
33
***************
44

5-
These functions deal with images as Python classes.
5+
A number of Python classes are provided to represent images, image sources, cameras, and point clouds. These are described in the following sections.
66

77
.. toctree::
88
:maxdepth: 2

0 commit comments

Comments
 (0)