Răsfoiți Sursa

Footnotes.

Former-commit-id: d4eb3344e18a24b58a8857c79f814246214f212d
Jérémie Dumas 7 ani în urmă
părinte
comite
9d81f5d078
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      mkdocs.yml

+ 2 - 1
mkdocs.yml

@@ -8,6 +8,7 @@ theme:
     accent: 'blue'
 markdown_extensions:
   - codehilite
+  - footnotes
   - markdown.extensions.toc:
       permalink: true
   - pymdownx.arithmatex
@@ -29,7 +30,7 @@ extra_javascript:
 pages:
     - Home: index.md
     - Tutorial:
-      - "Chapter 1: Introduction to libig": tutorial/chapter-1.md
+      - "Chapter 1: Introduction to libigl": tutorial/chapter-1.md
       - "Chapter 2: Discrete Geometric Quantities and Operators": tutorial/chapter-2.md
       - "Chapter 3: Matrices and Linear Algebra": tutorial/chapter-3.md
       - "Chapter 4: Shape Deformation": tutorial/chapter-4.md