Skip to content

Commit

Permalink
Fixed typos in documentation and dates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
apacha committed Apr 8, 2020
1 parent b2af97e commit e0d447e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
# -- Project information -----------------------------------------------------

project = 'OMR Dataset Tools'
copyright = '2019, Alexander Pacha'
copyright = '2020, Alexander Pacha'
author = 'Alexander Pacha'

# The short X.Y version
version = '0.15'
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '0.15'
release = '1.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions omrdatasettools/Downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def download_and_extract_dataset(self, dataset: OmrDataset, destination_director
self.__download_muscima_pp_images(dataset, destination_directory)

def download_images_from_mei_annotation(self, dataset: OmrDataset, dataset_directory: str, base_url: str):
""" Crawls the images of the Edirom dataset, if provided with the respective URL. To avoid repetitive crawling,
this URL has to be provided manually. If you are interested in these dataset, please contact the authors. """
""" Crawls the images of an Edirom dataset, if provided with the respective URL. To avoid repetitive crawling,
this URL has to be provided manually. If you are interested in these datasets, please contact the authors. """
if dataset not in [OmrDataset.Edirom_Bargheer, OmrDataset.Edirom_FreischuetzDigital]:
raise Exception("Only supported for edirom datasets")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_long_description():
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 5 - Stable',
'Development Status :: 5 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand Down

0 comments on commit e0d447e

Please sign in to comment.