Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Added links to Github and PyPi in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Mar 2, 2013
1 parent b688acd commit 259f2e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down Expand Up @@ -236,7 +236,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Momoko', 'Momoko Documentation',
'Frank Smit', 'Momoko', 'One line description of project.',
'Frank Smit', 'Momoko', "Momoko wraps Psycopg2's functionality for use in Tornado.",
'Miscellaneous'),
]

Expand Down
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ Momoko

Momoko wraps Psycopg2_'s functionality for use in Tornado_.

The lastest source code can be found on Github_ and bug reports can be send
there too. All releases will be uploaded to PyPi_.


.. _Psycopg2: http://www.initd.org/psycopg/
.. _Tornado: http://www.tornadoweb.org/
.. _Tornado: http://www.tornadoweb.org
.. _Github: https://github.com/FSX/momoko
.. _PyPi: https://pypi.python.org/pypi/Momoko

Contents:

Expand Down

0 comments on commit 259f2e2

Please sign in to comment.