[gimp-web] Remove duplicate header + id
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] Remove duplicate header + id
- Date: Thu, 18 Apr 2013 18:46:45 +0000 (UTC)
commit 25829203a4149e9c285250d98842522e6fbf681d
Author: Michael Schumacher <schumaml gmx de>
Date: Thu Apr 18 20:34:53 2013 +0200
Remove duplicate header + id
docs/python/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/docs/python/index.html b/docs/python/index.html
index 17c0fdc..ef58925 100644
--- a/docs/python/index.html
+++ b/docs/python/index.html
@@ -321,12 +321,13 @@ were either too difficult or impossible to do in C.</p>
structure for plug-ins. As well as this, it handles tracebacks, which
are otherwise ignored by <tt>libgimp</tt> , and gives a method to call other
GIMP-Python plug-ins without going through the procedural database.</p>
+
<h3><a id="example_plugin"></a>An Example Plugin</h3>
<p>As in a lot of manuals, the first thing you examine is an example, so
here is an example. I have included it before explaining what it does
to allow more advanced programmers to see the structure up front. It
is a translation of the clothify Script-Fu extension:</p>
-<h3><a id="example_plugin"></a>A sample python plugin</h3>
+
<div class="listingblock">
<div class="content">
<pre><tt><i>#!/usr/bin/env python</i>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]