-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Markdown links * Fix Markdown header levels * Fix Markdown footnotes * Switch Markdown parser to MyST * Fix references in toctrees * Fix title underline length * Remove out of date instructions * Ignore Numba deprecation warnings * Fix ConsRiskyContribModel module docstring * Fix section underline lengths in docstrings * Escape inline markup (``*``) * Escape LaTeX macros in docstrings * Add link to Fashion Victim, from before it was removed * Fix mathematical markup in notebooks * Fix bullet points markup * Fix spacing for sections in ConsIndShockModel.py * Ignore the NARK directory * Fix the duplicate object description warning * Enable failing on warnings during documentation rendering in GitHub Actions * Restructure navigation * Add orphan Tools & Models index pages * Fix table of contents
- Loading branch information
Showing
12 changed files
with
108 additions
and
92 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Guides | ||
====== | ||
|
||
.. toctree:: | ||
:caption: Usage | ||
:maxdepth: 1 | ||
|
||
quick_start | ||
installation | ||
|
||
.. toctree:: | ||
:caption: Development | ||
:maxdepth: 1 | ||
|
||
contributing |
2 changes: 1 addition & 1 deletion
2
.../contributing/Installation_instruction.md → Documentation/guides/installation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Overview | ||
======== | ||
|
||
.. toctree:: | ||
:caption: Introduction to HARK | ||
:maxdepth: 1 | ||
|
||
introduction | ||
ARKitecture | ||
|
||
.. toctree:: | ||
:caption: Examples | ||
:maxdepth: 1 | ||
|
||
../example_notebooks/Gentle-Intro-To-HARK.ipynb | ||
../example_notebooks/PerfForesightConsumerType.ipynb | ||
../example_notebooks/IndShockConsumerType.ipynb | ||
../example_notebooks/KinkedRconsumerType.ipynb | ||
../example_notebooks/ConsPortfolioModel.ipynb | ||
../example_notebooks/GenIncProcessModel.ipynb | ||
../example_notebooks/LifecycleModel.ipynb | ||
../example_notebooks/HowWeSolveIndShockConsumerType.ipynb | ||
../example_notebooks/Journey-PhD.ipynb | ||
|
||
.. toctree:: | ||
:hidden: | ||
:caption: Extras | ||
|
||
../CHANGELOG | ||
../license |
2 changes: 1 addition & 1 deletion
2
Documentation/introduction.md → Documentation/overview/introduction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
Consumption Saving | ||
-------------------- | ||
:orphan: | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
Consumption Saving | ||
================== | ||
|
||
ConsAggShockModel | ||
ConsGenIncProcessModel | ||
ConsIndShockModel | ||
ConsIndShockModelFast | ||
ConsLaborModel | ||
ConsMarkovModel | ||
ConsMedModel | ||
ConsPortfolioFrameModel | ||
ConsPortfolioModel | ||
ConsPrefShochModel | ||
ConsRepAgentModel | ||
ConsRiskyAssetModel | ||
ConsRiskyContribModel | ||
TractableBufferStockModel | ||
See :doc:`../index`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,40 @@ | ||
API Documentation | ||
================== | ||
|
||
Tools | ||
-------- | ||
API Reference | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
tools/index | ||
:caption: Tools | ||
:maxdepth: 1 | ||
|
||
Models | ||
-------- | ||
tools/core | ||
tools/dcegm | ||
tools/distribution | ||
tools/econforgeinterp | ||
tools/estimation | ||
tools/frame | ||
tools/helpers | ||
tools/interpolation | ||
tools/numba_tools | ||
tools/parallel | ||
tools/rewards | ||
tools/simulation | ||
tools/utilities | ||
tools/validators | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:caption: Models | ||
:maxdepth: 1 | ||
|
||
ConsumptionSaving/index | ||
ConsumptionSaving/ConsAggShockModel | ||
ConsumptionSaving/ConsGenIncProcessModel | ||
ConsumptionSaving/ConsIndShockModel | ||
ConsumptionSaving/ConsIndShockModelFast | ||
ConsumptionSaving/ConsLaborModel | ||
ConsumptionSaving/ConsMarkovModel | ||
ConsumptionSaving/ConsMedModel | ||
ConsumptionSaving/ConsPortfolioFrameModel | ||
ConsumptionSaving/ConsPortfolioModel | ||
ConsumptionSaving/ConsPrefShochModel | ||
ConsumptionSaving/ConsRepAgentModel | ||
ConsumptionSaving/ConsRiskyAssetModel | ||
ConsumptionSaving/ConsRiskyContribModel | ||
ConsumptionSaving/TractableBufferStockModel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
Tools | ||
----- | ||
:orphan: | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
Tools | ||
===== | ||
|
||
core | ||
dcegm | ||
distribution | ||
econforgeinterp | ||
estimation | ||
frame | ||
helpers | ||
interpolation | ||
numba_tools | ||
parallel | ||
rewards | ||
simulation | ||
utilities | ||
validators | ||
See :doc:`../index`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters