summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-29 23:20:53 +0100
committerIlya Etingof <etingof@gmail.com>2016-11-29 23:20:53 +0100
commitc6d54ee5d01939e10f98b7fcb80060fc89909aea (patch)
treec6bcb94750c79610a7ea74941db35eec0374182b
parent9708c372a92395f5e3bb10a0d68421c6164ee601 (diff)
downloadpysnmp-git-c6d54ee5d01939e10f98b7fcb80060fc89909aea.tar.gz
gitignore updated, missed doc file added
-rw-r--r--.gitignore6
-rw-r--r--README.md1
-rw-r--r--docs/source/oldsite.rst10
3 files changed, 15 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8541d92b..4025b6e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,8 @@ __pycache__
MANIFEST
dist/
build/
-pyasn1.egg-info/
+*.egg-info/
+docs/source/.templates/
+
+# PyCharm stuff
+.idea/
diff --git a/README.md b/README.md
index 0c23bf5c..50019f58 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
SNMP library for Python
-----------------------
-[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.python.org/pypi/pysnmp)
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp/)
[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://secure.travis-ci.org/etingof/pysnmp)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.txt)
diff --git a/docs/source/oldsite.rst b/docs/source/oldsite.rst
new file mode 100644
index 00000000..dfb4694f
--- /dev/null
+++ b/docs/source/oldsite.rst
@@ -0,0 +1,10 @@
+
+Old site archive
+================
+
+Starting from PySNMP 4.3.0, we redesigned all documentation and web-site.
+For previous versions of those please follow these links for
+`old examples <http://pysnmp.sf.net/examples/current/index.html>`_
+and
+`old documentation <http://pysnmp.sf.net/docs/current/index.html>`_
+.