* changed python script to ignore anchors as we want to fail only when the link fails to resolve to a site. Broken anchors are still flagged in the results.
* Improved comments in parse-link-check.py to make it easier to run outside of Makefile.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Added more comments to parse-link-check.py
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Small wording update.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
Modifies extractor function to remove duplicate includes.
- Revises pattern5 regex to include descriptions with special chars.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Resolves consistency in rows for template.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Closes#378.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Local Makefile to be called from parent Makefile at source/
- README.md
- cloned_repo dir necessary for executing bundle_lister.py
- requirements.txt per developer standard
- template.html also necessary for executing bundle_lister.py
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>