Skip to content

Commit

Permalink
added a table of contents to the introduction notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Mar 12, 2017
1 parent e1a3abd commit 5b57d19
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions examples/1-Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@
"This tutorial explains the concepts behind the package as well as its capabilities. For concrete examples of package usage, please explore the other files in the examples directory.\n",
"\n",
"## Table of Contents\n",
"1. Introduction\n",
"2. CSG Concepts\n",
"3. Ray Tracing Conepts\n",
"4. Package Capabilities"
"1. Introduction \n",
" 1.1. What is Constructive Solid Geometry? \n",
" 1.2. What is Ray Tracing? \n",
" 1.3. Why a new package? \n",
"2. CSG Concepts \n",
" 2.1 - CSG Primitives \n",
" 2.2 - CSG Halfspaces \n",
" 2.3 - Logical Cell \n",
" 2.4 - Boundary Conditions \n",
"3. Ray Tracing Conepts \n",
"4. Package Capabilities \n",
" 4.1 - Geometry Building Functionality \n",
" 4.2 - Ray Tracing \n",
" 4.3 - Examples "
]
},
{
Expand Down

0 comments on commit 5b57d19

Please sign in to comment.