summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 14:56:29 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 14:56:37 -0700
commit4a7a20d91c44d2be6396be5fc64d27b0b5afa4e2 (patch)
treed846b38962133421a2beb70252edf5a530a66777
parent6e9888d592f92319c63ccbd86ea61db32076ae1c (diff)
downloadlockfile-4a7a20d91c44d2be6396be5fc64d27b0b5afa4e2.tar.gz
Add deprecated warnings to index.rst0.11.0
Change-Id: Ic047537109923980f7b02290879063b1928635c1
-rw-r--r--doc/source/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f76173d..5f1f2dd 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -7,6 +7,13 @@
.. moduleauthor:: Skip Montanaro <skip@pobox.com>
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
+.. warning::
+
+ This package is **deprecated**. It is highly preferred that instead of
+ using this code base that instead `fasteners`_ or `oslo.concurrency`_ is
+ used instead. For any questions or comments or further help needed
+ please email `openstack-dev`_ and prefix your email subject
+ with ``[oslo][pylockfile]`` (for a faster response).
.. note::
@@ -273,3 +280,8 @@ Contacting the Author
If you encounter any problems with ``lockfile``, would like help or want to
submit a patch, check http://launchpad.net/pylockfile
+
+
+.. _fasteners: http://fasteners.readthedocs.org/
+.. _openstack-dev: mailto:openstack-dev@lists.openstack.org
+.. _oslo.concurrency: http://docs.openstack.org/developer/oslo.concurrency/