Skip to content

Commit 58b7251

Browse files
committed
Adjust advertisement
1 parent 87d6426 commit 58b7251

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
libsass: SASS_ for Python
2-
=========================
1+
libsass-python: Sass_/SCSS for Python
2+
=====================================
33

4-
.. image:: https://img.shields.io/pypi/v/libsass.svg
4+
.. image:: https://badge.fury.io/py/libsass.svg
5+
:alt: PyPI
56
:target: https://pypi.python.org/pypi/libsass
6-
:alt: The latest PyPI release
77

88
.. image:: https://travis-ci.org/dahlia/libsass-python.svg?branch=python
99
:target: https://travis-ci.org/dahlia/libsass-python
@@ -26,7 +26,7 @@ Need no Ruby nor Node.js.
2626

2727
It currently supports CPython 2.6, 2.7, 3.3--3.5, and PyPy 2.3+!
2828

29-
.. _SASS: http://sass-lang.com/
29+
.. _Sass: http://sass-lang.com/
3030
.. _Libsass: https://github.com/sass/libsass
3131

3232

@@ -38,14 +38,15 @@ Features
3838
- Fast. (Libsass_ is written in C++.)
3939
- Simple API. See the below example code for details.
4040
- Custom functions.
41+
- ``@import`` callbacks.
4142
- Support both tabbed (Sass) and braces (SCSS) syntax.
4243
- WSGI middleware for ease of development.
4344
It automatically compiles Sass/SCSS files for each request.
4445
- ``setuptools``/``distutils`` integration.
4546
You can build all Sass/SCSS files using
4647
``setup.py build_sass`` command.
4748
- Works also on PyPy.
48-
- Provides prebuilt wheel_ binary for Windows.
49+
- Provides prebuilt wheel_ binaries for Windows and Mac.
4950

5051
.. _wheel: https://www.python.org/dev/peps/pep-0427/
5152

docs/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libsass-python
2-
==============
1+
libsass-python: Sass_/SCSS for Python
2+
=====================================
33

44
This package provides a simple Python extension module :mod:`sass` which is
55
binding Libsass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
@@ -22,6 +22,7 @@ Features
2222
- Fast. (Libsass_ is written in C++.)
2323
- Simple API. See :ref:`example code <example>` for details.
2424
- Custom functions.
25+
- ``@import`` callbacks.
2526
- Support both tabbed (Sass) and braces (SCSS) syntax.
2627
- WSGI middleware for ease of development.
2728
It automatically compiles Sass/SCSS files for each request.
@@ -31,7 +32,7 @@ Features
3132
:program:`setup.py build_sass` command.
3233
See also :mod:`sassutils.distutils` for details.
3334
- Works also on PyPy.
34-
- Provides prebuilt wheel (:pep:`427`) binary for Windows.
35+
- Provides prebuilt wheel (:pep:`427`) binaries for Windows and Mac.
3536

3637

3738
Install
@@ -130,9 +131,9 @@ Coveralls (Test coverage)
130131
PyPI
131132
https://pypi.python.org/pypi/libsass
132133

133-
.. image:: https://img.shields.io/pypi/v/libsass.svg
134+
.. image:: https://badge.fury.io/py/libsass.svg
135+
:alt: PyPI
134136
:target: https://pypi.python.org/pypi/libsass
135-
:alt: The latest PyPI release
136137

137138
Changelog
138139
:doc:`changes`

0 commit comments

Comments
 (0)