File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,25 @@ Probability Spaces
8
8
9
9
.. automodule :: prob_spaces
10
10
:members:
11
- :undoc-members :
12
- :show-inheritance:
11
+ :no-index :
12
+
13
13
14
14
Converter
15
15
---------
16
16
17
17
.. automodule :: prob_spaces.converter
18
18
:members:
19
- :undoc-members :
20
- :show-inheritance:
19
+ :no-index :
20
+
21
21
22
22
Distributions
23
23
-------------
24
24
25
25
.. automodule :: prob_spaces.dists
26
26
:members:
27
- :undoc-members :
28
- :show-inheritance:
27
+ :no-index :
28
+
29
29
30
30
.. automodule :: prob_spaces.dists.categorical
31
31
:members:
32
- :undoc-members:
33
- :show-inheritance:
32
+ :no-index:
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ authors = [
7
7
]
8
8
license = { text = " MIT" }
9
9
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
+ ]
10
19
requires-python = " >=3.10"
11
20
12
21
keywords = [
You can’t perform that action at this time.
0 commit comments