-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The description of the Make target update_doc_table: ## Check markdown files for invalid links is incorrect (failed to update after copy/paste in PR #317)
It should read ## Regenerate the /docs/README.md file
.PHONY: update_doc_table
update_doc_table: ## Regenerate the /docs/README.md fileThe descriptions of the Make targets can be viewed when running make help (or just make without specifying a target)
$ make
help List the Make targets with description
check_npm_packages Verify NPM packages
update_npm_packages Update NPM packages
check_doc_links Check markdown files for invalid links
update_doc_table Regenerate the /docs/README.md file
check_license Make sure source files have license headerMetadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed