[Python-modules-commits] [keyrings.alt] 02/02: Update skeleton references
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Mar 2 07:21:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to tag 1.0.1
in repository keyrings.alt.
commit c8c2e4e488b7b29ea6986180df2216b5c3f7d0f5
Author: Jason R. Coombs <jaraco at jaraco.com>
Date: Thu Jan 14 11:00:10 2016 -0500
Update skeleton references
---
README.rst | 7 +++++--
docs/conf.py | 2 +-
docs/index.rst | 40 +++++++++++++++++++++++++++++++++++++---
3 files changed, 43 insertions(+), 6 deletions(-)
diff --git a/README.rst b/README.rst
index 217a075..83a0c9f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,2 +1,5 @@
-skeleton
-========
+keyrings.alt
+============
+
+Alternate keyring backend implementations for use with the
+`keyring package <https://pypi.python.org/pypi/keyring>`_.
diff --git a/docs/conf.py b/docs/conf.py
index 1874074..7a15d08 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,7 +8,7 @@ extensions = [
]
# General information about the project.
-project = 'skeleton'
+project = 'keyrings.alt'
copyright = '2016 Jason R. Coombs'
# The short X.Y version.
diff --git a/docs/index.rst b/docs/index.rst
index d14131b..4426074 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,5 @@
-Welcome to skeleton documentation!
-========================================
+Welcome to keyrings.alt documentation!
+======================================
.. toctree::
:maxdepth: 1
@@ -7,11 +7,45 @@ Welcome to skeleton documentation!
history
-.. automodule:: skeleton
+.. automodule:: keyrings.alt.file
:members:
:undoc-members:
:show-inheritance:
+.. automodule:: keyrings.alt.Gnome
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+.. automodule:: keyrings.alt.Google
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+.. automodule:: keyrings.alt.keyczar
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+.. automodule:: keyrings.alt.kwallet
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+.. automodule:: keyrings.alt.multi
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+.. automodule:: keyrings.alt.pyfs
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+.. automodule:: keyrings.alt.Windows
+ :members:
+ :undoc-members:
+ :show-inheritance:
Indices and tables
==================
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/keyrings.alt.git
More information about the Python-modules-commits
mailing list