-
-
Notifications
You must be signed in to change notification settings - Fork 46.7k
Update ~script.py #978
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
Comments
Can we give it a better name? Like scripts/build_directory_md.py? |
Maybe SCRIPT_GEN.py or DIR_GEN.py. I think the script should be in the root. |
Keeping in |
I have sent pull request #1013 with the changes |
cclauss
pushed a commit
that referenced
this issue
Jul 13, 2019
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory * Removed .vs/ folder per #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 #1013 * Fixed typo per suggestions in #1013
stokhos
pushed a commit
to stokhos/Python
that referenced
this issue
Jan 3, 2021
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
~script.py
needs to be updated. Currently, it is generating broken links. For example, try opening LCA under Data Structures in DIRECTORY.md. It will show a 404 error..py
and.ipynb
files.binary_search_tree.py
should be listed as Binary Search TreeThe text was updated successfully, but these errors were encountered: