Skip to content
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

Extend cross referencing options with values #10883

Merged
merged 1 commit into from Oct 2, 2022

Commits on Oct 2, 2022

  1. option ref: support optional part with '[=value]' or ' value'

    This supports a commonly used format when it comes to optional argument:
    -fauto-profile[=path], where `path` is optional part. Plus it supports
    a format when space is used: -fauto-profile path.
    
    Extends: sphinx-doc#10840
    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    marxin and AA-Turner committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    861f1b7 View commit details
    Browse the repository at this point in the history