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

Unified Diff: tools/telemetry/third_party/modulegraph/doc/commandline.rst

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: tools/telemetry/third_party/modulegraph/doc/commandline.rst
diff --git a/tools/telemetry/third_party/modulegraph/doc/commandline.rst b/tools/telemetry/third_party/modulegraph/doc/commandline.rst
deleted file mode 100644
index b5a8df53659d720b4c40b428925123c1e99f83a9..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/modulegraph/doc/commandline.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-Commandline tools
-=================
-
-The package can be used as a script using "python -mmodulegraph".
-
-This script calculates the module graph for the scripts passed
-on the commandline and by default prints a list of modules
-in the objectgraph, and their type and location.
-
-The script has a number of options to change the output:
-
-* ``-d``: Increase the debug level
-
-* ``-q``: Clear the debug level (emit minimal output)
-
-* ``-m``: The arguments are module names instead of script files
-
-* ``-x name``: Add ``name`` to the list of excludes
-
-* ``-p path``: Add ``path`` to the module search path
-
-* ``-g``: Emit a ``.dot`` file instead of a list of modules
-
-* ``-h``: Emit a ``.html`` file instead of a list of modules
-
-Deprecation warning
--------------------
-
-The package also installs a command-line tool named "modulegraph",
-this command-line tool is deprecated and will be removed in a
-future version.
« no previous file with comments | « tools/telemetry/third_party/modulegraph/doc/changelog.rst ('k') | tools/telemetry/third_party/modulegraph/doc/conf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698