File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -48,25 +48,26 @@ Directory Structure
48
48
-------------------
49
49
The organization of this repository is meant to be simple and self-evident at a glance:
50
50
51
- - ` books/ `
52
- : This folder contains the three raytracing books (in HTML), and some supporting material.
51
+ - ` books/ ` --
52
+ This folder contains the three raytracing books (in HTML), and some supporting material.
53
53
54
- - ` images/ `
55
- : Contains all of the images and figures of the books. Can also be used to compare your results.
54
+ - ` images/ ` --
55
+ Contains all of the images and figures of the books. Can also be used to compare your
56
+ results.
56
57
57
- - ` style/ `
58
- : Contains the css for the books and the site.
58
+ - ` style/ ` --
59
+ Contains the css for the books and the site.
59
60
60
- - ` src/ `
61
- : Contains the source.
61
+ - ` src/ ` --
62
+ Contains the source.
62
63
63
- - ` src/common/ `
64
- : Contains any headers that are common to two or more books. This is also where external headers are
65
- stored.
64
+ - ` src/common/ ` --
65
+ Contains any headers that are common to two or more books. This is also where external headers
66
+ are stored.
66
67
67
- - ` src/<book>/ `
68
- : Contains the source specific to any one book. There is no sharing of source outside of the
69
- common directory.
68
+ - ` src/<book>/ ` --
69
+ Contains the source specific to any one book. There is no sharing of source outside of the
70
+ common directory.
70
71
71
72
72
73
Source Code
You can’t perform that action at this time.
0 commit comments