{
    "content": [
        {
            "type": "text",
            "text": "# PYDOC3.10 (man)\n\n## NAME\n\npydoc3.10 - the Python documentation tool\n\n## SYNOPSIS\n\npydoc3.10 name\npydoc3.10 -k keyword\npydoc3.10 -p port\n\n## DESCRIPTION\n\npydoc3.10  name  Show text documentation on something.  name may be the name of a Python key‐\nword, topic, function, module, or package, or a dotted  reference  to  a  class  or  function\nwithin  a module or module in a package.  If name contains a '/', it is used as the path to a\nPython source file to document. If name is 'keywords', 'topics', or 'modules', a  listing  of\nthese things is displayed.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PYDOC3.10",
        "section": "",
        "mode": "man",
        "summary": "pydoc3.10 - the Python documentation tool",
        "synopsis": "pydoc3.10 name\npydoc3.10 -k keyword\npydoc3.10 -p port",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": [
                    {
                        "name": "pydoc3.10 -g",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pydoc3.10 - the Python documentation tool\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pydoc3.10 name\n\npydoc3.10 -k keyword\n\npydoc3.10 -p port\n",
                "subsections": [
                    {
                        "name": "pydoc3.10 -g",
                        "content": "pydoc3.10 -w module [...]\n"
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "pydoc3.10  name  Show text documentation on something.  name may be the name of a Python key‐\nword, topic, function, module, or package, or a dotted  reference  to  a  class  or  function\nwithin  a module or module in a package.  If name contains a '/', it is used as the path to a\nPython source file to document. If name is 'keywords', 'topics', or 'modules', a  listing  of\nthese things is displayed.\n\npydoc3.10 -k keyword Search for a keyword in the synopsis lines of all available modules.\n\npydoc3.10 -p port Start an HTTP server on the given port on the local machine.\n\npydoc3.10 -g Pop up a graphical interface for finding and serving documentation.\n\npydoc3.10  -w name [...]  Write out the HTML documentation for a module to a file in the cur‐\nrent directory.  If name contains a '/', it is treated as a filename; if it  names  a  direc‐\ntory, documentation is written for all the contents.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Moshe Zadka, based on \"pydoc --help\"\n\n\n\nPYDOC3.10(1)",
                "subsections": []
            }
        }
    }
}