Skip to content
View GLMeece's full-sized avatar

Highlights

  • Pro

Block or report GLMeece

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Steps to Terminal Enlightenment on a... Steps to Terminal Enlightenment on a Mac (tweaking your terminal for fun and profit)
    1
    # Steps to _Terminal_ Enlightenment on a Mac
    2
    
                  
    3
    Hopefully you'll [Live Long and Prosper](https://youtu.be/Iu1qa8N2ID0), so I don't mean **terminal** as in "you gonna die". This is a somewhat _opinionated_ article on configuring a macOS machine with:
    4
    
                  
    5
    * [iTerm2](https://www.iterm2.com/)
  2. Setting up Sphinx for generating doc... Setting up Sphinx for generating documentation from DocStrings, leveraging the Napoleon extension.
    1
    # Sphinx Setup for autodoc
    2
    
                  
    3
    Sphinx is a documentation generator that is the *de facto* standard for Python projects. The official documentation can be a bit daunting as it includes so many options, it's hard to know where to start. 
    4
    
                  
    5
    **Note**: This Gist was updated on 04/04/2019 to accomodate a newer version of Sphinx, as well as Python 3.7. [YMMV](https://en.wiktionary.org/wiki/your_mileage_may_vary)!
  3. nice_title_case_func.py nice_title_case_func.py
    1
    """Nice Title Case Function plus quick demo"""
    2
    
                  
    3
    
                  
    4
    def nice_title_case(str_in: str) -> str:
    5
        """Converts a string to Title Case, with conventional exceptions which
  4. RF_Table_Helpers RF_Table_Helpers Public

    Robot Framework Selenium 2 Extension Library for Table Utilities

    Python 4