Skip to content

Commit 84d6c6f

Browse files
committed
Seperate type aliases to their own page in API docs
1 parent 0cfaa49 commit 84d6c6f

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

docs/api/archeryutils.baseclasses.rst

-6
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ The following units and aliases are recognised as valid for specifiying target d
2323
:undoc-members:
2424
:show-inheritance:
2525

26-
Types
27-
-----
28-
29-
.. autodata:: archeryutils.targets.ScoringSystem
30-
31-
.. autodata:: archeryutils.targets.FaceSpec

docs/api/archeryutils.types.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Types
2+
=====
3+
4+
.. autodata:: archeryutils.targets.ScoringSystem
5+
6+
.. autodata:: archeryutils.targets.FaceSpec
7+
8+

docs/api/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ API Documentation
88

99
archeryutils.baseclasses
1010

11+
.. toctree::
12+
:maxdepth: 3
13+
14+
archeryutils.types
15+
1116
.. toctree::
1217
:maxdepth: 3
1318

0 commit comments

Comments
 (0)