Removes sphinx warnings

This commit is contained in:
Christopher Neugebauer 2016-04-25 13:24:57 +10:00
parent c0b0ae780d
commit 213c11ac11
2 changed files with 3 additions and 2 deletions

View file

@ -30,5 +30,6 @@ Indices and tables
================== ==================
* :ref:`genindex` * :ref:`genindex`
.. * :ref:`modindex`
* :ref:`search` * :ref:`search`
.. * :ref:`modindex`

View file

@ -141,7 +141,7 @@ Credits can be applied to invoices::
This will result in an instance of ``CreditNoteApplication`` being applied as a payment to ``invoice``. ``CreditNoteApplication`` will always be a payment of the full amount of its parent credit note. If this payment overpays the invoice it's being applied to, a credit note for the residual will be generated. This will result in an instance of ``CreditNoteApplication`` being applied as a payment to ``invoice``. ``CreditNoteApplication`` will always be a payment of the full amount of its parent credit note. If this payment overpays the invoice it's being applied to, a credit note for the residual will be generated.
Refunding credit notes Refunding credit notes
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
It is possible to release a credit note back to the original payment platform. To do so, you attach an instance of ``CreditNoteRefund`` to the original ``CreditNote``: It is possible to release a credit note back to the original payment platform. To do so, you attach an instance of ``CreditNoteRefund`` to the original ``CreditNote``:
.. autoclass :: CreditNoteRefund .. autoclass :: CreditNoteRefund