8000 Implementing potodo command as a replacement for make todo by Seluj78 · Pull Request #500 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Implementing potodo command as a replacement for make todo #500

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
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Removed script folder and replaced todo.py with potodo
  • Loading branch information
Seluj78 committed Dec 18, 2018
commit 522dbeb8a00fd9a4e9a5b3ce5d6b0eedfbc86cc6
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ progress:

.PHONY: todo
todo:
python3 scripts/todo.py
potodo --github python/python-docs-fr


.PHONY: merge
Expand Down
61 changes: 0 additions & 61 deletions scripts/todo.py

This file was deleted.

0