Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/packages/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -35,7 +39,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -49,6 +57,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/numerical.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/scientific.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down
11 changes: 11 additions & 0 deletions source/packages/strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ A rich ecosystem of high-performance code

## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
Expand All @@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})

<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% else %}
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
{% endif %}
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
{% if j.description is defined %}
Expand All @@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}

## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})

{% if j.license is defined %}
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
{% endif %}
{% if j.description is defined %}
{{j.description}}
{% endif %}
Expand Down