معرفی شرکت ها


ATD_document-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

setuptools command for uploading Sphinx documentation to PyPI
ویژگی مقدار
سیستم عامل OS Independent
نام فایل ATD_document-0.1.1
نام ATD_document
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jannis Leidel
ایمیل نویسنده jannis@leidel.info
آدرس صفحه اصلی http://bitbucket.org/jezdez/sphinx-pypi-upload/
آدرس اینترنتی https://pypi.org/project/ATD_document/
مجوز BSD
Sphinx-PyPI-upload ================== This package contains a `setuptools`_ command for uploading `Sphinx`_ documentation to the `Python Package Index`_ (PyPI) at the dedicated URL packages.python.org. .. _setuptools: http://pypi.python.org/pypi/setuptools .. _Sphinx: http://sphinx.pocoo.org/ .. _`Python Package Index`: http://pypi.python.org/ The ``upload_sphinx`` command ------------------------------ ``upload_sphinx`` will create the necessary zip file out of an arbitrary documentation directory and posts it to the correct URL. It's also loosely based on Sphinx' own setuptools command build_sphinx_ which allows to easily build documentation from the command line. The ``upload_sphinx`` command has the following options: - ``--repository (-r)``: url of repository [default: http://pypi.python.org/pypi] - ``--show-response``: display full response text from server - ``--upload-dir``: directory to upload .. _build_sphinx: http://bitbucket.org/birkenfeld/sphinx/src/tip/sphinx/setup_command.py Example -------- Assuming there is an ``Example`` package with Sphinx documentation to be uploaded to http://packages.python.org, with the following structure:: Example/ |-- example.py |-- setup.cfg |-- setup.py |-- docs | |-- build | | `-- html | |-- conf.py | |-- index.txt | `-- tips_tricks.txt As with any other setuptools based command, you can define useful defaults in the setup.cfg of your Python package. The following snippet shows how to set the option defaults of the ``build_sphinx`` and ``upload_sphinx`` setup.py commands:: [build_sphinx] source-dir = docs/ build-dir = docs/build all_files = 1 [upload_sphinx] upload-dir = docs/build/html To build and upload the Sphinx documentation you are now able to run:: $ python setup.py build_sphinx $ python setup.py upload_sphinx Alternatively, you can of course just pass the appropriate options directly to the commands:: $ python setup.py build_sphinx --source-dir=docs/ --build-dir=docs/build --all-files $ python setup.y upload_sphinx --upload-dir=docs/build/html


نحوه نصب


نصب پکیج whl ATD_document-0.1.1:

    pip install ATD_document-0.1.1.whl


نصب پکیج tar.gz ATD_document-0.1.1:

    pip install ATD_document-0.1.1.tar.gz