mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-25 09:30:17 -07:00
[SPIKE] Improve backend documentation (#2177)
* Update code owners to include new folks and remove the departed ones * Update maintainers to reflect the current personnel * Update contributing with the latest, and make small changes to readme to make it easier to read * Update maintainers with Lucas Brown * Update installation guide to refine instructions and make them easier to follow * Try emojis to make notes stand out more * Experiment with note * Moved installation of data pipeline into a new file (contents TBD), and redid most part of the data pipeline README for clarity and readability * Add mermaid diagram * Fix table * Update readme for clarity and correctness * Update TOC * Fix comparator doc * Add section on internal score comparison * Move tox information from installation to testing * Update installation for data pipeline * Add emojis to make picking out platform-specific instructions easier * Fix Git caps * Update for readability * Add direct link to VS Code instructions * Fix broken link and improve readability * Update installation for clarity and proper case * Update python text * Clean up information about poetry and poetry lockfiles * Remove duplicate paragraph * Fix case * update date table * re-adjust table to put links at the end * Fix a few minor typos --------- Co-authored-by: Sam Powers <121890478+sampowers-usds@users.noreply.github.com>
This commit is contained in:
parent
79c223b646
commit
c3a68cb251
13 changed files with 498 additions and 481 deletions
|
@ -25,7 +25,7 @@ def cli():
|
|||
|
||||
|
||||
@cli.command(
|
||||
help="Compare score stored in the AWS production environment to the production score. Defaults to checking against version 1.0.",
|
||||
help="Compare score stored in the AWS production environment to the locally generated score. Defaults to checking against version 1.0.",
|
||||
)
|
||||
@click.option(
|
||||
"-v",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue