Explorar o código

Deployed 5b29ad5 with MkDocs version: 1.1

Gilbert Brault %!s(int64=5) %!d(string=hai) anos
pai
achega
e03350a2c6
Modificáronse 7 ficheiros con 19 adicións e 19 borrados
  1. 2 2
      404.html
  2. 4 4
      about/index.html
  3. 2 2
      index.html
  4. 4 4
      reference/index.html
  5. 1 1
      search/search_index.json
  6. BIN=BIN
      sitemap.xml.gz
  7. 6 6
      sketcher/index.html

+ 2 - 2
404.html

@@ -170,8 +170,8 @@
 
 
   <li class="md-nav__item">
-    <a href="/sketcher/" title="Definition" class="md-nav__link">
-      Definition
+    <a href="/sketcher/" title="Learning by Example" class="md-nav__link">
+      Learning by Example
     </a>
   </li>
 

+ 4 - 4
about/index.html

@@ -177,8 +177,8 @@
 
 
   <li class="md-nav__item">
-    <a href="../sketcher/" title="Definition" class="md-nav__link">
-      Definition
+    <a href="../sketcher/" title="Learning by Example" class="md-nav__link">
+      Learning by Example
     </a>
   </li>
 
@@ -259,13 +259,13 @@
           </a>
         
         
-          <a href="../sketcher/" title="Definition" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
+          <a href="../sketcher/" title="Learning by Example" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
             <div class="md-footer-nav__title">
               <div class="md-ellipsis">
                 <span class="md-footer-nav__direction">
                   Next
                 </span>
-                Definition
+                Learning by Example
               </div>
             </div>
             <div class="md-footer-nav__button md-icon">

+ 2 - 2
index.html

@@ -238,8 +238,8 @@
 
 
   <li class="md-nav__item">
-    <a href="sketcher/" title="Definition" class="md-nav__link">
-      Definition
+    <a href="sketcher/" title="Learning by Example" class="md-nav__link">
+      Learning by Example
     </a>
   </li>
 

+ 4 - 4
reference/index.html

@@ -175,8 +175,8 @@
 
 
   <li class="md-nav__item">
-    <a href="../sketcher/" title="Definition" class="md-nav__link">
-      Definition
+    <a href="../sketcher/" title="Learning by Example" class="md-nav__link">
+      Learning by Example
     </a>
   </li>
 
@@ -1312,7 +1312,7 @@ drawing_tool.display()
     <div class="md-footer-nav">
       <nav class="md-footer-nav__inner md-grid" aria-label="Footer">
         
-          <a href="../sketcher/" title="Definition" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev">
+          <a href="../sketcher/" title="Learning by Example" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev">
             <div class="md-footer-nav__button md-icon">
               <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
             </div>
@@ -1321,7 +1321,7 @@ drawing_tool.display()
                 <span class="md-footer-nav__direction">
                   Previous
                 </span>
-                Definition
+                Learning by Example
               </div>
             </div>
           </a>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
search/search_index.json


BIN=BIN
sitemap.xml.gz


+ 6 - 6
sketcher/index.html

@@ -15,7 +15,7 @@
     
     
       
-        <title>Definition - Jypyter Sketcher</title>
+        <title>Learning by Example - Jypyter Sketcher</title>
       
     
     
@@ -77,7 +77,7 @@
           </span>
           <span class="md-header-nav__topic md-ellipsis">
             
-              Definition
+              Learning by Example
             
           </span>
         </div>
@@ -182,14 +182,14 @@
     
     
       <label class="md-nav__link md-nav__link--active" for="__toc">
-        Definition
+        Learning by Example
         <span class="md-nav__icon md-icon">
           <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h14V7H3v2m0 4h14v-2H3v2m0 4h14v-2H3v2m16 0h2v-2h-2v2m0-10v2h2V7h-2m0 6h2v-2h-2v2z"/></svg>
         </span>
       </label>
     
-    <a href="./" title="Definition" class="md-nav__link md-nav__link--active">
-      Definition
+    <a href="./" title="Learning by Example" class="md-nav__link md-nav__link--active">
+      Learning by Example
     </a>
     
       
@@ -441,7 +441,7 @@
                   
                 
                 
-                  <h1>Definition</h1>
+                  <h1>Learning by Example</h1>
                 
                 <h2 id="a-language-to-describe-a-sketch">A language to describe a sketch</h2>
 <p>Pysketcher initial version <a href="">HPL Pysketcher</a> enable sketch definition in python. HPL is showing the hierachical nature of sketches. This is implemented via the Composition function. One can further grasp this using the graphviz_dot function applied to discover the composition herarchy implemented as a graphviz image <a href="#the-hierarchy-of-the-friction-main-object">see The hierarchy of the "friction" main object</a> at the end of this page.</p>