From 04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 7 Oct 2011 10:34:23 -0400 Subject: Removed leftovers from installing with pip. Oops! I noticed there was a bunch of extra crap left over from when I installed this module onto my own system. I thought it wouldn't have modified itself at the time (just the Python module library on my system), but I was wrong. Begone, useless cruft! --- doxygen/html/namespaceschematic.html | 216 ----------------------------------- 1 file changed, 216 deletions(-) delete mode 100644 doxygen/html/namespaceschematic.html (limited to 'doxygen/html/namespaceschematic.html') diff --git a/doxygen/html/namespaceschematic.html b/doxygen/html/namespaceschematic.html deleted file mode 100644 index 1705906..0000000 --- a/doxygen/html/namespaceschematic.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - -Cmd2: schematic Namespace Reference - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - -
-
Cmd2 - -
- -
-
- - - - - -
-
- -
-
-
- -
-
- -
-
schematic Namespace Reference
-
-
- - - - - -

-Functions

def rectangle

-Variables

int pensize = 10
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
def schematic::rectangle ( x,
 y,
 _label 
)
-
-
- -

Definition at line 8 of file schematic.py.

-
00008 
-00009 def rectangle(x, y, _label):
-00010     pu()
-00011     seth(0)
-00012     backward(x / 2)
-00013     fontsize = 40
-00014     pd()
-00015     for i in range(2):
-00016         forward(x)
-00017         left(90)
-00018         forward(y)
-00019         left(90)
-00020     pu()
-00021     forward(x / 2)
-00022     left(90)
-00023     forward(y / 2 - fontsize)
-00024     pd()
-00025     write(_label, align='center', font=('Arial', fontsize, 'bold'))    
-00026 
-00027 rectangle(800, 80, 'cmd')
-00028 pu()
-00029 forward(80)
-00030 rectangle(200, 400, 'cmd2')
-
-
-
-
-

Variable Documentation

- -
-
- - - - -
int schematic::pensize = 10
-
-
- -

Definition at line 4 of file schematic.py.

- -
-
-
-
- - - - - -- cgit v1.2.1