Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: net/docs/README.txt

Issue 1875583002: Revert of Include class relationship diagrams in network stack documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/gn_migration.gypi ('k') | net/docs/life-of-a-url-request.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/docs/README.txt
diff --git a/net/docs/README.txt b/net/docs/README.txt
deleted file mode 100644
index cf6c2027c1d13ddab7616b42699879e85b2b57ad..0000000000000000000000000000000000000000
--- a/net/docs/README.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-To generate the output HTML from an input markdown file on Unix
-machines, execute the command:
-
- PYTHONPATH=../../third_party python -m markdown -f <output>.html <input>.md
-
-On Windows machines, execute:
-
- set PYTHONPATH=..\..\third_party
- python -m markdown -f <output>.html <input>.md
-
-(This command line assumes that the net/docs directory is the current
-directory; if that's not the case, adjust the path to src/third_party
-to be accurate from whatever directory the command is executed from.)
-
-The diagrams included in the network stack documentation were
-generated with Graphviz, and both source (.dot) and output (.svg) are
-included in the repository. If graphviz is installed, the output may
-be regenerated from the source via:
-
- dot dot -Tsvg <name>.dot > <name>.svg
« no previous file with comments | « build/gn_migration.gypi ('k') | net/docs/life-of-a-url-request.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698