mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-16 21:45:20 +08:00
Use SVG badges
And update some links to HTTPS.
This commit is contained in:
+8
-7
@@ -2,12 +2,13 @@
|
|||||||
parso - A Python Parser
|
parso - A Python Parser
|
||||||
###################################################################
|
###################################################################
|
||||||
|
|
||||||
.. image:: https://secure.travis-ci.org/davidhalter/parso.png?branch=master
|
|
||||||
:target: http://travis-ci.org/davidhalter/parso
|
|
||||||
:alt: Travis-CI build status
|
|
||||||
|
|
||||||
.. image:: https://coveralls.io/repos/davidhalter/parso/badge.png?branch=master
|
.. image:: https://travis-ci.org/davidhalter/parso.svg?branch=master
|
||||||
:target: https://coveralls.io/r/davidhalter/parso
|
:target: https://travis-ci.org/davidhalter/parso
|
||||||
|
:alt: Travis CI build status
|
||||||
|
|
||||||
|
.. image:: https://coveralls.io/repos/github/davidhalter/parso/badge.svg?branch=master
|
||||||
|
:target: https://coveralls.io/github/davidhalter/parso?branch=master
|
||||||
:alt: Coverage Status
|
:alt: Coverage Status
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/davidhalter/parso/master/docs/_static/logo_characters.png
|
.. image:: https://raw.githubusercontent.com/davidhalter/parso/master/docs/_static/logo_characters.png
|
||||||
@@ -55,10 +56,10 @@ To list multiple issues:
|
|||||||
Resources
|
Resources
|
||||||
=========
|
=========
|
||||||
|
|
||||||
- `Testing <http://parso.readthedocs.io/en/latest/docs/development.html#testing>`_
|
- `Testing <https://parso.readthedocs.io/en/latest/docs/development.html#testing>`_
|
||||||
- `PyPI <https://pypi.python.org/pypi/parso>`_
|
- `PyPI <https://pypi.python.org/pypi/parso>`_
|
||||||
- `Docs <https://parso.readthedocs.org/en/latest/>`_
|
- `Docs <https://parso.readthedocs.org/en/latest/>`_
|
||||||
- Uses `semantic versioning <http://semver.org/>`_
|
- Uses `semantic versioning <https://semver.org/>`_
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|||||||
Reference in New Issue
Block a user