]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Minor documentation fixes
authorRaphael Michel <mail@raphaelmichel.de>
Thu, 4 Oct 2018 07:47:48 +0000 (09:47 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Thu, 4 Oct 2018 07:47:48 +0000 (09:47 +0200)
docs/debits.rst
docs/reading.rst
docs/tans.rst

index acf2dbcf98e45cf229278077e479475e2d07c283..f59837fcea37b8ab42c67859533cecc50c1e4449 100644 (file)
@@ -5,6 +5,7 @@ You can submit a SEPA debit XML file to the bank with the ``start_sepa_debit`` m
 
 .. autoclass:: fints.client.FinTS3Client
    :members: start_sepa_debit
+   :noindex:
 
 You should then enter a TAN, read our chapter :ref:`tans` to find out more.
 
index 3355c5b2d5c86c7d6f11427243f2524ad9212678..9c373f55d2465a16390095159b22e64828155288 100644 (file)
@@ -7,6 +7,7 @@ Fetching your bank accounts
 The most simple method allows you to get all bank accounts that your user has access to:
 
 .. autoclass:: fints.client.FinTS3Client
+   :noindex:
    :members: get_sepa_accounts
 
 This method will return a list of named tuples of the following type:
@@ -22,10 +23,11 @@ Fetching account balances
 You can fetch the current balance of an account with the ``get_balance`` operation.
 
 .. autoclass:: fints.client.FinTS3Client
-  :members: get_balance
+   :noindex:
+   :members: get_balance
 
 This method will return a list of ``Balance`` objects from the ``mt-940`` library. You can find more information
-in `balance <their documentation>`_.
+in `their documentation <https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Balance>`_.
 
 
 Reading account statements
@@ -35,10 +37,11 @@ You can fetch the banking statement of an account within a certain timeframe wit
 operation.
 
 .. autoclass:: fints.client.FinTS3Client
+   :noindex:
    :members: get_statement
 
 This method will return a list of ``Transaction`` objects from the ``mt-940`` library. You can find more information
-in `their documentation`_.
+in `their documentation <https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Transaction>`_.
 
 
 Fetching holdings
@@ -47,12 +50,9 @@ Fetching holdings
 You can fetch the holdings of an account with the ``get_holdings`` method:
 
 .. autoclass:: fints.client.FinTS3Client
+   :noindex:
    :members: get_holdings
 
 This method will return a list of ``Holding`` objects:
 
 .. autoclass:: fints.models.Holding
-
-
-.. _their documentation: https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Transaction
-.. _balance: https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Balance
index 58e7fd30924ddb8836a6bcdba199ada087f7fdf9..df9f9ffc42e18439e15f1ba152e29936844904cd 100644 (file)
@@ -18,6 +18,7 @@ The returned values have a subtype ``fints.models.TANMethod``, with varying para
 used by the bank:
 
 .. autoclass:: fints.client.FinTS3Client
+   :noindex:
    :members: get_tan_methods
 
 .. autoclass:: fints.models.TANMethod1
@@ -77,6 +78,7 @@ Sending the TAN
 Once obtained the TAN, you can send it with the ``send_tan`` client method:
 
 .. autoclass:: fints.client.FinTS3Client
+   :noindex:
    :members: send_tan
 
 For example: