From ba7571cda5be726fb83e0a240228fb8143af64df Mon Sep 17 00:00:00 2001 From: Void_User <39816455+NayakwadiS@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:24:18 +0530 Subject: [PATCH] Update index.rst for calculate_returns (#83) * Update index.rst for calculate_returns * Update conf.py for docs --- docs/conf.py | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b0a8658..27fe962 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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') diff --git a/docs/index.rst b/docs/index.rst index c792228..da38df7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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',