{ "info": { "author": "Roman Mohr", "author_email": "roman@fenkhuber.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Documentation", "Topic :: Utilities" ], "description": ".. -*- mode: rst; coding: utf-8 -*-\r\n\r\nsphinx-server - A minimalistic server for uploading and viewing sphinx documentation\r\n====================================================================================\r\n\r\n.. contents:: Table of Contents\r\n :backlinks: top\r\n\r\nsphinx-server is a minimal sphinx documentation hosting server. It is\r\ncompatible with Sphinx-PyPi-upload_. To view the documentation static3_ is\r\nused.\r\n\r\nInstallation and Usage\r\n----------------------\r\n\r\nInstall sphinx-server::\r\n\r\n pip install sphinx-server\r\n\r\nor from GitHub::\r\n\r\n git clone git://github.com/rmohr/sphinx-server.git\r\n cd sphinx-server\r\n pip install .\r\n\r\ngunicorn\r\n^^^^^^^^\r\n\r\nDownload the WSGI HTTP Server::\r\n\r\n pip install gunicorn\r\n\r\nRun the server::\r\n\r\n gunicorn -w 1 'sphinxserver:app(home=\"root/folder\")' -b 127.0.0.1:8080\r\n\r\nUpload the documentation of your project::\r\n\r\n cd /your/project/path\r\n python setup.py upload_sphinx --repository=http://127.0.0.1:8080\r\n\r\nBrowse the documentation::\r\n\r\n firefox http://127.0.0.1:8080/your_project_name/\r\n\r\n.. _Sphinx-PyPI-upload: https://pypi.python.org/pypi/Sphinx-PyPI-upload\r\n.. _static3: https://pypi.python.org/pypi/static3\r\n\r\npastedeploy\r\n^^^^^^^^^^^\r\n\r\nAlternatively spinx-server can be run via pastedeploy. An example.ini\r\nmight look like this::\r\n\r\n [app:main]\r\n use = egg:sphinx-server#main\r\n home= ~/sphinx-docs\r\n\r\n [server:main]\r\n use = egg:gunicorn#main\r\n host = 0.0.0.0\r\n port = 9000\r\n workers = 5\r\n accesslog = -\r\n\r\nInstall the WSGI HTTP Server::\r\n\r\n pip install gunicorn pastedeploy\r\n\r\nRun the server::\r\n\r\n gunicorn_paster example.ini", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rmohr/sphinx-server", "keywords": "wsgi sphinx documentation server webapps", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "sphinx-server", "package_url": "https://pypi.org/project/sphinx-server/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sphinx-server/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rmohr/sphinx-server" }, "release_url": "https://pypi.org/project/sphinx-server/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "simple wsgi sphinx server", "version": "0.1.0" }, "last_serial": 841856, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0c4941ce850126e2a81a78148daa651e", "sha256": "f1b1cabe44971c74a61a397dceeb5be0b4061618034d26ce5a7db647489c142e" }, "downloads": -1, "filename": "sphinx-server-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0c4941ce850126e2a81a78148daa651e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17258, "upload_time": "2013-08-16T21:12:35", "url": "https://files.pythonhosted.org/packages/4d/ba/afefba1ccfbf9ee459f042e3589f358ed010495d9a4e55aec1145db7f401/sphinx-server-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c4941ce850126e2a81a78148daa651e", "sha256": "f1b1cabe44971c74a61a397dceeb5be0b4061618034d26ce5a7db647489c142e" }, "downloads": -1, "filename": "sphinx-server-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0c4941ce850126e2a81a78148daa651e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17258, "upload_time": "2013-08-16T21:12:35", "url": "https://files.pythonhosted.org/packages/4d/ba/afefba1ccfbf9ee459f042e3589f358ed010495d9a4e55aec1145db7f401/sphinx-server-0.1.0.tar.gz" } ] }