Skip to content

Commit

Permalink
Deployed bac4187 to 0.1.0.dev1 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2025
1 parent 27b992e commit 99055fc
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 20 deletions.
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/accounting/account/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11923,6 +11923,8 @@ <h1 id="brms.accounting.account" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for various types of accounts used in a bank's chart of accounts.</p>




Expand Down
10 changes: 5 additions & 5 deletions 0.1.0.dev1/reference/brms/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ <h1 id="brms.accounting" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module providing basic double-entry accounting system for a bank.</p>
<p>Module for bank accounting.</p>



Expand All @@ -1350,28 +1350,28 @@ <h1 id="brms.accounting" class="doc doc-heading">
<b><code><a class="autorefs autorefs-internal" title="brms.accounting.account" href="account/#brms.accounting.account">account</a></code></b>
<div class="doc-md-description">

<p>Module for various types of accounts used in a bank's chart of accounts.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.accounting.journal" href="journal/#brms.accounting.journal">journal</a></code></b>
<div class="doc-md-description">
<p>Module for handling journal entries in accounting.</p>
<p>Module for accounting journal and entries.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.accounting.ledger" href="ledger/#brms.accounting.ledger">ledger</a></code></b>
<div class="doc-md-description">
<p>Defines the Ledger class, which represents a ledger in an accounting system.</p>
<p>Module for accounting ledger.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.accounting.report" href="report/#brms.accounting.report">report</a></code></b>
<div class="doc-md-description">
<p>Provides classes for generating financial statements and reports.</p>
<p>Module for financial statements and reports.</p>
</div>
</li>
<li class="doc-section-item field-body">
Expand Down
2 changes: 1 addition & 1 deletion 0.1.0.dev1/reference/brms/accounting/journal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ <h1 id="brms.accounting.journal" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for handling journal entries in accounting.</p>
<p>Module for accounting journal and entries.</p>



Expand Down
2 changes: 1 addition & 1 deletion 0.1.0.dev1/reference/brms/accounting/ledger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ <h1 id="brms.accounting.ledger" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Defines the Ledger class, which represents a ledger in an accounting system.</p>
<p>Module for accounting ledger.</p>



Expand Down
2 changes: 1 addition & 1 deletion 0.1.0.dev1/reference/brms/accounting/report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ <h1 id="brms.accounting.report" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Provides classes for generating financial statements and reports.</p>
<p>Module for financial statements and reports.</p>



Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/controllers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,8 @@ <h1 id="brms.controllers" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for MVC controllers in the GUI application.</p>




Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/data/data_loader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,8 @@ <h1 id="brms.data.data_loader" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for data loader.</p>




Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/data/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,8 @@ <h1 id="brms.data.default" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for default simulation.</p>




Expand Down
13 changes: 11 additions & 2 deletions 0.1.0.dev1/reference/brms/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,8 @@ <h1 id="brms.data" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for simulation data loading.</p>




Expand All @@ -1304,14 +1306,21 @@ <h1 id="brms.data" class="doc doc-heading">
<b><code><a class="autorefs autorefs-internal" title="brms.data.data_loader" href="data_loader/#brms.data.data_loader">data_loader</a></code></b>
<div class="doc-md-description">

<p>Module for data loader.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.data.default" href="default/#brms.data.default">default</a></code></b>
<div class="doc-md-description">

<p>Module for default simulation.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.data.schema" href="schema/#brms.data.schema">schema</a></code></b>
<div class="doc-md-description">
<p>Module for schemas in the BRMS.</p>
</div>
</li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/data/schema/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,8 @@ <h1 id="brms.data.schema" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for schemas in the BRMS.</p>




Expand Down
22 changes: 13 additions & 9 deletions 0.1.0.dev1/reference/brms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,10 @@ <h1 id="brms" class="doc doc-heading">
<div class="doc doc-contents first">

<p>BRMS - Bank Risk Management Simulation.</p>
<p>BRMS is an educational tool designed to provide users with an in-depth understanding of bank risk management practices.
It allows users to simulate and respond to various risk scenarios, and analyze the impact on a bank's financial health.</p>
<p>BRMS generally follows the Model-View-Controller (MVC) design pattern for maintainability.
Additional modules are to implement core functionalities that are independent of the GUI.</p>



Expand All @@ -1223,28 +1227,28 @@ <h1 id="brms" class="doc doc-heading">
<b><code><a class="autorefs autorefs-internal" title="brms.accounting" href="accounting/#brms.accounting">accounting</a></code></b>
<div class="doc-md-description">
<p>Module providing basic double-entry accounting system for a bank.</p>
<p>Module for bank accounting.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.controllers" href="controllers/#brms.controllers">controllers</a></code></b>
<div class="doc-md-description">

<p>Module for MVC controllers in the GUI application.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.data" href="data/#brms.data">data</a></code></b>
<div class="doc-md-description">

<p>Module for simulation data loading.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.instruments" href="instruments/#brms.instruments">instruments</a></code></b>
<div class="doc-md-description">

<p>Module for various financial instruments.</p>
</div>
</li>
<li class="doc-section-item field-body">
Expand All @@ -1258,35 +1262,35 @@ <h1 id="brms" class="doc doc-heading">
<b><code><a class="autorefs autorefs-internal" title="brms.metrics" href="metrics/#brms.metrics">metrics</a></code></b>
<div class="doc-md-description">

<p>Module for computing Basel III metrics.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.models" href="models/#brms.models">models</a></code></b>
<div class="doc-md-description">

<p>Module for MVC models in the GUI application.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.services" href="services/#brms.services">services</a></code></b>
<div class="doc-md-description">

<p>Module for various computing services.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.utils" href="utils/#brms.utils">utils</a></code></b>
<div class="doc-md-description">

<p>Module for utility functions and classes.</p>
</div>
</li>
<li class="doc-section-item field-body">
<b><code><a class="autorefs autorefs-internal" title="brms.views" href="views/#brms.views">views</a></code></b>
<div class="doc-md-description">

<p>Module for MVC views in the GUI application.</p>
</div>
</li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/instruments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,8 @@ <h1 id="brms.instruments" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for various financial instruments.</p>




Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/metrics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,8 @@ <h1 id="brms.metrics" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for computing Basel III metrics.</p>




Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/models/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,8 @@ <h1 id="brms.models" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for MVC models in the GUI application.</p>




Expand Down
4 changes: 4 additions & 0 deletions 0.1.0.dev1/reference/brms/services/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,10 @@ <h1 id="brms.services" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for various computing services.</p>
<p>The services module contains various service classes and functions that
provide core functionalities and business logic for the BRMS application.</p>




Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/utils/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,8 @@ <h1 id="brms.utils" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for utility functions and classes.</p>




Expand Down
2 changes: 2 additions & 0 deletions 0.1.0.dev1/reference/brms/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,8 @@ <h1 id="brms.views" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Module for MVC views in the GUI application.</p>




Expand Down
2 changes: 1 addition & 1 deletion 0.1.0.dev1/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 99055fc

Please sign in to comment.