Skip to content
Snippets Groups Projects
  1. Oct 14, 2018
  2. Aug 23, 2018
  3. Jul 15, 2018
  4. Jun 11, 2018
  5. Jun 06, 2018
  6. May 02, 2018
  7. Apr 07, 2018
    • Nick Murphy's avatar
      Update information on pep257 & numpy conventions (#300) · 6cca2241
      Nick Murphy authored
      * Update information on pep257 & numpy conventions
      
      The file `error_codes.rst` had information that specified the pep257
      default convention, but lacked information about the numpy convention.
      I updated this section of the docs with the conventions specified at
      the end of `src/pydocstyle/violations.py`, which presently are:
      
      conventions = AttrDict({
          'pep257': all_errors - {'D203', 'D212', 'D213', 'D214', 'D215', 'D404',
                                  'D405', 'D406', 'D407', 'D408', 'D409', 'D410',
                                  'D411'},
          'numpy': all_errors - {'D107', 'D203', 'D212', 'D213', 'D402', 'D413'}
      })
      
      * Update release notes about conventions doc update
      
      * Add pull request number to release notes
      
      * Add link to usage section from conventions section
      6cca2241
  8. Dec 18, 2017
  9. Oct 10, 2017
  10. Oct 09, 2017
  11. Oct 08, 2017
  12. Oct 05, 2017
  13. Oct 01, 2017
  14. Sep 30, 2017
  15. Sep 25, 2017
  16. Sep 24, 2017
  17. Sep 23, 2017
  18. Sep 22, 2017
Loading