mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-23 19:29:52 +00:00
66 lines
2.5 KiB
ReStructuredText
66 lines
2.5 KiB
ReStructuredText
sprockets.{{ cookiecutter.project_name }}
|
|
{{ '=' * (10 + cookiecutter.project_name|length) }}
|
|
{{ cookiecutter.description }}
|
|
|
|
|Version| |Downloads| |Status| |Coverage| |License|
|
|
|
|
Installation
|
|
------------
|
|
``sprockets.{{ cookiecutter.project_name }}`` is available on the
|
|
`Python Package Index <https://pypi.python.org/pypi/sprockets.{{ cookiecutter.project_name }}>`_
|
|
and can be installed via ``pip`` or ``easy_install``:
|
|
|
|
.. code:: bash
|
|
|
|
pip install sprockets.{{ cookiecutter.project_name }}
|
|
|
|
Requirements
|
|
------------
|
|
@TODO: Put full requirements list here, should match requirements.txt
|
|
- `sprockets <https://github.com/sprockets/sprockets>`_
|
|
|
|
API Documentation
|
|
-----------------
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
api
|
|
examples
|
|
|
|
Version History
|
|
---------------
|
|
See :doc:`history`
|
|
|
|
Issues
|
|
------
|
|
Please report any issues to the Github project at `https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}/issues <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}/issues>`_
|
|
|
|
Source
|
|
------
|
|
``sprockets.{{ cookiecutter.project_name }}`` source is available on Github at `https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }} <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}>`_
|
|
|
|
License
|
|
-------
|
|
``sprockets.{{ cookiecutter.project_name }}`` is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}/blob/master/LICENSE>`_.
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. |Version| image:: https://img.shields.io/pypi/v/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
:target: http://badge.fury.io/py/sprockets.{{ cookiecutter.project_name }}
|
|
|
|
.. |Status| image:: https://img.shields.io/travis/sprockets/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
:target: https://travis-ci.org/sprockets/sprockets.{{ cookiecutter.project_name }}
|
|
|
|
.. |Coverage| image:: https://img.shields.io/codecov/c/github/sprockets/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
:target: https://codecov.io/github/sprockets/sprockets.{{ cookiecutter.project_name }}?branch=master
|
|
|
|
.. |Downloads| image:: https://img.shields.io/pypi/dm/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
:target: https://pypi.python.org/pypi/sprockets.{{ cookiecutter.project_name }}
|
|
|
|
.. |License| image:: https://img.shields.io/pypi/l/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
:target: https://sprockets{{ cookiecutter.project_name.replace('.', '') }}.readthedocs.org
|