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

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 23, 2016
1 parent 51006e2 commit 31625be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tinycss: CSS parser for Python
syntax and error handling for CSS 2.1 as well as some CSS 3 modules:

* CSS Color 3
* CSS Fonts 3
* CSS Paged Media 3

It is designed to be easy to extend for new CSS modules and syntax,
Expand All @@ -13,7 +14,7 @@ and integrates well with cssselect_ for Selectors 3 support.
Quick facts:

* Free software: BSD licensed
* Compatible with Python 2.6+ and 3.x
* Compatible with Python 2.7 and 3.x
* Latest documentation `on python.org`_
* Source, issues and pull requests `on Github`_
* Releases `on PyPI`_
Expand Down
11 changes: 11 additions & 0 deletions docs/css3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ Paged Media 3
.. autoclass:: MarginRule


.. module:: tinycss.fonts3

Fonts 3
-------

.. autoclass:: CSSFonts3Parser
.. autoclass:: FontFaceRule
.. autoclass:: FontFeatureValuesRule
.. autoclass:: FontFeatureRule


Other CSS modules
-----------------

Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
Requirements
------------

tinycss is tested on CPython 2.6, 2.7, 3.1 and 3.2 as well as PyPy 1.8;
it should work on any implementation of **Python 2.6 or later version
(including 3.x)** of the language.
`tinycss is tested <https://travis-ci.org/Kozea/tinycss>` on CPython 2.7, 3.3,
3.4 and 3.5 as well as PyPy 5.3 and PyPy3 2.4; it should work on any
implementation of **Python 2.7 or later version (including 3.x)** of the
language.

Cython_ is used for optional accelerators but is only required for
development versions on tinycss.
Expand Down

0 comments on commit 31625be

Please sign in to comment.