Skip to content

Commit ae83e5f

Browse files
committed
added links to documentation
1 parent 1c1b420 commit ae83e5f

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@ J. Kulik and K.A. LeGrand, “Nonlinearity and Uncertainty Informed Moment-Match
121121
}
122122
123123
```
124+
125+
## Documentation
126+
127+
For more information about PyEst, please see the [documentation](https://pyest.readthedocs.io/en/latest/).

docs/api.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Metrics
3737
-------
3838

3939
.. automodule:: pyest.metrics
40+
:members:
41+
:undoc-members:
42+
:show-inheritance:
43+
44+
Sensors
45+
-------
46+
47+
.. automodule:: pyest.sensors
4048
:members:
4149
:undoc-members:
4250
:show-inheritance:

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ PyEst is a Python package for adaptive Gaussian mixture state estimation.
2323
examples
2424
contributing
2525

26+
PyEst source code is available at `GitHub <https://github.com/scope-lab/pyest>`_
2627
Indices and tables
2728
==================
2829

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license-files = ["LICEN[CS]E*"]
2929
[project.urls]
3030
Homepage = "https://github.com/scope-lab/pyest"
3131
Issues = "https://github.com/scope-lab/pyest"
32-
Documentation = "https://github.com/scope-lab/pyest"
32+
Documentation = "https://pyest.readthedocs.io/en/latest/"
3333

3434
[project.optional-dependencies]
3535
test = [
@@ -47,4 +47,4 @@ examples = [
4747
source = "vcs"
4848

4949
[tool.hatch.version.raw-options]
50-
version_scheme = "no-guess-dev"
50+
version_scheme = "no-guess-dev"

0 commit comments

Comments
 (0)