diff options
Diffstat (limited to 'lang/python/docs/dita/howto/part02/fundamentals.dita')
-rw-r--r-- | lang/python/docs/dita/howto/part02/fundamentals.dita | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python/docs/dita/howto/part02/fundamentals.dita b/lang/python/docs/dita/howto/part02/fundamentals.dita new file mode 100644 index 00000000..a81faf50 --- /dev/null +++ b/lang/python/docs/dita/howto/part02/fundamentals.dita @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd"> +<dita> + <topic id="topic_xsp_ygy_5db"> + <title>Fundamentals</title> + <body> + <p>Before we can get to the fun stuff, there are a few matters regarding GPGME's design + which hold true whether you're dealing with the C code directly or these Python + bindings.</p> + </body> + </topic> +</dita> |