aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #551 from public/pep8-linkAlex Gaynor2014-02-031-1/+1
|\ | | | | Use python.org instead of peps.io
| * Use python.org instead of peps.ioAlex Stapleton2014-02-031-1/+1
| |
* | Reword for clarityAlex Gaynor2014-01-271-5/+5
| |
* | DOcument that verify() apis should be providedAlex Gaynor2014-01-271-0/+6
| |
* | Capital S is the canonical URLAlex Gaynor2014-01-231-1/+1
|/
* expand tox backend examplePaul Kehrer2014-01-201-1/+1
|
* docs for explicit backend selection and document name attribute of backendPaul Kehrer2014-01-181-0/+10
|
* Fixed #428 -- added a changelogAlex Gaynor2014-01-081-0/+2
|
* String literals are const char*.Alex Stapleton2013-12-281-6/+6
| | | | | | GCC won't whine with -Wall because so much code isn't const correct but writing to a string literal is undefined. -Wwrite-strings is the warning flag to enable to spot these.
* Fix docsPaul Kehrer2013-12-271-1/+1
|
* Convert #defines to explicit type declaration for consistencyPaul Kehrer2013-12-271-0/+17
|
* update style guide docs to reflect change to (void)Paul Kehrer2013-12-271-3/+3
|
* Document our API stability policy. Fixes #312Alex Gaynor2013-12-241-1/+0
|
* Merge pull request #329 from alex/reccomend-versioningPaul Kehrer2013-12-221-0/+4
|\ | | | | Recommend that recipes include a version
| * Recommend that recipes include a versionAlex Gaynor2013-12-211-0/+4
| |
* | English, how does it work?Alex Gaynor2013-12-211-1/+1
| |
* | A handful of cleanups and rewordings to the docsAlex Gaynor2013-12-211-8/+8
|/
* Renamed bindings to backendsAlex Gaynor2013-12-131-1/+1
|
* Document the need for test coverageAlex Gaynor2013-12-131-0/+1
|
* Fixed a mis-spelled wordAlex Gaynor2013-12-121-1/+1
|
* Several policy reccomendations for API designAlex Gaynor2013-12-121-0/+34
|
* Fixed headers in docsAlex Gaynor2013-12-121-3/+3
|
* Improved the docs -- more glossary entries, more advice for writing docsAlex Gaynor2013-12-081-0/+3
|
* Two more fixesAlex Gaynor2013-11-151-1/+1
|
* typoAlex Gaynor2013-11-131-1/+1
|
* Clearer!Alex Gaynor2013-11-131-2/+2
|
* typo fixAlex Gaynor2013-11-131-1/+1
|
* Explain ways in which we can make our docs strongerAlex Gaynor2013-11-131-0/+12
|
* Refer to the sphinx site, rather than the docutils one, for a reST primerAlex Gaynor2013-11-061-1/+1
|
* Document that you should use the hazmat directiveAlex Gaynor2013-10-291-4/+11
|
* Merge pull request #145 from reaperhulk/struct-styleAlex Gaynor2013-10-191-0/+10
|\ | | | | Add struct style info to docs
| * add struct style info to docsPaul Kehrer2013-10-191-0/+10
| |
* | Start better documenting our security procedureAlex Gaynor2013-10-191-5/+2
|/
* DOcument the use of spaces hereAlex Gaynor2013-10-181-0/+9
|
* Document our style guide for C bindingsAlex Gaynor2013-10-181-2/+35
|
* This is a comment, not a command run in a root shellAlex Gaynor2013-10-061-1/+1
|
* Use the right lexer for these examplesAlex Gaynor2013-10-061-4/+4
|
* Switch all repositories over to the new locationDonald Stufft2013-10-041-1/+1
|
* Reflow some paragraphs in the contributing docsAlex Gaynor2013-10-011-13/+11
|
* address dreids review commentsRichard Wall2013-10-011-41/+7
|
* Address review comments. Better headings. More documentation build optionsRichard Wall2013-10-011-37/+60
|
* add some more linksRichard Wall2013-10-011-8/+13
|
* some narrative documentation explaining how to set up a development environmentRichard Wall2013-10-011-0/+81
|
* Captitalize GH properlyAlex Gaynor2013-09-091-2/+2
|
* More fully document the contribution process, move most of the details fromAlex Gaynor2013-09-091-0/+80
CONTRIBUTING.rst to sphinx.