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

Fix/trailing whitespaces #153

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2021

  1. Remove trailing whitespaces

    This commit contains following fixes:
      - Trailing whitespace
          Usually, we don't want to have trailing whitespaces at end of
          line. It makes diff uglier and maintenance of code harder.
      - No newline at end of file
          Historically, POSIX standard requires to have a newline at the end
          of non-empty file, which shouldn't proceeds by a backslash[1].
    
    [1]: https://gcc.gnu.org/legacy-ml/gcc/2003-11/msg01568.html
    etanot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    3c658d1 View commit details
    Browse the repository at this point in the history
  2. [thebeginning] Fix hyperlinks

    Due to missing '_' character at the end of hyperlinks, Sphinx shows
    those hyperlinks as raw URL.
    etanot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    92c2094 View commit details
    Browse the repository at this point in the history
  3. [thebeginning] Fix a typo

    Fix spell of terminal (terinal -> terminal).
    etanot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    5aca60e View commit details
    Browse the repository at this point in the history
  4. [thebeginning] Fix punctuation

    A complete sentence should ends with a period punctuation.
    etanot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b9ae5b0 View commit details
    Browse the repository at this point in the history
  5. [virtualenv] Fix pipenv's shell prompt

    When we launch pipenv's shell prompt, pipenv automatically adds the
    virtual environment name in the shell prompt, like virtualenv.
    etanot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e681a05 View commit details
    Browse the repository at this point in the history