[Pytest-commit] commit/pytest: hpk42: rename, refine and link to new contributing doc from several places.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jan 23 10:21:15 CET 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/1811cb137050/
Changeset:   1811cb137050
User:        hpk42
Date:        2014-01-23 10:21:06
Summary:     rename, refine and link to new contributing doc from several places.
Affected #:  7 files

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 CONTRIBUTING.rst
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -15,14 +15,14 @@
 Do you like py.test?  Share some love on Twitter or in your blog posts!
 
 We'd also like to hear about your propositions and suggestions.  Feel free to
-submit them as issues `here <https://bitbucket.org/hpk42/pytest/issues>`__ and:
+`submit them as issues <https://bitbucket.org/hpk42/pytest/issues>`__ and:
 
 * Set the "kind" to "enhancement" or "proposal" so that we can quickly find
   about them.
 * Explain in detail how they should work.
 * Keep the scope as narrow as possible.  This will make it easier to implement.
-* If you have required skills and/or knowledge, you can always contribute to
-  these issues!
+* If you have required skills and/or knowledge, we are very happy for
+  pull requests (see below).
 
 Report bugs
 -----------

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 doc/en/_templates/links.html
--- a/doc/en/_templates/links.html
+++ b/doc/en/_templates/links.html
@@ -1,6 +1,7 @@
 <h3>Useful Links</h3><ul><li><a href="{{ pathto('index') }}">The pytest Website</a></li>
+  <li><a href="{{ pathto('contributing') }}">Contribution Guide</a></li><li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li><li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li><li><a href="https://github.com/hpk42/pytest/">pytest @ github</a></li>

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 doc/en/contact.txt
--- a/doc/en/contact.txt
+++ b/doc/en/contact.txt
@@ -18,6 +18,9 @@
 
 - `pytest-commit at python.org (mailing list)`_: for commits and new issues
 
+- :doc:`contribution guide <contributing>` for help on submitting pull
+  requests to bitbucket or github.
+
 - #pylib on irc.freenode.net IRC channel for random questions.
 
 - private mail to Holger.Krekel at gmail com if you want to communicate sensitive issues

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 doc/en/contents.txt
--- a/doc/en/contents.txt
+++ b/doc/en/contents.txt
@@ -16,7 +16,7 @@
    plugins
    example/index
    talks
-   contribute
+   contributing
    funcarg_compare.txt
    announce/index
 

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 doc/en/contribute.txt
--- a/doc/en/contribute.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-.. _contributing:
-
-.. include:: ../../CONTRIBUTING.rst

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 doc/en/contributing.txt
--- /dev/null
+++ b/doc/en/contributing.txt
@@ -0,0 +1,3 @@
+.. _contributing:
+
+.. include:: ../../CONTRIBUTING.rst

diff -r 60052491d38bf3fd68909c35aa04e063415fe2b6 -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 doc/en/develop.txt
--- a/doc/en/develop.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-=================================================
-Feedback and contribute to pytest
-=================================================
-
-.. toctree::
-   :maxdepth: 2
-
-   contact.txt
-
-.. _checkout:
-
-Working from version control or a tarball
-=================================================
-
-To follow development or start experiments, checkout the
-complete code and documentation source with mercurial_::
-
-    hg clone https://bitbucket.org/hpk42/pytest/
-
-You can also go to the python package index and
-download and unpack a TAR file::
-
-    http://pypi.python.org/pypi/pytest/
-
-Activating a checkout with setuptools
---------------------------------------------
-
-With a working Distribute_ or setuptools_ installation you can type::
-
-    python setup.py develop
-
-in order to work inline with the tools and the lib of your checkout.
-
-If this command complains that it could not find the required version
-of "py" then you need to use the development pypi repository::
-
-    python setup.py develop -i http://pypi.testrun.org
-
-
-.. include:: links.inc

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list