Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Example (Dia2Dump in Python)
============================
.. literalinclude:: ../pydia2/__main__.py
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Welcome to pydia2's documentation!
.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

example

.. automodule:: pydia2
:members:
Expand Down
1 change: 1 addition & 0 deletions pydia2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import sys
import pathlib
import ctypes
import enum
import comtypes
from comtypes import client
from . import _dia, cvconst
Expand Down
Loading