From ece7268a51a9d5cf420405cea40646520e9db4da Mon Sep 17 00:00:00 2001 From: R0b0t1 Date: Sun, 13 Jun 2010 15:46:07 -0500 Subject: [PATCH] Fix spelling errors. --- Doc/sphinx/docdoc.rst | 4 ++-- Doc/sphinx/simbaref/extensions.rst | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Doc/sphinx/docdoc.rst b/Doc/sphinx/docdoc.rst index f13db03..23e4e8b 100644 --- a/Doc/sphinx/docdoc.rst +++ b/Doc/sphinx/docdoc.rst @@ -61,9 +61,9 @@ Any other files can be put directly in the root of the sphinx folder. Capitalisation ~~~~~~~~~~~~~~ -The titles of all major sections have all worlds capitalized. (The ones with +The titles of all major sections have all words capitalized. (The ones with ===) -The minor sections and subsections (---) and (~~~) have only the first word +The minor sections and subsections (---) and (~~~) have only the first word and Simba specific words (like Simba itself) capitalized. Try to stick to the Python documentation standards. diff --git a/Doc/sphinx/simbaref/extensions.rst b/Doc/sphinx/simbaref/extensions.rst index ec1fabb..a9476ba 100644 --- a/Doc/sphinx/simbaref/extensions.rst +++ b/Doc/sphinx/simbaref/extensions.rst @@ -187,6 +187,8 @@ onOpenFile onColourPick ~~~~~~~~~~~~ +This function breaks naming procedure. Bug Wizzup to use "Color". + onScriptStart ~~~~~~~~~~~~~ @@ -194,11 +196,11 @@ onScriptStart Special Cases ------------- -.. his is supposed to document the special cases, and multiple extensions +.. This is supposed to document the special cases, and multiple extensions hooking onto the same event is a special case. -Multiple extensions hooking onto the same event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Multiple extensions hooking the same event +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ So what happens when multiple extensions hook onto the same event/hook? @@ -214,7 +216,7 @@ Pitfalls -------- Extensions can be very dangerous in the sense that they run on the main thread -of Simba, it is very easy to crash Simba or make it hang. There is +of Simba; it is very easy to crash Simba or cause it to hang. There is no way to prevent this, so make sure to check what you're doing before you try your own (or someone else's) extension.