Skip to content

Hide .appveyor.yml with dotfiles, update links #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/announce/release-0.9.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here is a quick summary of what the py lib provides:

See here for more information:

Pypi pages: http://pypi.python.org/pypi/py/
Pypi pages: https://pypi.org/project/py/

Download/Install: http://codespeak.net/py/0.9.2/download.html

Expand Down
2 changes: 1 addition & 1 deletion doc/announce/release-1.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ holger
.. _`default plugins`: http://codespeak.net/py/dist/test/plugin/index.html
.. _`distributed testing`: http://codespeak.net/py/dist/test/dist.html
.. _`elastic distributed execution`: http://codespeak.net/py/dist/execnet.html
.. _`1.0.0 py lib release`: http://pypi.python.org/pypi/py
.. _`1.0.0 py lib release`: https://pypi.org/project/py/
.. _`oejskit`: http://codespeak.net/py/dist/test/plugin/oejskit.html

2 changes: 1 addition & 1 deletion doc/announce/release-1.4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ as "pytest-2.0.0", see here for the revamped docs:
http://pytest.org

And "py.cleanup|py.lookup|py.countloc" etc. helpers are now part of
the pycmd distribution, see http://pypi.python.org/pypi/pycmd
the pycmd distribution, see https://pypi.org/project/pycmd/

This makes "py-1.4.0" a simple library which does not install
any command line utilities anymore.
Expand Down
2 changes: 1 addition & 1 deletion doc/announce/release-1.4.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ comes as its own separate "pytest" distribution, see:
http://pytest.org

Also, the "py.cleanup|py.lookup|py.countloc" helpers are now part of
the pycmd distribution, see http://pypi.python.org/pypi/pycmd
the pycmd distribution, see https://pypi.org/project/pycmd/


Changes between 1.4.0 and 1.4.1
Expand Down
12 changes: 5 additions & 7 deletions doc/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ as a clone of ``py.test`` when py.test was in the ``0.8`` release
cycle so some of the newer features_ introduced with py.test-1.0
and py.test-1.1 have no counterpart in nose_.

.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/
.. _nose: https://nose.readthedocs.io/
.. _features: test/features.html
.. _apipkg: http://pypi.python.org/pypi/apipkg
.. _apipkg: https://pypi.org/project/apipkg/


What's this "magic" with py.test?
Expand Down Expand Up @@ -112,7 +112,7 @@ and will safely find all factory functions for the ``MYARG`` function
argument. It helps to alleviate the de-coupling of function
argument usage and creation.

.. _`Convention over Configuration`: http://en.wikipedia.org/wiki/Convention_over_Configuration
.. _`Convention over Configuration`: https://en.wikipedia.org/wiki/Convention_over_configuration

Can I yield multiple values from a factory function?
-----------------------------------------------------
Expand All @@ -134,7 +134,7 @@ Use the `pytest_generate_tests`_ hook to solve both issues
and implement the `parametrization scheme of your choice`_.

.. _`pytest_generate_tests`: test/funcargs.html#parametrizing-tests
.. _`parametrization scheme of your choice`: http://tetamap.wordpress.com/2009/05/13/parametrizing-python-tests-generalized/
.. _`parametrization scheme of your choice`: https://holgerkrekel.net/2009/05/13/parametrizing-python-tests-generalized/


py.test interaction with other packages
Expand Down Expand Up @@ -167,6 +167,4 @@ script with this content and invoke that with the python version::

.. _`directly use a checkout`: install.html#directly-use-a-checkout

.. _`install distribute`: http://pypi.python.org/pypi/distribute#installation-instructions


.. _`install distribute`: https://pypi.org/project/distribute/
18 changes: 9 additions & 9 deletions doc/install.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.. _`py`:
.. _`index page`: http://pypi.python.org/pypi/py/
.. _`index page`: https://pypi.org/project/py/

installation info in a nutshell
===================================================
Expand All @@ -15,7 +15,7 @@ installation info in a nutshell

**Installers**: ``easy_install`` and ``pip``

**hg repository**: https://bitbucket.org/hpk42/py
**Code repository**: https://github.com/pytest-dev/py

easy install or pip ``py``
-----------------------------
Expand All @@ -39,16 +39,16 @@ Working from version control or a tarball
-----------------------------------------------

To follow development or start experiments, checkout the
complete code and documentation source with mercurial_::
complete code and documentation source::

hg clone https://bitbucket.org/hpk42/py
git clone https://github.com/pytest-dev/py

Development takes place on the 'trunk' branch.
Development takes place on the 'master' branch.

You can also go to the python package index and
download and unpack a TAR file::

http://pypi.python.org/pypi/py/
https://pypi.org/project/py/

activating a checkout with setuptools
--------------------------------------------
Expand All @@ -63,7 +63,7 @@ in order to work inline with the tools and the lib of your checkout.

.. _`directly use a checkout`:

.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`setuptools`: https://pypi.org/project/setuptools/


Mailing list and issue tracker
Expand All @@ -73,10 +73,10 @@ Mailing list and issue tracker

- #pylib on irc.freenode.net IRC channel for random questions.

- `bitbucket issue tracker`_ use this bitbucket issue tracker to report
- `issue tracker`_ use the issue tracker to report
bugs or request features.

.. _`bitbucket issue tracker`: http://bitbucket.org/hpk42/py/issues/
.. _`issue tracker`: https://github.com/pytest-dev/py/issues

.. _codespeak: http://codespeak.net/
.. _`py-dev`:
Expand Down
15 changes: 7 additions & 8 deletions doc/links.inc
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@

.. _`skipping plugin`: plugin/skipping.html
.. _`funcargs mechanism`: funcargs.html
.. _`doctest.py`: http://docs.python.org/library/doctest.html
.. _`doctest.py`: https://docs.python.org/library/doctest.html
.. _`xUnit style setup`: xunit_setup.html
.. _`pytest_nose`: plugin/nose.html
.. _`reStructured Text`: http://docutils.sourceforge.net
.. _`Python debugger`: http://docs.python.org/lib/module-pdb.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
.. _pytest: http://pypi.python.org/pypi/pytest
.. _mercurial: http://mercurial.selenic.com/wiki/
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`distribute`: http://pypi.python.org/pypi/distribute
.. _`pip`: http://pypi.python.org/pypi/pip
.. _`virtualenv`: http://pypi.python.org/pypi/virtualenv
.. _nose: https://nose.readthedocs.io/
.. _pytest: https://pypi.org/project/pytest/
.. _`setuptools`: https://pypi.org/project/setuptools/
.. _`distribute`: https://pypi.org/project/distribute/
.. _`pip`: https://pypi.org/project/pip/
.. _`virtualenv`: https://pypi.org/project/virtualenv/
.. _hudson: http://hudson-ci.org/
2 changes: 1 addition & 1 deletion doc/path.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ py.path
**Note**: The 'py' library is in "maintenance mode" and so is not
recommended for new projects. Please check out
`pathlib <https://docs.python.org/3/library/pathlib.html>`_ or
`pathlib2 <https://pypi.python.org/pypi/pathlib2/>`_ for path
`pathlib2 <https://pypi.org/project/pathlib2/>`_ for path
operations.

The 'py' lib provides a uniform high-level api to deal with filesystems
Expand Down