aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-04-10 00:23:27 -0400
committerTim Harder <radhermit@gmail.com>2015-04-10 00:23:27 -0400
commit3549828ed860e1415d9b184970d8f5b7ccf56d41 (patch)
tree8d3ede25bef5ad9e5a484af930a89319f6de711e /README.rst
parentdoc: update main html page for man pages (diff)
downloadpkgcore-3549828ed860e1415d9b184970d8f5b7ccf56d41.tar.gz
pkgcore-3549828ed860e1415d9b184970d8f5b7ccf56d41.tar.bz2
pkgcore-3549828ed860e1415d9b184970d8f5b7ccf56d41.zip
simplify doc links for readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 2 insertions, 14 deletions
diff --git a/README.rst b/README.rst
index 362f8c1f4..ab65f31d7 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,6 @@ manager in each package (pkgcore *does* require being able to treat the pkg as
data, instead of autopackage's method of handing resolution/all manager ops off
to the package script).
-
What does pkgcore require?
==========================
@@ -19,14 +18,12 @@ At least python version 2.7, and snakeoil_ — a utility library with misc
optimizations split out of pkgcore for others to use. For unittests, mock_ is
required if you're using anything less than python 3.3.
-
Who to contact if I find a bug?
===============================
Please submit an issue via Github_. You can also stop by at `#pkgcore`_ on
Freenode.
-
Tools
=====
@@ -44,19 +41,11 @@ Tools
**pquery**: generic utility for querying info about repositories, revdeps, pkg
search, vdb search, etc.
-
Documentation
=============
-Please take a look at either doc/ and dev-notes/ ; additionally, the code for
-the most part has docstrings, thus pydoc is a good reference.
-
-The `introduction docs`_ are good if you're just getting started. If you want
-to start hacking, take a look at the `development docs`_.
-
-In addition, html documentation is available at readthedocs_, alternative
-formats are also available for download_.
-
+The official documentation can be found on readthedocs_ with alternative
+formats also available for download_.
Tests
=====
@@ -73,7 +62,6 @@ the following::
tox -e py27
-
Installing
==========