{{ message }}
Added script for automatically generating DIRECTORY.md - #889
Merged
Merged
Conversation
Contributor
Author
Member
|
Slick... Well done. A nice improvement would be sorting of the sub-directories & files. |
Member
|
#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 |
Contributor
Author
|
@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 |
Member
|
Yes. Sorting file directories by alphabetical order too. Thanks much. |
Member
|
Thank you very much. I'll merge this. It's okay to improve the script or method based on this PR. |
poyea
approved these changes
Jun 17, 2019
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.