{ "info": { "author": "John Vandenberg", "author_email": "jayvdb@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Documentation", "Topic :: Utilities" ], "description": "Sphinx epytext support\n======================\n\nsphinx-epytext provides basic support for epytext docstrings\n \nin Sphinx autodoc . \n\nIt connects to the 'autodoc-process-docstring' hook of Sphinx, to perform the following:\n\n- Replaces '@' with ':' for epydoc fields. \n- Replaces L{..} and C{..} with :py:obj:`..`\n- Removes U{..} from around links\n\nConfiguration\n-------------\n\nAdd it to your extensions in ``conf.py``::\n\n extensions = [\n 'sphinx.ext.autodoc',\n 'sphinx_epytext',\n # your other sphinx extensions\n # ...\n ]\n\nThen run ``sphinx-build``.", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/sphinx-epytext", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jayvdb/sphinx-epytext", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sphinx-epytext", "package_url": "https://pypi.org/project/sphinx-epytext/", "platform": "any", "project_url": "https://pypi.org/project/sphinx-epytext/", "project_urls": { "Download": "http://pypi.python.org/pypi/sphinx-epytext", "Homepage": "https://github.com/jayvdb/sphinx-epytext" }, "release_url": "https://pypi.org/project/sphinx-epytext/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "Sphinx \"epytext\" extension.", "version": "0.0.4" }, "last_serial": 1721038, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "0e74f557e23e676da3de8f77786196a9", "sha256": "08fbba88ba2f03e47e2375682ae43c56159702ee57f5b71dd4f6fd96fac531e7" }, "downloads": -1, "filename": "sphinx-epytext-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0e74f557e23e676da3de8f77786196a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2516, "upload_time": "2014-11-19T17:50:06", "url": "https://files.pythonhosted.org/packages/a5/6d/d412b118e8f04e19acdd5630f563bc576f3cc574c3fc5b73a0f745455daf/sphinx-epytext-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "5a7850b097af91ce495a6898fc4cbbe7", "sha256": "4cc5ba92693ee8853d841c03db434606275506bb418da5bb7538766c696d5e30" }, "downloads": -1, "filename": "sphinx-epytext-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5a7850b097af91ce495a6898fc4cbbe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3590, "upload_time": "2015-09-13T21:21:01", "url": "https://files.pythonhosted.org/packages/a2/d1/60a763434d39552b4a392c409ba769accbe9ad96b7227f66bc7a08129fcf/sphinx-epytext-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a7850b097af91ce495a6898fc4cbbe7", "sha256": "4cc5ba92693ee8853d841c03db434606275506bb418da5bb7538766c696d5e30" }, "downloads": -1, "filename": "sphinx-epytext-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5a7850b097af91ce495a6898fc4cbbe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3590, "upload_time": "2015-09-13T21:21:01", "url": "https://files.pythonhosted.org/packages/a2/d1/60a763434d39552b4a392c409ba769accbe9ad96b7227f66bc7a08129fcf/sphinx-epytext-0.0.4.tar.gz" } ] }