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

Add doc8 run to CI and lint checks #52

Merged
merged 7 commits into from
Feb 21, 2019

Commits on Feb 21, 2019

  1. Add doc8 run to CI and lint checks

    This commit adds running doc8 to our normal CI and lint workflows. Right
    now we don't have any doc verification (aside from what pylint enforces
    on docstrings in the tests, which doesn't get published anywhere) and when
    it comes time to publish a new release there is a scramble to fix all the
    warnings (and potentially errors) in the documentation. By running doc8 we
    can verify that our documentation is formatted properly for sphinx to
    compile the output without issue (and without any warnings).
    mtreinish committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    796f911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef609d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e03befa View commit details
    Browse the repository at this point in the history
  4. Fix last lint issues

    mtreinish committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    0386ad7 View commit details
    Browse the repository at this point in the history
  5. Fix lint from rebase

    mtreinish committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    e6522cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09c9b69 View commit details
    Browse the repository at this point in the history
  7. More rebase fixes

    mtreinish committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    072d919 View commit details
    Browse the repository at this point in the history