seed r644 - trunk/doc/modules



Author: hortont
Date: Sun Jan  4 23:09:12 2009
New Revision: 644
URL: http://svn.gnome.org/viewvc/seed?rev=644&view=rev

Log:
Add documentation templates for the other modules (SQLite, multiprocessing, Canvas, and the example module).



Added:
   trunk/doc/modules/canvas.html
   trunk/doc/modules/example.html
   trunk/doc/modules/multiprocessing.html
   trunk/doc/modules/sqlite.html

Added: trunk/doc/modules/canvas.html
==============================================================================
--- (empty file)
+++ trunk/doc/modules/canvas.html	Sun Jan  4 23:09:12 2009
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+<head>
+	<title>Seed canvas Module Documentation</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+	<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
+	<script type="text/javascript" src="../sh.js"></script>
+    <script type="text/javascript" src="../sh_js.js"></script>
+    <link type="text/css" rel="stylesheet" href="../sh.css" />
+</head>
+<body onload="sh_highlightDocument();">
+<div id="header">Seed <i>canvas</i> Module</div>
+<div id="subheader">v.0.3</div>
+<div class="section"><b>Usage</b></div>
+<p>
+In order to use functions from the canvas module, you must first import it:
+</p>
+<pre class="sh_javascript">
+Seed.import_namespace("canvas");
+</pre>
+</body>
+</html>

Added: trunk/doc/modules/example.html
==============================================================================
--- (empty file)
+++ trunk/doc/modules/example.html	Sun Jan  4 23:09:12 2009
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+<head>
+	<title>Seed example Module Documentation</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+	<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
+	<script type="text/javascript" src="../sh.js"></script>
+    <script type="text/javascript" src="../sh_js.js"></script>
+    <link type="text/css" rel="stylesheet" href="../sh.css" />
+</head>
+<body onload="sh_highlightDocument();">
+<div id="header">Seed <i>example</i> Module</div>
+<div id="subheader">v.0.3</div>
+<div class="section"><b>Usage</b></div>
+<p>
+In order to use functions from the example module, you must first import it:
+</p>
+<pre class="sh_javascript">
+Seed.import_namespace("example");
+</pre>
+</body>
+</html>

Added: trunk/doc/modules/multiprocessing.html
==============================================================================
--- (empty file)
+++ trunk/doc/modules/multiprocessing.html	Sun Jan  4 23:09:12 2009
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+<head>
+	<title>Seed multiprocessing Module Documentation</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+	<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
+	<script type="text/javascript" src="../sh.js"></script>
+    <script type="text/javascript" src="../sh_js.js"></script>
+    <link type="text/css" rel="stylesheet" href="../sh.css" />
+</head>
+<body onload="sh_highlightDocument();">
+<div id="header">Seed <i>multiprocessing</i> Module</div>
+<div id="subheader">v.0.3</div>
+<div class="section"><b>Usage</b></div>
+<p>
+In order to use functions from the multiprocessing module, you must first import it:
+</p>
+<pre class="sh_javascript">
+Seed.import_namespace("multiprocessing");
+</pre>
+</body>
+</html>

Added: trunk/doc/modules/sqlite.html
==============================================================================
--- (empty file)
+++ trunk/doc/modules/sqlite.html	Sun Jan  4 23:09:12 2009
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+<head>
+	<title>Seed sqlite Module Documentation</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+	<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
+	<script type="text/javascript" src="../sh.js"></script>
+    <script type="text/javascript" src="../sh_js.js"></script>
+    <link type="text/css" rel="stylesheet" href="../sh.css" />
+</head>
+<body onload="sh_highlightDocument();">
+<div id="header">Seed <i>sqlite</i> Module</div>
+<div id="subheader">v.0.3</div>
+<div class="section"><b>Usage</b></div>
+<p>
+In order to use functions from the sqlite module, you must first import it:
+</p>
+<pre class="sh_javascript">
+Seed.import_namespace("sqlite");
+</pre>
+</body>
+</html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]