website/update-imported-docs
aimeeu 04127a3acb Update script for Python3, PyYAML 5.1.2 (#17127)
-Update to use argparse.ArgumentParser() for command line args
-Use tempfile library to create tmp work directory

-Remove shutil.rmtree because it was throwing permission errors and
not deleting the directory. Also no longer needed after switching
to tempfile.

-Enchance error handling
-Add check for Go installation
-Enhance check for PyYAML installation
-Change deprecated PyYAML load function to full_load
-Add comments at top of file
-Modify to comply with PEP8
-Update kubernetes-components.md with software versions to match script

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-22 14:04:18 -07:00
..
README.md Update how to use the update-imported-docs tool (#16777) 2019-10-14 16:19:52 -07:00
reference.yml Update reference-docs repo (#16622) 2019-09-30 12:42:46 -07:00
release.yml Official 1.13 Release Docs (#11401) 2018-12-03 17:21:11 -08:00
update-imported-docs.py Update script for Python3, PyYAML 5.1.2 (#17127) 2019-10-22 14:04:18 -07:00

README.md

Update imported docs

This tool updates the reference docs generated from the Kubernetes repository.

Generating Reference Pages for Kubernetes Components and Tools contains detailed instructions for using this tool.