Skip to content

Commit

Permalink
Add buttons, add logo to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed Jul 6, 2016
1 parent bceeda2 commit c5d7b42
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
Binary file added doc/_static/favicon.ico
Binary file not shown.
Binary file added doc/_static/favicon.xcf
Binary file not shown.
Binary file added doc/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
'github_user': 'tobinus',
'github_repo': 'python-podgen',
'github_banner': True,
'logo_name': False,
'logo': 'logo.png',
}

# Add any paths that contain custom themes here, relative to this directory.
Expand All @@ -132,7 +134,7 @@
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
html_favicon = "favicon.ico"

# 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,
Expand Down Expand Up @@ -243,8 +245,8 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'pyPodGen.tex', u'pyPodGen Documentation',
[u'Lars Kiesow'], 1)
('index', 'pyPodGen.tex', u'PodGen Documentation',
[u'Lars Kiesow', u'Thorben Dahl'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -257,8 +259,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'pyPodGen.tex', u'pyPodGen Documentation',
u'Lars Kiesow', 'Lernfunk3', 'One line description of project.',
('index', 'pyPodGen.tex', u'PodGen Documentation',
u'Lars Kiesow, Thorben Dahl', 'Lernfunk3', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
7 changes: 7 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
PodGen
======

.. image:: https://travis-ci.org/tobinus/python-podgen.svg?branch=master
:target: https://travis-ci.org/tobinus/python-podgen

.. image:: https://readthedocs.org/projects/podgen/badge/?version=latest
:target: http://podgen.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Wouldn't it be nice if there was a **clean and simple library** which could help you
**generate podcast RSS feeds** from your Python code? Well, today's your lucky day!

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PodGen (forked from python-feedgen)
===================================

[![Build Status](https://travis-ci.org/tobinus/python-podgen.svg?branch=master)](https://travis-ci.org/tobinus/python-podgen)
[![Build Status](https://travis-ci.org/tobinus/python-podgen.svg?branch=master)](https://travis-ci.org/tobinus/python-podgen) [![Documentation Status](https://readthedocs.org/projects/podgen/badge/?version=latest)](http://podgen.readthedocs.io/en/latest/?badge=latest)

This module can be used to generate podcast feeds in RSS format, and is
compatible with Python 3.3+.
Expand Down

0 comments on commit c5d7b42

Please sign in to comment.