-
Notifications
You must be signed in to change notification settings - Fork 301
Open
Labels
Description
The book's model pages (05_models) should link to their corresponding package READMEs and pkgdown documentation, similar to how ED2's page already links to external resources.
Current state:
- Most model pages have empty metadata tables and no links to package documentation
- The model index lists 13 models but 7 additional packages exist without book entries (
basgra,cable,dvmdostem,fates,jules,maat,sibcasa) - Some READMEs contain useful content not reflected in the book (e.g.
JULESandCABLEhave installation guides,MAAThas author/citation info)
Proposed changes:
-
Add links to each model page pointing to:
- Package README on github
- Pkgdown function reference
- External model homepage where applicable
-
Update model index to include all supported models
-
Fill in metadata tables (Home Page, Source Code, License, Authors) -- much of this info exists in READMEs or can be derived from DESCRIPTION files
Side note: two READMEs (linkages and sibcasa) still contain the generic template text rather than package specific content.
Reactions are currently unavailable