Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 10, 2023
1 parent a669ff9 commit 1b9e0fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pip install -r requirements.txt
python scripts/tsv2xml.py --help
```


### Analysis tools

The analysis tools provide statistics and information from the dataset, they also run consistency checks of the format and content.
Expand All @@ -82,7 +81,6 @@ Results can be seen directly on the repository.
jupyter-lab
```


### Annotation guidelines

We use reStructured TExt using the utility [Sphinx](https://www.sphinx-doc.org/en/master/) which provide several output formats. Currently we support XML and PDF.
Expand Down Expand Up @@ -131,6 +129,12 @@ and build using
and a file with the specified name will be created in `builddir`.

### Make a new release

```bash
bump-my-version bump major|minor|patch
```

## Licence

The dataset is licensed under CC BY 4.0 CC. The [Bibliographic](data/biblio) data refers to the original content.
Expand Down

0 comments on commit 1b9e0fd

Please sign in to comment.