Skip to content

Commit 38080fa

Browse files
authored
Merge pull request #58 from AssessingSolar/add-tools-to-docs
Add tools to documentation
2 parents 8d311e2 + 5855f2a commit 38080fa

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/source/documentation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. currentmodule:: solposx
22

33

4-
##################
5-
Code documentation
6-
##################
4+
#############
5+
Documentation
6+
#############
77

88
The documentation for the individual functions can be found by navigating to the relevant section below.
99

@@ -12,3 +12,4 @@ The documentation for the individual functions can be found by navigating to the
1212

1313
solarposition
1414
refraction
15+
tools

docs/source/tools.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. currentmodule:: solposx
2+
3+
4+
Tools
5+
=====
6+
7+
.. autosummary::
8+
:toctree: generated/
9+
10+
tools.calc_error

0 commit comments

Comments
 (0)