summaryrefslogtreecommitdiff
path: root/doc/HACKING
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-06 15:47:00 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-06 15:47:00 -0500
commit83cab0539817148405e44e1847d757fb2f57b79b (patch)
treeca79003c50cb58177fd0f534f63ac0c8f578f56e /doc/HACKING
parent9687efb386141e5fc46ab295b32bf2dff1f9845b (diff)
downloadtor-83cab0539817148405e44e1847d757fb2f57b79b.tar.gz
tor-83cab0539817148405e44e1847d757fb2f57b79b.zip
Remove 00-overview.md as already subsumed by doxygen
Diffstat (limited to 'doc/HACKING')
-rw-r--r--doc/HACKING/design/00-overview.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/HACKING/design/00-overview.md b/doc/HACKING/design/00-overview.md
deleted file mode 100644
index 1c14dc8c10..0000000000
--- a/doc/HACKING/design/00-overview.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-## Overview ##
-
-
-### The rest of this document. ###
-
-> **Note**: This section describes the eventual organization of this
-> document, which is not yet complete.
-
-We'll begin with an overview of the facilities provided by the modules
-in src/lib. Knowing about these is key to writing portable, simple code
-in Tor.
-
-Then we'll move on to a discussion of how parts of the Tor codebase are
-initialized, finalized, configured, and managed.
-
-Then we'll go on and talk about the main data-flow of the Tor network:
-how Tor generates and responds to network traffic. This will occupy a
-chapter for the main overview, with other chapters for special topics.
-
-After that, we'll mention the main modules in src/features and describe the
-functions of each.
-
-We'll close with a meandering overview of important pending issues in
-the Tor codebase, and how they affect the future of the Tor software.