Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit 6a6def4

Browse files
author
Manfred Moitzi
committed
added badges to docs
1 parent 0c3dfd0 commit 6a6def4

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
ezdxf
33
=====
44

5+
.. image:: https://img.shields.io/pypi/wheel/ezdxf.svg
6+
:target: https://pypi.python.org/pypi/ezdxf/
7+
:alt: Wheel Status
8+
9+
.. image:: https://img.shields.io/pypi/dm/ezdxf.svg
10+
:target: https://pypi.python.org/pypi/ezdxf/
11+
:alt: Downloads
12+
13+
.. image:: https://img.shields.io/pypi/v/ezdxf.svg
14+
:target: https://pypi.python.org/pypi/ezdxf/
15+
:alt: Latest Version
16+
17+
.. image:: https://readthedocs.org/projects/pip/badge/
18+
:target: https://ezdxf.readthedocs.org
19+
520
Abstract
621
--------
722

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = C:\Python34\Scripts\sphinx-build.exe
6+
SPHINXBUILD = C:\Python35\Scripts\sphinx-build.exe
77
PAPER =
88
BUILDDIR = build
99

docs/make.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
REM Command file for Sphinx documentation
44

5-
set SPHINXBUILD=C:\Python34\Scripts\sphinx-build.exe
5+
if "%SPHINXBUILD%" == "" (
6+
set SPHINXBUILD=sphinx-build
7+
)
68

79
set BUILDDIR=build
810
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source

docs/source/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ ezdxf |version| documentation
88

99
Welcome! This is the documentation for ezdxf |version|, last updated |today|.
1010

11+
.. image:: https://img.shields.io/pypi/wheel/ezdxf.svg
12+
:target: https://pypi.python.org/pypi/ezdxf/
13+
:alt: Wheel Status
14+
15+
.. image:: https://img.shields.io/pypi/dm/ezdxf.svg
16+
:target: https://pypi.python.org/pypi/ezdxf/
17+
:alt: Downloads
18+
19+
.. image:: https://img.shields.io/pypi/v/ezdxf.svg
20+
:target: https://pypi.python.org/pypi/ezdxf/
21+
:alt: Latest Version
22+
23+
.. image:: https://readthedocs.org/projects/pip/badge/
24+
:target: https://ezdxf.readthedocs.org
25+
1126
Quick-Info
1227
----------
1328

0 commit comments

Comments
 (0)