-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest ReadTheDocs for badge and update links.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
About Genshi | ||
============ | ||
|
||
[![ReadTheDocs badge](https://readthedocs.org/projects/genshi/badge/?version=default&style=for-the-badge)](https://genshi.readthedocs.org/) | ||
[![ReadTheDocs badge](https://readthedocs.org/projects/genshi/badge/?version=latest&style=for-the-badge)](https://genshi.readthedocs.org/) | ||
|
||
Genshi is a Python library that provides an integrated set of | ||
components for parsing, generating, and processing HTML, XML or other | ||
textual content for output generation on the web. The major feature is | ||
a template language, which is heavily inspired by Kid. | ||
|
||
For more information please see the documentation in the `doc` | ||
directory, and visit the Genshi web site: | ||
For more information please see: | ||
|
||
- [ReadTheDocs](http://genshi.edgewall.org/) | ||
- [http://genshi.edgewall.org/](http://genshi.edgewall.org/) | ||
- the documentation in the `doc` directory. | ||
|
||
[http://genshi.edgewall.org/](http://genshi.edgewall.org/) |