diff --git a/pages/common/pydoc.md b/pages/common/pydoc.md new file mode 100644 index 0000000000..5173f2ad95 --- /dev/null +++ b/pages/common/pydoc.md @@ -0,0 +1,16 @@ +# pydoc + +> Display offline Python documentation. +> More information: . + +- Print documentation on a subject (Python keyword, topic, function, module, package, etc.): + +`pydoc {{subject}}` + +- Start an HTTP server on an arbitrary unused port and open a [b]rowser to see the documentation: + +`pydoc -b` + +- Display help: + +`pydoc`