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

Commit b71f45c

Browse files
author
mozman
committed
svg logo for docs; removed show docs sources;
1 parent 1dae541 commit b71f45c

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

docs/graphics/ezdxf-logo.afdesign

1.52 KB
Binary file not shown.

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
# The name of an image file (relative to this directory) to place at the top
117117
# of the sidebar.
118-
#html_logo = None
118+
# html_logo = "gfx/ezdxf-logo-100px.png"
119119

120120
# The name of an image file (within the static path) to use as favicon of the
121121
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -152,7 +152,7 @@
152152
#html_split_index = False
153153

154154
# If true, links to the reST sources are added to the pages.
155-
#html_show_sourcelink = True
155+
html_show_sourcelink = False
156156

157157
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
158158
#html_show_sphinx = True

docs/source/dxfinternals/filestructure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The CLASSES section can be empty, but some DXF entities requires class definitio
145145

146146
The TABLES section requires following tables:
147147

148-
- VPORT entry \*ACTIVE is noe required! Empty table is ok.
148+
- VPORT entry \*ACTIVE is not required! Empty table is ok for AutoCAD.
149149
- LTYPE with at least the following line types defined:
150150

151151
- BYBLOCK

docs/source/gfx/ezdxf-logo-rtd.png

-5.85 KB
Binary file not shown.

docs/source/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
.. image:: gfx/ezdxf-logo-rtd.png
6+
.. image:: gfx/ezdxf-logo-light-bg.svg
77
:align: center
8+
:width: 400px
89

910
Welcome! This is the documentation for ezdxf |version|, last updated |today|.
1011

docs/source/tutorials/linetypes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ value > 0 is a line, a value < 0 is a gap, and a 0 ist a point, the ``[`` starts
105105
A following text in quotes defines a TEXT type, a following text without quotes defines a SHAPE type, in .lin files the
106106
shape type is a shape name, but ezdxf can not translate this name into the required shape file index, so *YOU* have to
107107
translate this name into the shape file index (e.g. saving the file with AutoCAD as DXF and searching for the line type
108-
definition, see also DXF Internals: :ref:`Linetype Table`).
108+
definition, see also DXF Internals: :ref:`LTYPE Table`).
109109

110110
The second parameter is the text style for a TEXT type and the shape file name for the SHAPE type, the shape file has to
111111
be in the same directory as the DXF file. The following parameters in the scheme of ``S=1.0`` are:

0 commit comments

Comments
 (0)