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/modules #161

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

Fix/modules #161

wants to merge 5 commits into from

Commits on Sep 3, 2021

  1. [modules] fix(warning): Inline text start-string with end-string

    While running 'make' command, Sphinx throws following warning messages:
    ```
    pym/docs/modules.rst:218: WARNING: Inline interpreted text or phrase
    reference start-string without end-string.
    pym/docs/modules.rst:219: WARNING: Inline interpreted text or phrase
    reference start-string without end-string.
    ```
    
    This happens because there is a space present before closing caret (`)
    character.
    etanot committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    00b9bad View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. [modules] Fix typos

    This commit contains following changes:
      - Fix spell of following words:
          - below (bellow -> below).
          - interpreter (interpeter -> interpreter).
      - Replace "and" word with "a".
      - Fix formatting issue in "Module os" section.
      - Add missing "by" word in "Request module" section.
    etanot committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    4c8d0e7 View commit details
    Browse the repository at this point in the history
  2. [modules] Fix punctuations

    This commit contains following changes:
      - End complete sentence with a period punctuation.
      - End sentence with colon punctuation, if next sentence contains
        explanation of it.
    etanot committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    49fc7bd View commit details
    Browse the repository at this point in the history
  3. [modules] Fix hyperlink

    etanot committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    6431a24 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. [modules] Fix formatting issue in 'Command line arguments' section

    Separate "important" section.
    etanot committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    11f63fa View commit details
    Browse the repository at this point in the history