Skip to content

Commit 99e580b

Browse files
committed
Getting rid of sphinx
1 parent f6f7ae0 commit 99e580b

File tree

14 files changed

+62
-626
lines changed

14 files changed

+62
-626
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
===================
2-
Stochastic Process
3-
===================
1+
# Stochastic Process
42

53
This page gives an overview of all Stochastic Processes available in the library.
64

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/api/utils/distributions.md

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,9 @@
1-
==============
2-
Distributions
3-
==============
1+
# Distributions
42

5-
.. module:: quantflow.utils.distributions
3+
::: quantflow.utils.distributions.Distribution1D
64

7-
.. autoclass:: Distribution1D
8-
:members:
9-
:member-order: groupwise
10-
:autosummary:
11-
:autosummary-nosignatures:
5+
::: quantflow.utils.distributions.Exponential
126

7+
::: quantflow.utils.distributions.DoubleExponential
138

14-
.. autoclass:: Exponential
15-
:members:
16-
:member-order: groupwise
17-
:autosummary:
18-
:autosummary-nosignatures:
19-
20-
21-
.. autoclass:: DoubleExponential
22-
:members:
23-
:member-order: groupwise
24-
:autosummary:
25-
:autosummary-nosignatures:
26-
27-
28-
.. autoclass:: Normal
29-
:members:
30-
:member-order: groupwise
31-
:autosummary:
32-
:autosummary-nosignatures:
9+
::: quantflow.utils.distributions.Normal

docs/api/utils/index.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
======
2-
Utils
3-
======
4-
5-
.. currentmodule:: quantflow.utils
6-
7-
.. toctree::
8-
:maxdepth: 1
9-
10-
marginal1d
11-
distributions
12-
bins
1+
# Utils

0 commit comments

Comments
 (0)