Ver código fonte

Deployed 8796b9e with MkDocs version: 1.1.2

Gilbert Brault 5 anos atrás
pai
commit
df5959ce07
3 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      search/search_index.json
  2. BIN
      sitemap.xml.gz
  3. 3 3
      sketcher/index.html

Diferenças do arquivo suprimidas por serem muito extensas
+ 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>