Skip to content

Commit

Permalink
Added gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Dec 8, 2024
1 parent 441f318 commit d60b95f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
- name: Publish docs
run: mkdocs gh-deploy
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
[![PyPI version](https://badge.fury.io/py/impresso.svg)](https://badge.fury.io/py/impresso)
![PyPI - License](https://img.shields.io/pypi/l/impresso)

Impresso is a library to interact with the [Impresso](https://impresso-project.ch/app) dataset. It provides a set of classes to interact with the API and a set of tools that make working with the data easier.

Impresso is a library designed to facilitate interaction with the [Impresso](https://impresso-project.ch/app) dataset. It offers a comprehensive set of classes for API interaction and a variety of tools to streamline data manipulation and analysis.

You can find the full documentation at [https://impresso.github.io/impresso-py/](https://impresso.github.io/impresso-py/).

## Installation

Expand Down

0 comments on commit d60b95f

Please sign in to comment.