Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
elarroba committed Jan 22, 2024
1 parent 16f22cb commit 083447e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
12 changes: 6 additions & 6 deletions docs/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ IO Engine

Random Data Generation
----------------------
.. automodule:: django_ledger.io.data_generator
.. automodule:: django_ledger.io.io_generator
:members:

IO MixIn
--------
.. automodule:: django_ledger.io.io_mixin
.. automodule:: django_ledger.io.io_core
:members:

IO Context
--------
.. automodule:: django_ledger.io.io_context
----------
.. automodule:: django_ledger.io.io_middleware
:members:

IO Library
--------
----------
.. automodule:: django_ledger.io.io_library
:members:

IO Digest
--------
---------
.. automodule:: django_ledger.io.io_digest
:members:
6 changes: 0 additions & 6 deletions docs/source/quickstart_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ cursor.dispatch('sale_blueprint',
```

## Commit Your Instructions

Not recommended to post both ledger and journal entries. Posted transactions will immediately hit the books.
**result** contains resulting ledger models, journal entries and transactions fro the committed

Expand Down Expand Up @@ -928,8 +927,3 @@ reports.income_statement.get_report_data()
```python
reports.cash_flow_statement.get_report_data()
```


```python

```
14 changes: 1 addition & 13 deletions notebooks/QuickStart Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
},
{
"cell_type": "code",
"execution_count": 94,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -2323,18 +2323,6 @@
"source": [
"reports.cash_flow_statement.get_report_data()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 083447e

Please sign in to comment.