Skip to content

Commit 410789c

Browse files
committed
Retire parallel v3 directory
1 parent b9e037c commit 410789c

File tree

156 files changed

+0
-21649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+0
-21649
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
build/
44
/*.ppm
5-
6-
/v3/*.ppm

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ Getting the Books
1111
The _Ray Tracing in One Weekend_ series of books are now available to the public for free directly
1212
from the web.
1313

14-
We are currently hosting both the older v3.2.3 version and the latest v4.0.0-alpha.2 versions in the
15-
same project. The older v3 version (really v3.2.3) is provided for readers who are in the middle of
16-
going through the series so you can maintain continuity. For new readers, or readers newly starting
17-
one of the books, we strongly recommend that you jump aboard the v4 train.
18-
19-
### Version 3.2.3
20-
- [Ray Tracing in One Weekend][web1-v3]
21-
- [Ray Tracing: The Next Week][web2-v3]
22-
- [Ray Tracing: The Rest of Your Life][web3-v3]
23-
2414
### Version 4.0.0-alpha.2
2515

2616
- [Ray Tracing in One Weekend][web1]
@@ -84,13 +74,6 @@ The organization of this repository is meant to be simple and self-evident at a
8474
- `src/<book>/` --
8575
Contains the final source code for each book.
8676

87-
- `v3/` --
88-
All content (same general structure) for the v3.2.3 release (from December 2020).
89-
90-
- `v3/common` --
91-
Contains v3 headers that are common to two or more v3 books. This is also where external headers
92-
are stored.
93-
9477

9578
Source Code
9679
-----------
@@ -235,6 +218,3 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
235218
[web1]: https://raytracing.github.io/books/RayTracingInOneWeekend.html
236219
[web2]: https://raytracing.github.io/books/RayTracingTheNextWeek.html
237220
[web3]: https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
238-
[web1-v3]: https://raytracing.github.io/v3/books/RayTracingInOneWeekend.html
239-
[web2-v3]: https://raytracing.github.io/v3/books/RayTracingTheNextWeek.html
240-
[web3-v3]: https://raytracing.github.io/v3/books/RayTracingTheRestOfYourLife.html

images/cover/old/RTNextWeek-small.jpg

-18.7 KB
Binary file not shown.

images/cover/old/RTNextWeek.jpg

-24 KB
Binary file not shown.
-19.9 KB
Binary file not shown.

images/cover/old/RTOneWeekend.jpg

-24.2 KB
Binary file not shown.
-15 KB
Binary file not shown.

images/cover/old/RTRestOfYourLife.jpg

-20.7 KB
Binary file not shown.

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ <h1 class='alert' id='alpha'>Version 4.0.0-alpha.2</h1>
3434
issues and suggestions <a href="https://github.com/RayTracing/raytracing.github.io/issues">on the GitHub issues
3535
page</a> for our project.
3636

37-
<p>If you still wish to use v3.2.3 until the final v4 release, you can find it <a href="v3/index.html">in the v3/
38-
directory</a> until we ship the v4.0.0 final version.
39-
40-
4137
<h1 id='books'>Getting the Books</h1>
4238

4339
<p>The <cite>Ray Tracing in One Weekend</cite> series of books are now available to the public for free online. They

v3/CHANGELOG.md

Lines changed: 0 additions & 505 deletions
This file was deleted.

v3/CMakeLists.txt

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)