Skip to content

Commit

Permalink
Update index.rst for calculate_returns (#83)
Browse files Browse the repository at this point in the history
* Update index.rst for calculate_returns

* Update conf.py for docs
  • Loading branch information
NayakwadiS authored Oct 14, 2024
1 parent de012f4 commit ba7571c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
html_static_path = ['_static']

def setup(app):
app.add_stylesheet('css/custom.css?v20240228')
app.add_stylesheet('css/custom.css?v20241014')


2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Calculate Returns

This calculates the Absolute return and IRR annulised return

>>> value = mf.calculate_returns(119062,1718.925, 2000, 51)
>>> value = mf.calculate_returns(code=119062,balanced_units=1718.925, monthly_sip=2000, investment_in_months=51)
>>> print(value)
{'scheme_code': '119062',
'scheme_name': 'xxxxxxxxxxxxx',
Expand Down

0 comments on commit ba7571c

Please sign in to comment.