This repository was archived by the owner on Jan 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 2
2
ezdxf
3
3
=====
4
4
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
+
5
20
Abstract
6
21
--------
7
22
Original file line number Diff line number Diff line change 3
3
4
4
# You can set these variables from the command line.
5
5
SPHINXOPTS =
6
- SPHINXBUILD = C:\Python34 \Scripts\sphinx-build.exe
6
+ SPHINXBUILD = C:\Python35 \Scripts\sphinx-build.exe
7
7
PAPER =
8
8
BUILDDIR = build
9
9
Original file line number Diff line number Diff line change 2
2
3
3
REM Command file for Sphinx documentation
4
4
5
- set SPHINXBUILD = C:\Python34\Scripts\sphinx-build.exe
5
+ if " %SPHINXBUILD% " == " " (
6
+ set SPHINXBUILD = sphinx-build
7
+ )
6
8
7
9
set BUILDDIR = build
8
10
set ALLSPHINXOPTS = -d %BUILDDIR% /doctrees %SPHINXOPTS% source
Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ ezdxf |version| documentation
8
8
9
9
Welcome! This is the documentation for ezdxf |version |, last updated |today |.
10
10
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
+
11
26
Quick-Info
12
27
----------
13
28
You can’t perform that action at this time.
0 commit comments