-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Updated ~script.py per #978 #1013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ed blank space in data_structures/binary tree directory
Updated DIRECTORY.MD file
Please modify the final lines of .travis.yml to run the script on each PR. |
Done @cclauss |
scripts/build_directory_md.py
Outdated
@@ -51,8 +51,10 @@ def _markdown(parent, ignores, ignores_ext, depth): | |||
ignores = [".vs", | |||
".gitignore", | |||
".git", | |||
"~script.py", | |||
"script", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
script or scripts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work here!
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory * Removed .vs/ folder per TheAlgorithms#893 * Rename matrix_multiplication_addition.py to matrix_operation.py * Moved and renamed ~script.py to scripts/build_directory_md.py Updated DIRECTORY.MD file * Modified .travis.yml per suggestion in TheAlgorithms#1013 * Fixed typo per suggestions in TheAlgorithms#1013
Moved and renamed ~script.py to scripts/build_directory_md.py
Added script, .github and requirements.txt to the list of ignore files in build_directory_md.py
Updated DIRECTORY.md file.