Modified documentation for new release
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
8e0ed2df8b
commit
211aac6f28
3 changed files with 11 additions and 5 deletions
|
@ -14,5 +14,6 @@ Contents:
|
||||||
api.entry
|
api.entry
|
||||||
api.util
|
api.util
|
||||||
ext/api.ext.base
|
ext/api.ext.base
|
||||||
|
ext/api.ext.dc
|
||||||
ext/api.ext.podcast
|
ext/api.ext.podcast
|
||||||
ext/api.ext.podcast_entry
|
ext/api.ext.podcast_entry
|
||||||
|
|
7
doc/ext/api.ext.dc.rst
Normal file
7
doc/ext/api.ext.dc.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<div class="apititle"><b>Contents</b></div>
|
||||||
|
<div class="apitoc"></div>
|
||||||
|
|
||||||
|
.. automodule:: feedgen.ext.dc
|
||||||
|
:members:
|
|
@ -26,10 +26,8 @@ Installation
|
||||||
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
|
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
|
||||||
Linux you can use one of the following packages:
|
Linux you can use one of the following packages:
|
||||||
|
|
||||||
- [python-feedgen-0.2.8-1.fc20.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.8-1.fc20.noarch.rpm)
|
- [python-feedgen-0.3.0-1.fc20.noarch.rpm](http://repo.virtuos.uos.de/repository/feedgen/python-feedgen-0.3.0-1.fc20.noarch.rpm)
|
||||||
- [python-feedgen-0.2.8-1.fc19.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.8-1.fc19.noarch.rpm)
|
- [python-feedgen-0.3.0-1.el6.noarch.rpm](http://repo.virtuos.uos.de/repository/feedgen/python-feedgen-0.3.0-1.el6.noarch.rpm)
|
||||||
- [python-feedgen-0.2.8-1.fc18.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.8-1.fc18.noarch.rpm)
|
|
||||||
- [python-feedgen-0.2.8-1.el6.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.8-1.el6.noarch.rpm)
|
|
||||||
|
|
||||||
Simply download the file and run::
|
Simply download the file and run::
|
||||||
|
|
||||||
|
@ -37,7 +35,7 @@ Simply download the file and run::
|
||||||
|
|
||||||
If you want to build RPMs for other distributions you can use the following Source RPM:
|
If you want to build RPMs for other distributions you can use the following Source RPM:
|
||||||
|
|
||||||
- [python-feedgen-0.2.8-1.fc20.src.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.8-1.fc20.src.rpm)
|
- [python-feedgen-0.3.0-1.fc20.src.rpm](http://repo.virtuos.uos.de/repository/feedgen/python-feedgen-0.3.0-1.fc20.src.rpm)
|
||||||
|
|
||||||
**Using pip**
|
**Using pip**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue