Compare commits

...

2 Commits

Author SHA1 Message Date
Francesco Mangiacrapa cea01bf70e Updated README 2023-09-22 09:25:21 +02:00
Francesco Mangiacrapa 64525627d5 updated README 2023-09-22 09:25:08 +02:00
1 changed files with 2 additions and 38 deletions

View File

@ -1,40 +1,8 @@
.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org//ckanext-d4science_theme.svg?branch=master
:target: https://travis-ci.org//ckanext-d4science_theme
.. image:: https://coveralls.io/repos//ckanext-d4science_theme/badge.svg
:target: https://coveralls.io/r//ckanext-d4science_theme
.. image:: https://pypip.in/download/ckanext-d4science_theme/badge.svg
:target: https://pypi.python.org/pypi//ckanext-d4science_theme/
:alt: Downloads
.. image:: https://pypip.in/version/ckanext-d4science_theme/badge.svg
:target: https://pypi.python.org/pypi/ckanext-d4science_theme/
:alt: Latest Version
.. image:: https://pypip.in/py_versions/ckanext-d4science_theme/badge.svg
:target: https://pypi.python.org/pypi/ckanext-d4science_theme/
:alt: Supported Python versions
.. image:: https://pypip.in/status/ckanext-d4science_theme/badge.svg
:target: https://pypi.python.org/pypi/ckanext-d4science_theme/
:alt: Development Status
.. image:: https://pypip.in/license/ckanext-d4science_theme/badge.svg
:target: https://pypi.python.org/pypi/ckanext-d4science_theme/
:alt: License
=============
ckanext-d4science_theme
=============
.. Put a description of your extension here:
What does it do? What features does it have?
Consider including some screenshots or embedding a video!
The CKAN extension that implements the D4Science theme template
------------
@ -49,10 +17,6 @@ extension works with.
Installation
------------
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-d4science_theme:
1. Activate your CKAN virtual environment, for example::
@ -90,7 +54,7 @@ Development Installation
To install ckanext-d4science_theme for development, activate your CKAN virtualenv and
do::
git clone https://github.com//ckanext-d4science_theme.git
git clone https://code-repo.d4science.org/CKAN-Extensions/ckanext-d4science_theme.git
cd ckanext-d4science_theme
python setup.py develop
pip install -r dev-requirements.txt