You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR 2 of the user manual (#178). The design is settled in #178, decisions 3 and 5; this issue is the unit of work.
scripts/generate-docs.py (Python 3 + PyYAML):
generates each chapter's Inputs and Outputs tables, each signpost README, and the action table in docs/user/README.md, between <!-- BEGIN GENERATED: … --> / <!-- END GENERATED --> markers;
--check prints the diff and fails.
PyYAML pinned in a requirements file, with a pip entry in .github/dependabot.yml.
actionlint installed as a pinned release with a checksum. It checks templates/*.yml and every complete workflow in a yaml block under docs/user.
Input checks: every quantecon/actions/<x>@… step in the docs and templates uses only inputs that exist and supplies every required one. Every complete example has a permissions: block.
PR 2 of the user manual (#178). The design is settled in #178, decisions 3 and 5; this issue is the unit of work.
scripts/generate-docs.py(Python 3 + PyYAML):docs/user/README.md, between<!-- BEGIN GENERATED: … -->/<!-- END GENERATED -->markers;--checkprints the diff and fails..github/dependabot.yml.templates/*.ymland every complete workflow in ayamlblock underdocs/user.quantecon/actions/<x>@…step in the docs and templates uses only inputs that exist and supplies every required one. Every complete example has apermissions:block.gatejob, beside the template pin-drift check from fix(actions): #107 correctness batch and #109 code items #173.docs/user/actions/setup-environment.mdand its generated signpost README.Done when the checks pass in the gate and the
setup-environmentchapter is merged.