GLMeece - Overview

  • 1

    """Nice Title Case Function plus quick demo"""

    4

    def nice_title_case(str_in: str) -> str:

    5

        """Converts a string to Title Case, with conventional exceptions which
  • 1

    # NANO on macOS and Windows

    3

    This should get you up and running with the installation and basic configuration of GNU Nano on both macOS and Windows. In the case of macOS, this will install a newer version of Nano that includes syntax highlighting.
  • 1

    # Unicode for Keyboard Symbols

    5

    - ⇪ (caps lock): `U+21EA`
  • 1

    # Useful Docker Cheat Sheet

    5

    * If needed, create a `.dockerignore` file to exclude files/paths you don't want. Matching rules are from [Golang's filepath rules](https://golang.org/pkg/path/filepath/#Match), as well as [some unique exceptions](https://docs.docker.com/engine/reference/builder/#dockerignore-file).
  • 3

    1. Before beginning, you should have a version of **pip** installed. If you don't, it is recommended you install it universally via the Terminal: **`sudo easy_install pip`**

    4

    2. Once you do, install [**virtualenvwrapper**](https://virtualenvwrapper.readthedocs.io/en/latest/index.html): **`sudo pip install virtualenvwrapper`**. More information can be found in [Read the Docs](https://virtualenvwrapper.readthedocs.io/en/latest/)

    5

    3. Change into the directory where your new project is; e.g., **`cd ~/Documents/Repos/my_new_project`**
  • 1

    # Leveraging Robot Framework's Documentation Support

    5

    This is a short tutorial on how to leverage Robot Framework's built-in support for documentation. This documentation can be embedded in test suites, libraries, and other resource files. The markup is fairly simple, and most closely resembles [AsciiDoc syntax](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/).