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

docs moved to a separate repo https://github.com/libigl/libigl.github.io

Former-commit-id: e21e99c40e3b173d23efc5e21d21f739d96e27bd
Daniele Panozzo 6 жил өмнө
parent
commit
4ffc570482

+ 0 - 6
VERSION.txt

@@ -1,6 +0,0 @@
-# This file should contain the current version number of libigl
-# World.Major.Minor
-# Anyone may increment Minor to indicate a small change.
-# Major indicates a large change or large number of changes (upload to website)
-# World indicates a substantial change or release
-1.2.1

+ 0 - 1
libigl-dependency-diagram.ai.REMOVED.git-id

@@ -1 +0,0 @@
-c4e91e4134b98edcc05afc387730c8cfa98edb1e

+ 0 - 1
libigl-logo.ai.REMOVED.git-id

@@ -1 +0,0 @@
-1bd069dc597f054c2d4d8c93d9eb6a671b119c86

+ 0 - 1
libigl-teaser.pdf.REMOVED.git-id

@@ -1 +0,0 @@
-d95997c253523e4aaf71fc6c570639f4bfafd399

+ 0 - 85
mkdocs.yml

@@ -1,85 +0,0 @@
-site_name: libigl
-site_url: 'http://libigl.github.io/libigl/'
-repo_name: 'libigl/libigl'
-repo_url: 'https://github.com/libigl/libigl'
-site_description: "Simple C++ geometry processing library"
-strict: true
-theme:
-  name: material
-  favicon: 'favicon.ico'
-  logo:
-    icon: ' '
-  palette:
-    primary: 'light blue'
-    accent: 'blue'
-extra:
-  social:
-    - type: 'github'
-      link: 'https://github.com/libigl'
-markdown_extensions:
-  - codehilite
-  - footnotes
-  - admonition
-  - toc:
-      permalink: true
-  - scripts.figureAltCaption
-  - markdown.extensions.smarty
-  - markdown.extensions.toc:
-      permalink: true
-  - pymdownx.arithmatex
-  - pymdownx.betterem:
-      smart_enable: all
-  - pymdownx.caret
-  - pymdownx.critic
-  - pymdownx.details
-  - pymdownx.inlinehilite
-  - pymdownx.magiclink
-  - pymdownx.mark
-  - pymdownx.smartsymbols
-  - pymdownx.superfences
-  - pymdownx.tasklist:
-      custom_checkbox: true
-  - pymdownx.tilde
-  - scripts.fixPaths:
-      variables:
-        repo_url: 'https://github.com/libigl/libigl/tree/master'
-extra_javascript:
-  - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
-extra_css:
-  - 'css/style.css'
-pages:
-  - Home: index.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
-    # - "Chapter 4: Shape Deformation": tutorial/chapter-4.md
-    # - "Chapter 5: Parametrization": tutorial/chapter-5.md
-    # - "Chapter 6: External libraries": tutorial/chapter-6.md
-    # - "Chapter 7: Miscellaneous": tutorial/chapter-7.md
-    # - "Chapter 8: Outlook for continuing development": tutorial/chapter-8.md
-  - Compilation:
-    - Example Project: example-project.md
-    - Static Library: static-library.md
-    - External Dependencies: third-party.md
-    - Python Bindings: python-bindings.md
-  - Contributing:
-    - Style Guidelines: style-guidelines.md
-    - Bug Report: CONTRIBUTING.md
-    - Creating a Pull Request: before-submitting-pull-request.md
-    - Unit Tests: unit-tests.md
-  - Misc:
-    - Matlab-libigl Cheatsheet: matlab-to-eigen.md
-    - Coding Tips: coding-guidelines.md
-    - File Formats:
-      - Index: file-formats/index.md
-      - bf: file-formats/bf.md
-      - dmat: file-formats/dmat.md
-      - rbr: file-formats/rbr.md
-      - tgf: file-formats/tgf.md
-      - xml: file-formats/xml.md
-    - Building the Website: readme.md
-  - FAQ: faq.md
-  - About:
-    - Release History: RELEASE_HISTORY.md
-    - License: LICENSE.md

+ 0 - 38
todos.txt

@@ -1,38 +0,0 @@
-- extras should be in namespaces, i.e. igl::tetgen::tetrahedralize
-- extra header blocks should be verbose, i.e. IGL_TETGEN_TETRAHEDRALIZE_H
-- reorient_facets_raycast depends on boost and embree
-+ sort out `grad.*` vs `gradMat.*`
-- clean up externals
-  - What's there for convenience?
-  - What's there because it's patched?
-- compile on Linux, Mac OS X, Windows
-- unit tests for all functions
-- clean up examples
-- standardize use of string/char *, add to style conventions
-- standardize Eigen Templates, add to style conventions
-+ standardize headers-only vs. static library
-- clean up tga.h
-+ standardize igl includes #include "cotangent.h" or #include <cotangent.h>
-- implement an IGL_NO_OPENGL and IGL_NO_GLUT compiler option
-- clean up edgetopology.h
-+ clean up mvc.h
-- clean up orth.h
-- clean up and rename pos.h
-- fix bugs in examples/Core/example2.cpp
-- replace DynamicSparseMatrix: coeffRef += ---> setFromTriplets()
-- create libigltga extra...why? license?
-+ rename moveFV.h
-- is_border_vertex.h should not require V
-- consistent checks/asserts for: manifoldness, closedness, triangles-only
-    e.g. check_mesh(V,F,IS_MANIFOLD | IS_CLOSED | IS_TRIANGLES_ONLY)
-- clean up Timer.h
-x svd.* depends on lapack, should use eigen...
-- use preprocessor macros to automatically include .cpp files at end of .h
-- unify include opengl with convenience includes
-- MatrixBase --> PlainObjectBase
-- min_quad_with_fixed should probably be a class
-- everywhere appropriate change:
-  `#pragma omp parallel for` to `#pragma omp parallel for if (n>10000)` where
-  `n` and `1000` are replaced accordingly
-+ standardize name of library "libigl", purge IGL LIB, igl_lib, igl lib, IGL
-    Library, etc.