Skip to content

Commit 7b331ca

Browse files
committed
Walkthrough edits; fix docutils version req
1 parent b00febd commit 7b331ca

File tree

92 files changed

+6837
-939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+6837
-939
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Rangekeeper
22
Rangekeeper is a library assisting financial modelling in real estate scenario planning, decision-making, cashflow forecasting, and the like.
33

4-
It decomposes elements of the Discounted Cash Flow (DCF) Proforma modelling approach into recomposable code functions that can be wired together to form a full model. More elaborate and worked-through examples of these classes and functions will be documented in a forthcoming Jupyter Book to be found in the `/notebooks` directory.
4+
It decomposes elements of the Discounted Cash Flow (DCF) Proforma modelling approach into recomposable code functions that can be wired together to form a full model. More elaborate and worked-through examples of these classes and functions can be found in the [walkthrough documentation](https://daniel-fink.github.io/rangekeeper/).
55

6-
Development of the library follows the rigorous methodology established by Profs Geltner and de Neufville in their book [Flexibility and Real Estate Valuation under Uncertainty: A Practical Guide for Developers](https://doi.org/10.1002/9781119106470)
6+
Development of the library follows the rigorous methodology established by Profs Geltner and de Neufville in their book [Flexibility and Real Estate Valuation under Uncertainty: A Practical Guide for Developers](https://doi.org/10.1002/9781119106470).
77

88
## Dependencies:
99

poetry.lock

Lines changed: 56 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ PyYAML = "^6.0"
2121
specklepy = "^2.12.0"
2222
numba = "^0.57.0"
2323
jupyter = "^1.0.0"
24-
jupyterlab = "^3.6.1"
24+
jupyterlab = "^4.0.0"
25+
docutils = "0.17.1" # See https://jupyterbook.org/en/stable/content/citations.html#citations-and-bibliographies
2526
tqdm = "^4.65.0"
2627
multiprocess = "^0.70.14"
2728
seaborn = "^0.12.2"
114 Bytes
Binary file not shown.
878 Bytes
Binary file not shown.
414 Bytes
Binary file not shown.
5.73 KB
Binary file not shown.
1.02 KB
Binary file not shown.
Binary file not shown.
2.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)