Skip to content

Commit 2ef3db3

Browse files
committed
README: direct links to documentation
1 parent ae1656e commit 2ef3db3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ For the technical details, see the docstrings and comments in the code itself.
9595

9696
Mathematics documented at:
9797

98-
[https://yousource.it.jyu.fi/jjrandom2/freya/trees/master/docs](https://yousource.it.jyu.fi/jjrandom2/freya/trees/master/docs)
98+
- [https://yousource.it.jyu.fi/jjrandom2/freya/trees/master/docs](https://yousource.it.jyu.fi/jjrandom2/freya/trees/master/docs)
9999

100100
where the relevant files are:
101101

102-
- wlsqm.pdf (old documentation for the old pure-Python version of WLSQM included in FREYA, plus the sensitivity calculation)
103-
- eulerflow.pdf (clearer presentation of the original version, but without the sensitivity calculation)
104-
- wlsqm_gen.pdf (theory diff on how to make a version that handles also missing function values; also why WLSQM works and some analysis of its accuracy)
102+
- [wlsqm.pdf](https://yousource.it.jyu.fi/jjrandom2/freya/blobs/raw/master/docs/wlsqm.pdf) (old documentation for the old pure-Python version of WLSQM included in FREYA, plus the sensitivity calculation)
103+
- [eulerflow.pdf](https://yousource.it.jyu.fi/jjrandom2/freya/blobs/raw/master/docs/eulerflow.pdf) (clearer presentation of the original version, but without the sensitivity calculation)
104+
- [wlsqm_gen.pdf](https://yousource.it.jyu.fi/jjrandom2/freya/blobs/raw/master/docs/wlsqm_gen.pdf) (theory diff on how to make a version that handles also missing function values; also why WLSQM works and some analysis of its accuracy)
105105

106106
The documentation is slightly out of date; see [TODO](TODO.md) for details on what needs updating and how.
107107

0 commit comments

Comments
 (0)