Skip to content

Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references #139895

@LamentXU123

Description

@LamentXU123

After #139843 I've found more undocumented signals that will cause reference warnings.

C:\Users\admin\Desktop\cpython-main\Doc\library\signal.rst:475: WARNING: py:data reference target not found: SIGSTOP [ref.data]
C:\Users\admin\Desktop\cpython-main\Doc\library\signal.rst:496: WARNING: py:const reference target not found: SIGVTALRM [ref.const]
C:\Users\admin\Desktop\cpython-main\Doc\library\signal.rst:496: WARNING: py:const reference target not found: SIGPROF [ref.const]

similar to the farmer one I'm adding those documents to signal.rst, with description in https://pubs.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html . The document is ordered in the same way.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions