Skip to content

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

Merged
merged 9 commits into from
Jul 13, 2019
Merged

Conversation

qckzr
Copy link
Contributor

@qckzr qckzr commented Jul 13, 2019

  • 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.

@qckzr qckzr mentioned this pull request Jul 13, 2019
@cclauss
Copy link
Member

cclauss commented Jul 13, 2019

Please modify the final lines of .travis.yml to run the script on each PR.

@qckzr
Copy link
Contributor Author

qckzr commented Jul 13, 2019

Done @cclauss

@@ -51,8 +51,10 @@ def _markdown(parent, ignores, ignores_ext, depth):
ignores = [".vs",
".gitignore",
".git",
"~script.py",
"script",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script or scripts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work here!

@cclauss cclauss merged commit d72586c into TheAlgorithms:master Jul 13, 2019
@qckzr qckzr deleted the updating-script.py branch July 14, 2019 02:59
stokhos pushed a commit to stokhos/Python that referenced this pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants