Эх сурвалжийг харах

Put tutorial doc one level down + fix some urls.

Former-commit-id: 0f47c22aa0e4c0f5ad0835c12db570e3d1686136
Jérémie Dumas 7 жил өмнө
parent
commit
ff3b6ecd4e
2 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 3 3
      README.md
  2. 2 2
      mkdocs.yml

+ 3 - 3
README.md

@@ -41,7 +41,7 @@ and Windows with Visual Studio 2015 Community Edition.
 ## Tutorial
 
 As of version 1.0, libigl includes an introductory
-[tutorial](http://libigl.github.io/libigl/tutorial/tutorial.html) that covers many functionalities.
+[tutorial](http://libigl.github.io/libigl/tutorial) that covers many functionalities.
 
 ## libigl Example Project
 
@@ -100,7 +100,7 @@ Hello, mesh:
 Dependencies are on a per-include basis and the majority of the functions in
 libigl depends only on the [Eigen](http://eigen.tuxfamily.org) library.
 
-For more information see our [tutorial](http://libigl.github.io/libigl/tutorial/tutorial.html).
+For more information see our [tutorial](http://libigl.github.io/libigl/tutorial).
 
 ### Optional Dependencies
 
@@ -150,7 +150,7 @@ a major _todo_ for our development.
 ## Git Submodules
 Libigl uses git submodules for its _optional_ dependencies,
 in particular, those needed by the OpenGL viewer to run the examples in the
-[tutorial](http://libigl.github.io/libigl/tutorial/tutorial.html). Git submodules allow use to treat clones of
+[tutorial](http://libigl.github.io/libigl/tutorial). Git submodules allow use to treat clones of
 other libraries as sub-directories within ours while separating our commits.
 Read the [documentation](http://git-scm.com/docs/git-submodule) for a detailed
 explanation, but essentially our libigl repo stores a hash for each of its

+ 2 - 2
mkdocs.yml

@@ -6,7 +6,7 @@ site_description: "Simple C++ geometry processing library"
 strict: true
 theme:
   name: material
-  favicon: 'img/favicon.ico'
+  favicon: 'favicon.ico'
   logo:
     icon: ' '
   palette:
@@ -49,7 +49,7 @@ extra_css:
   - 'css/style.css'
 pages:
   - Home: index.md
-  - Tutorial: tutorial/tutorial.md
+  - Tutorial: tutorial.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