mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Update Portal Auth and Cursed Screech (#30)
This commit is contained in:
50
PortalAuth/includes/scripts/libs/tinycss/docs/index.rst
Normal file
50
PortalAuth/includes/scripts/libs/tinycss/docs/index.rst
Normal file
@@ -0,0 +1,50 @@
|
||||
.. include:: ../README.rst
|
||||
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
`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.
|
||||
|
||||
.. _Cython: http://cython.org/
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Installing with `pip <http://www.pip-installer.org/>`_ should Just Work:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
pip install tinycss
|
||||
|
||||
The release tarballs contain pre-*cythoned* C files for the accelerators:
|
||||
you will not need Cython to install like this.
|
||||
If the accelerators fail to build for some reason, tinycss will
|
||||
print a warning and fall back to a pure-Python installation.
|
||||
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
.. Have this page in the sidebar, but do not show a link to itself here:
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
self
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
parsing
|
||||
css3
|
||||
extending
|
||||
hacking
|
||||
changelog
|
||||
Reference in New Issue
Block a user