Commit a4bd132 1 parent 269b8a2 commit a4bd132 Copy full SHA for a4bd132
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 26
26
]
27
27
28
28
# TypeAlias (annotate explicitly in py3.10+)
29
- #: A mapping of a target ring diameter to the score for hitting that ring.
30
- #: Typically ordered from smallest to largest rings but this is not necessary.
29
+ #: A mapping of a target ring diameter to the score for that ring.
31
30
FaceSpec = Mapping [float , int ]
32
31
33
32
_rnd6 = partial (round , ndigits = 6 )
Original file line number Diff line number Diff line change 5
5
6
6
.. autodata :: archeryutils.targets.FaceSpec
7
7
8
-
8
+ See :py:meth: ` ~archeryutils.Target.from_face_spec ` for more details what targets can be modeled with this.
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ API Documentation
4
4
=================
5
5
6
6
.. toctree ::
7
- :maxdepth: 2
7
+ :maxdepth: 3
8
8
9
- archeryutils.baseclasses
9
+ archeryutils.types
10
10
11
11
.. toctree ::
12
- :maxdepth: 3
12
+ :maxdepth: 2
13
13
14
- archeryutils.types
14
+ archeryutils.baseclasses
15
15
16
16
.. toctree ::
17
17
:maxdepth: 3
You can’t perform that action at this time.
0 commit comments