Skip to content

Rewrite build_directory_md.py #1076

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 2 commits into from
Jul 28, 2019

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Jul 26, 2019

Rewrite scripts/build_directory_md.py for ease of maintenance.

@cclauss cclauss requested a review from AnshulMalik July 26, 2019 08:47
@cclauss cclauss added the awaiting reviews This PR is ready to be reviewed label Jul 26, 2019
@@ -19,5 +19,5 @@ script:
--ignore=machine_learning/random_forest_classification/random_forest_classification.py
--ignore=machine_learning/random_forest_regression/random_forest_regression.py
after_success:
- python scripts/build_directory_md.py
- scripts/build_directory_md.py > DIRECTORY.md
Copy link
Member

Choose a reason for hiding this comment

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

Does this line mean travis will write to Directory on successful builds?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes but... It is only writing in its local directory. This does not commit those changes back into the repo. I could investigate how to do the latter on branch==master if that would be of interest.

@cclauss cclauss merged commit a0817bd into TheAlgorithms:master Jul 28, 2019
@cclauss cclauss deleted the rewrite-build_directory_md.py branch July 28, 2019 15:27
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Rewrite build_directory_md.py

* Regenerate DIRECTORY.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reviews This PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants