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
4848-------------------
4949The organization of this repository is meant to be simple and self-evident at a glance:
5050
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.
5353
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.
5657
57- - ` style/ `
58- : Contains the css for the books and the site.
58+ - ` style/ ` --
59+ Contains the css for the books and the site.
5960
60- - ` src/ `
61- : Contains the source.
61+ - ` src/ ` --
62+ Contains the source.
6263
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.
6667
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.
7071
7172
7273Source Code
You can’t perform that action at this time.
0 commit comments