Skip to content

Commit 2aefa04

Browse files
authored
Merge pull request #15 from DanielAvdar/init
Update API docs to exclude indexing in documentation
2 parents ba306ac + ddb51ad commit 2aefa04

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

docs/source/api.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,25 @@ Probability Spaces
88

99
.. automodule:: prob_spaces
1010
:members:
11-
:undoc-members:
12-
:show-inheritance:
11+
:no-index:
12+
1313

1414
Converter
1515
---------
1616

1717
.. automodule:: prob_spaces.converter
1818
:members:
19-
:undoc-members:
20-
:show-inheritance:
19+
:no-index:
20+
2121

2222
Distributions
2323
-------------
2424

2525
.. automodule:: prob_spaces.dists
2626
:members:
27-
:undoc-members:
28-
:show-inheritance:
27+
:no-index:
28+
2929

3030
.. automodule:: prob_spaces.dists.categorical
3131
:members:
32-
:undoc-members:
33-
:show-inheritance:
32+
:no-index:

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ authors = [
77
]
88
license = { text = "MIT" }
99
readme = "README.md"
10+
classifiers = [
11+
"Programming Language :: Python :: 3",
12+
"Programming Language :: Python :: 3.10",
13+
"Programming Language :: Python :: 3.11",
14+
"Programming Language :: Python :: 3.12",
15+
"Programming Language :: Python :: 3.13",
16+
"License :: OSI Approved :: MIT License",
17+
"Operating System :: OS Independent",
18+
]
1019
requires-python = ">=3.10"
1120

1221
keywords = [

0 commit comments

Comments
 (0)