Переглянути джерело

Deployed 8796b9e with MkDocs version: 1.1.2

Gilbert Brault 5 роки тому
батько
коміт
df5959ce07
3 змінених файлів з 4 додано та 4 видалено
  1. 1 1
      search/search_index.json
  2. BIN
      sitemap.xml.gz
  3. 3 3
      sketcher/index.html

Різницю між файлами не показано, бо вона завелика
+ 1 - 1
search/search_index.json


BIN
sitemap.xml.gz


+ 3 - 3
sketcher/index.html

@@ -479,9 +479,9 @@ A skertcher object is composed as follow:</p>
 <li>this is stored in the head string thereafter</li>
 </ul>
 </li>
-<li><strong>Objects</strong><ul>
-<li>Usually starting with the declaration of Pysketcher leaf objects</li>
-<li>Then aggregated using the composition object</li>
+<li><strong>Sketcher Objects</strong><ul>
+<li>Usually starting with the declaration of Pysketcher leaf objects (Geometry object like Line, Circle, Rectangle...)</li>
+<li>May be aggregated using the composition object</li>
 <li>Composition can be made of composition object (recursive behaviour)</li>
 <li>Grouping leafs and composition will be further used to apply transformation latter on (based on the "physics")</li>
 <li>The example presents three group of objects<ul>