summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* CONTRIBUTING: Make virtualenv dir name consistent with gitignoreEric Cousineau2019-01-301-2/+4
| | | | Update gitignore to be more flexible
* Correct ReStructuredText inline literal syntax in CONTRIBUTING.rstJon Dufresne2019-01-161-3/+3
|
* Merge pull request #799 from jdufresne/typosIan Lee2018-11-141-1/+1
|\ | | | | Fix some spelling in CONTRIBUTING.rst
| * Fix some spelling in CONTRIBUTING.rstJon Dufresne2018-09-161-1/+1
| |
* | Fix line offset for 'invalid escape sequence'Anthony Sottile2018-10-201-1/+1
|/
* Remove suggestion and documentation of using unmaintained noseJon Dufresne2018-09-151-11/+3
| | | | | | | | | | | | | | The nose project has ceased development. The last commit is from Mar 3, 2016. From their docs page: https://nose.readthedocs.io/ > Note to Users > > Nose has been in maintenance mode for the past several years and will > likely cease without a new person/team to take over maintainership. > New projects should consider using Nose2, py.test, or just plain > unittest/unittest2.
* Add variables so blank lines may be configuresAdi Roiban2018-04-081-0/+38
| | | | | | | | This adds some module level configuration points for users to define how many blank lines they want in their code. It paves the way for someone to develop a flake8 plugin to configure this in pycodestyle. Fixes #732
* Spelling fixesVille Skyttä2017-02-241-1/+1
|
* Feedback changes. Typos and capitalization.Thomas Schultz2016-08-021-7/+7
| | | | Fix GitHub capitalization.
* Add contributing instructions.Thomas Schultz2016-08-021-2/+70
|
* Updated two more references to old namedoc-updateIan Lee2016-05-291-2/+2
|
* Finished updating rtd linksupdate-rtd-linksIan Lee2016-05-291-1/+1
| | | | Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
| | | | | | | | As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* CONTRIBUTING docsKristian Glass2015-11-081-0/+4
Shiny shiny GitHub support (https://github.com/blog/1184-contributing-guidelines) plus general good signposting