Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Allow for hanging indent when documenting args in Google style #564

Merged
merged 13 commits into from Dec 30, 2021

Commits on Dec 9, 2021

  1. allow for hanging indent in google style Args docs

    Ryan Morshead committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    c70f23f View commit details
    Browse the repository at this point in the history
  2. update release notes

    Ryan Morshead committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    84b82f4 View commit details
    Browse the repository at this point in the history
  3. improve docstring

    Ryan Morshead committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    b49fe60 View commit details
    Browse the repository at this point in the history
  4. Update release_notes.rst

    rmorshea committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    1455277 View commit details
    Browse the repository at this point in the history
  5. remove extraneous print

    rmorshea committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a1dd075 View commit details
    Browse the repository at this point in the history
  6. Better handling of new line

    The catches the case there the docstring is
    
    x
        : asdasd
    
    Which, without these changes, would be treated the same as
    
    x:
        asdasd
    rmorshea committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    76ed7b4 View commit details
    Browse the repository at this point in the history
  7. No need for multiline mode

    rmorshea committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    aa06e9a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. fix regex

    rmorshea committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3d9843c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. sort imports

    rmorshea committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    bc775c0 View commit details
    Browse the repository at this point in the history
  2. fix docstring

    rmorshea committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    9d11efa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Upgrade black

    rmorshea committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d395862 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    8b23065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a8466 View commit details
    Browse the repository at this point in the history