This is a test project. Only purpose of its existence is for me to learn how to set up a proper CI/CD + Documentation pipeline for developing Julia Packages. I followed the tutorial in the openly available online resource:
Quantitative Economics with Julia: Packages, Testing, and Continuous Integration by Jesse Perla & Thomas J. Sargent & John Stachurski (link)
The Quantecon tutorial does not include Documenter. I learned how to use Documenter and deploy it in Github pages via the youtube tutorial by Jaan Tollander de Balsch, who also has a nice blog post (link)
When in doubt always refer to the latest PkgTemplates documentation (link)