Skip to content

Commit

Permalink
Merge pull request #45 from Living-with-machines/44-add-badge-for-doc…
Browse files Browse the repository at this point in the history
…umentation

feat(doc): add a bade for documentation
  • Loading branch information
griff-rees authored Aug 5, 2023
2 parents 58cecd4 + dbe6e4c commit 4773d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

<!-- prettier-ignore-start -->
![mit-license](https://img.shields.io/github/license/living-with-machines/alto2txt2fixture)
![CI](https://github.com/living-with-machines/alto2txt2fixture/actions/workflows/ci.yaml/badge.svg)
[![CI](https://github.com/living-with-machines/alto2txt2fixture/actions/workflows/ci.yaml/badge.svg)](https://github.com/Living-with-machines/alto2txt2fixture/actions)
![coverage](https://living-with-machines.github.io/alto2txt2fixture/img/coverage.svg)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Living-with-machines/alto2txt2fixture/main.svg)](https://results.pre-commit.ci/latest/github/Living-with-machines/alto2txt2fixture/main)
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/)
[![doc](https://github.com/Living-with-machines/lwmdb/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://living-with-machines.github.io/alto2txt2fixture/)
<!-- prettier-ignore-end -->

`alto2txt2fixture` is a standalone tool to convert [`alto2txt`](https://github.org/living-with-machines/alto2txt) `XML` output and other related datasets into `JSON` (and where feasible `CSV`) data with corresponding relational IDs to ease general use and ingestion into a relational database.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repo_name: Living
site_url: https://living-with-machines.github.io/alto2txt2fixture
repo_url: https://github.com/Living-with-machines/alto2txt2fixture

site_name: alto2txt2fixture
Expand Down

0 comments on commit 4773d99

Please sign in to comment.