Skip to content

Document Python local functions in manpage#371

Merged
yoavnir merged 1 commit into
yoavnir:dev-1.0.0from
donglrd:docs-python-local-functions
May 11, 2026
Merged

Document Python local functions in manpage#371
yoavnir merged 1 commit into
yoavnir:dev-1.0.0from
donglrd:docs-python-local-functions

Conversation

@donglrd
Copy link
Copy Markdown

@donglrd donglrd commented May 11, 2026

Summary

Adds a short PYTHON FUNCTIONS section to the manpage.

It documents:

  • localfuncs.py
  • lookup through SPECSPATH
  • public vs helper function names
  • a small commas() example
  • --pythonFuncs behavior

Testing

  • git diff --check

Fixes #369

@yoavnir
Copy link
Copy Markdown
Owner

yoavnir commented May 11, 2026

Thanks, @donglrd Looks good.

Can you please change it so the target is yoavnir:dev-1.0.0?

@donglrd donglrd changed the base branch from dev to dev-1.0.0 May 11, 2026 09:20
@donglrd donglrd force-pushed the docs-python-local-functions branch from 097bd65 to df2bce7 Compare May 11, 2026 09:26
@donglrd
Copy link
Copy Markdown
Author

donglrd commented May 11, 2026

Done — retargeted the PR to dev-1.0.0 and rebuilt the branch on that base so it is mergeable now.

@yoavnir yoavnir merged commit b03091a into yoavnir:dev-1.0.0 May 11, 2026
4 checks passed
@yoavnir
Copy link
Copy Markdown
Owner

yoavnir commented May 11, 2026

Thanks!

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.

Document in manpage the writing local function in Python

2 participants