summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 16:02:40 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 16:02:40 -0700
commit63ee2d9e82d009548134ca25f3a9f52fc32b27aa (patch)
treec42488fae116603c5ee215a18e327bd1a3aa5d4d /docs
parentb6d086d4802ecc21f4d799ee9d9a74bcafeba897 (diff)
downloadpyscss-63ee2d9e82d009548134ca25f3a9f52fc32b27aa.tar.gz
Nits: fix phrasing in README, stop printing contents of scss_meta, put badges in docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 5da3cd5..f30a377 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,6 +6,14 @@
pyScss, a Sass compiler for Python
==================================
+|build-status| |coverage|
+
+.. |build-status| image:: https://travis-ci.org/Kronuz/pyScss.svg?branch=master
+ :target: https://travis-ci.org/Kronuz/pyScss
+
+.. |coverage| image:: https://coveralls.io/repos/Kronuz/pyScss/badge.png
+ :target: https://coveralls.io/r/Kronuz/pyScss
+
pyScss is a Python implementation of `Sass`_, a CSS preprocessing language that
adds variables, expressions, nested rules, mixins, inheritance, and other
features that help ease the maintenance of large stylesheets.