Skip to content

Commit

Permalink
Merge branch 'scribe-org:main' into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona authored Nov 8, 2024
2 parents dabe56a + 7c78c56 commit 72ad8dd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_package_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
brew bundle install --file=Brewfile
# configure PATH & PKG_CONFIG_PATH as per
# https://gitlab.pyicu.org/main/pyicu#installing-pyicu
# https://gitlab.pyicu.org/main/pyicu
echo "/opt/homebrew/opt/icu4c/bin:/opt/homebrew/opt/icu4c/sbin:$PATH" >> $GITHUB_PATH
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/homebrew/opt/icu4c/lib/pkgconfig" >> $GITHUB_ENV
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/tcort/markdown-link-check
rev: v3.13.6
hooks:
- id: markdown-link-check
args: [-q]
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:target: https://github.com/scribe-org/Scribe-Data

.. |rtd| image:: https://img.shields.io/readthedocs/scribe-data.svg?label=%20&logo=read-the-docs&logoColor=ffffff
:target: http://scribe-datareadthedocs.io/en/latest/
:target: http://scribe-data.readthedocs.io/en/latest/

.. |issues| image:: https://img.shields.io/github/issues/scribe-org/Scribe-Data?label=%20&logo=github
:target: https://github.com/scribe-org/Scribe-Data/issues
Expand Down
5 changes: 0 additions & 5 deletions docs/source/scribe_data/load/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ load/

`View code on Github <https://github.com/scribe-org/Scribe-Data/tree/main/src/scribe_data/load>`_

.. toctree::
:maxdepth: 2

update_files/index

.. toctree::
:maxdepth: 1

Expand Down
8 changes: 0 additions & 8 deletions docs/source/scribe_data/load/update_files/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/scribe_data/unicode/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unicode/

The Scribe-Data Unicode process is powered by `cldr-json <https://github.com/unicode-org/cldr-json>`_ data from the `Unicode Consortium <https://home.unicode.org/>`_ and `PyICU <https://gitlab.pyicu.org/main/pyicu>`_, a Python extension that wraps the Unicode Consortium's `International Components for Unicode (ICU) <https://github.com/unicode-org/icu>`_ C++ project.

Please see the `installation guide for PyICU <https://gitlab.pyicu.org/main/pyicu#installing-pyicu>`_ as the extension must be linked to ICU on your machine to work properly.
Please see the `installation guide for PyICU <https://gitlab.pyicu.org/main/pyicu>`_ as the extension must be linked to ICU on your machine to work properly.

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion src/scribe_data/unicode/UNICODE_INSTALLTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Scribe-Data Unicode process is powered by [cldr-json](https://github.com/unicode-org/cldr-json) data from the [Unicode Consortium](https://home.unicode.org/) and [PyICU](https://gitlab.pyicu.org/main/pyicu), a Python extension that wraps the Unicode Consortium's [International Components for Unicode (ICU)](https://github.com/unicode-org/icu) C++ project.

Please see the [installation guide for PyICU](https://gitlab.pyicu.org/main/pyicu#installing-pyicu) as the extension must be linked to ICU on your machine to work properly.
Please see the [installation guide for PyICU](https://gitlab.pyicu.org/main/pyicu) as the extension must be linked to ICU on your machine to work properly.

## macOS Support

Expand Down

0 comments on commit 72ad8dd

Please sign in to comment.