Uh oh!
There was an error while loading. Please reload this page.
Added script for automatically generating DIRECTORY.md - #889
Conversation
NielXu
commented
Jun 8, 2019
And also, I did not check all the links in |
cclauss
commented
Jun 8, 2019
Slick... Well done. A nice improvement would be sorting of the sub-directories & files. |
#890 demonstrates where to put it into .travis.yml but then we need to commit the changed file to the repo under test. Output: https://travis-ci.com/cclauss/Python-3/builds/114846147#L8552 |
NielXu
commented
Jun 8, 2019
@cclauss Do you mean sorting files and directories by alphabetical order? I have done sorting the directories and it is not difficult to sort files as well. And thanks I will check out the .travis.yml |
cclauss
commented
Jun 9, 2019
Yes. Sorting file directories by alphabetical order too. Thanks much. |
poyea
commented
Jun 17, 2019
Thank you very much. I'll merge this. It's okay to improve the script or method based on this PR. |
poyea
commented
Jun 17, 2019
That's a lot of work. Thanks. |
I added a python script that scans through the directory and generates the corresponding DIRECTORY.md. I have also done some formatting for the names, for example, replace underscores to whitespaces, capitalize folder names. However, contributors must still run
python script.pyin order to generate DIRECTORY.md.