Skip to content

Commit

Permalink
migrate to pyproject.toml, add mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 24, 2024
1 parent d2271ed commit c7db6fe
Show file tree
Hide file tree
Showing 58 changed files with 8,126 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ ext_list = \
# * TYPE: type of reference specified by the next part. One of: branch, commit, tag
#
# * REF: commit hash, branch name, tag name, depending on TYPE value. Prefer tags
remote-admin-panel = https://github.com/mutantsan/ckanext-admin-panel commit 999183a
remote-admin-panel = https://github.com/DataShades/ckanext-admin-panel commit 999183a
# dev is an alternative. You can install it via `make full-upgrade
# alternative=dev`. Any other prefix can be used instead of `dev`.
dev-admin-panel = https://github.com/mutantsan/ckanext-admin-panel branch master
dev-admin-panel = https://github.com/DataShades/ckanext-admin-panel branch master

remote-cloudstorage = https://github.com/DataShades/ckanext-cloudstorage.git tag v0.3.2
remote-collection = https://github.com/DataShades/ckanext-collection.git tag v0.2.0a0
Expand All @@ -86,19 +86,19 @@ remote-geoview = https://github.com/ckan/ckanext-geoview.git tag v0.1.0
remote-googleanalytics = https://github.com/ckan/ckanext-googleanalytics.git tag v2.4.0
remote-harvest = https://github.com/ckan/ckanext-harvest.git tag v1.5.6
remote-hierarchy = https://github.com/ckan/ckanext-hierarchy.git tag v1.2.1
remote-let-me-in = https://github.com/mutantsan/ckanext-let-me-in tag v1.0.1
remote-let-me-in = https://github.com/DataShades/ckanext-let-me-in tag v1.0.1
remote-officedocs = https://github.com/jqnatividad/ckanext-officedocs tag v1.1.0
remote-or-facet = https://github.com/DataShades/ckanext-or_facet tag v0.1.1
remote-pdfview = https://github.com/ckan/ckanext-pdfview.git tag 0.0.8
remote-pygments = https://github.com/mutantsan/ckanext-pygments commit f4287bb
remote-pygments = https://github.com/DataShades/ckanext-pygments commit f4287bb
remote-resource-indexer = https://github.com/DataShades/ckanext-resource_indexer.git tag v0.4.1
remote-saml = https://github.com/DataShades/ckanext-saml.git tag v0.3.3
remote-scheming = https://github.com/ckan/ckanext-scheming tag release-3.0.0
remote-search-tweaks = https://github.com/dataShades/ckanext-search-tweaks tag v0.6.1
remote-spatial = https://github.com/ckan/ckanext-spatial tag v2.1.1
remote-syndicate = https://github.com/DataShades/ckanext-syndicate tag v2.2.2
remote-toolbelt = https://github.com/DataShades/ckanext-toolbelt.git tag v0.4.24
remote-unfold = https://github.com/mutantsan/ckanext-unfold.git tag v1.0.2
remote-unfold = https://github.com/DataShades/ckanext-unfold.git tag v1.0.2
remote-vip-portal = https://github.com/DataShades/ckanext-vip-portal.git tag v0.2.5a1
remote-xloader = https://github.com/ckan/ckanext-xloader.git tag 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Tests](https://github.com/Link Digital/ckanext-bulk/workflows/tests.yml/badge.svg)](https://github.com/Link Digital/ckanext-bulk/actions/workflows/test.yml)
[![Tests](https://github.com/DataShades/ckanext-bulk/workflows/tests.yml/badge.svg)](https://github.com/DataShades/ckanext-bulk/actions/workflows/test.yml)

# ckanext-bulk

Expand Down
Binary file added docs/img/favicon.ico
Binary file not shown.
Binary file added docs/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[![Tests](https://github.com/DataShades/ckanext-bulk/workflows/tests.yml/badge.svg)](https://github.com/DataShades/ckanext-bulk/actions/workflows/test.yml)

# ckanext-bulk

An extension that helps to perform bulk operations over CKAN entities, such as datasets, organizations and groups.

## Requirements

Compatibility with core CKAN versions:

| CKAN version | Compatible? |
|--------------|-------------|
| 2.9 | no |
| 2.10 | yes |
| 2.11 | yes |
| master | yes |
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: ckanext-bulk
site_url: https://Link Digital.github.io/ckanext-bulk/

repo_url: https://github.com/Link Digital/ckanext-bulk
repo_url: https://github.com/DataShades/ckanext-bulk

markdown_extensions:
- pymdownx.snippets
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-bulk"
version = "0.2.11"
version = "0.2.12"
description = "Bulk update for CKAN datasets/resources"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand Down
Loading

0 comments on commit c7db6fe

Please sign in to comment.