Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs(makefile): add autodocumenting to makefile#239

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 1 commit into3.10fromupdate/add_autodocumenting_to_makefile
Feb 12, 2022

Conversation

josix
Copy link
Collaborator

@josixjosix commentedFeb 12, 2022
edited
Loading

Add autodocumenting to makefile, which works as following,

image

Copy link
Collaborator

@mattwang44mattwang44 left a comment

Choose a reason for hiding this comment

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

The GitHub Actions scripts use themake command (which is equivalent tomake all before the change in this PR) for CI. This PR alters the behavior ofmake and thus modifying themake commands tomake all in CI scripts are required.

The CI simply prints the help msg and would be always passed:
https://github.com/python/python-docs-zh-tw/runs/5166355481?check_suite_focus=true

@josixjosixforce-pushed theupdate/add_autodocumenting_to_makefile branch fromfb64a75 to2211879CompareFebruary 12, 2022 17:10
@josix
Copy link
CollaboratorAuthor

The GitHub Actions scripts use themake command (which is equivalent tomake all before the change in this PR) for CI. This PR alters the behavior ofmake and thus modifying themake commands tomake all in CI scripts are required.

The CI simply prints the help msg and would be always passed:https://github.com/python/python-docs-zh-tw/runs/5166355481?check_suite_focus=true

Thanks for reminding me. I've fixed that, please have a look.

Copy link
Collaborator

@mattwang44mattwang44 left a comment

Choose a reason for hiding this comment

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

LGTM

One little thing that can possibly do is to move the python script from Makefile to a newly-created python script (e.g.scripts/print_makefile_help_msg.py) but we can start this once we think it's necessary.

josix reacted with thumbs up emoji
@mattwang44mattwang44 merged commitcdc2562 into3.10Feb 12, 2022
@mattwang44mattwang44 deleted the update/add_autodocumenting_to_makefile branchFebruary 12, 2022 17:32
beccalzh pushed a commit to beccalzh/python-docs-zh-tw that referenced this pull requestSep 4, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mattwang44mattwang44mattwang44 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@josix@mattwang44

[8]ページ先頭

©2009-2025 Movatter.jp