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

Document IsRangeRep and improve the documentation of ConvertToRangeRep, IsRange, and the section Ranges #3472

Merged
merged 1 commit into from
Jun 27, 2019

Commits on Jun 24, 2019

  1. doc: document IsRangeRep, improve doc of ...

    ... `ConvertToRangeRep`, `IsRange`, and the section `Ranges`
    
    Documents `IsRangeRep`.
    
    Restructures the `ConvertToRangeRep` documentation:
    - remove some redundant statements
    - move some explanations to the `IsRangeRep` doc
      - The documentation previously specified that an object in `IsRangeRep`
        *is* converted into a plain list if a value is assigned to one of its
        entries. This is changed to say that in this case the representation
        *may* be changed.
    
    Adds examples to `IsRange` and the info that assigning to a range turns
    it into a plain list.
    
    Improves the example in the introduction of the `Ranges` section,
    ssiccha committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    cae9e01 View commit details
    Browse the repository at this point in the history