Skip to content

Commit

Permalink
Added a temporary version warning to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Apr 25, 2015
1 parent 6bde8a0 commit 8fdd3b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ If you wish to do a user-wide install:
pip install --user clize
.. warning::

These docs refer to an in-development version of clize. The instructions here will NOT work on the latest stable version, Clize 2.4. You can use the following command to install a compatible version:

.. code-block:: console
$ pip install --user --pre 'clize<=3'
A minimal application
---------------------
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Clize is an argument parser for `Python <https://www.python.org/>`_:
* Reuse functionality through Python decorators
* Extend it to suit unusual kinds of parameters

.. warning::

These docs refer to an in-development version of clize. The instructions here will NOT work on the latest stable version, Clize 2.4. You can use the following command to install a compatible version:

.. code-block:: console
$ pip install --user --pre 'clize<=3'
.. rubric:: Example

Expand Down

0 comments on commit 8fdd3b1

Please sign in to comment.