Skip to content

Commit 4f68b8f

Browse files
committed
Minor docs update
1 parent 63f8cbb commit 4f68b8f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Content
3636
api/index
3737
api/data
3838
api/communication
39+
api/dna/index
3940
api/tps1200p/index
4041
api/vivatps/index
41-
api/dna/index
4242

4343
Indices
4444

docs/latexindex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ API documentation
2121
api/index
2222
api/data
2323
api/communication
24+
api/dna/index
2425
api/tps1200p/index
2526
api/vivatps/index
26-
api/dna/index

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features
2525
Requirements
2626
------------
2727

28-
- Python 3.10 or newer
28+
- Python 3.11 or newer
2929
- `pySerial <https://pyserial.readthedocs.io/>`_ package
3030

3131
Installation

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ build-backend = "hatchling.build"
55
[project]
66
dynamic = ["version"]
77
name = "geocompy"
8-
# version = "0.0.1"
98
authors = [
109
{ name="MrClock", email="[email protected]" },
1110
]
1211
description = "Python package for controlling Leica instruments through serial connection"
1312
readme = "README.md"
14-
requires-python = ">=3.10"
13+
requires-python = ">=3.11"
1514
dependencies = [
1615
"pyserial"
1716
]

0 commit comments

Comments
 (0)