Skip to content

Commit

Permalink
Remove STYLE.txt from package, release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 23, 2021
1 parent f3eb634 commit 33cd0aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.0.1 (2021-02-23)

- Remove `STYLE.txt` from zip package.
- Fix README mistakes

# v1.0.0 (2021-02-22)

- Enable Greenland coastline layer by default, add semitransparent fill.
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,17 @@ At the root of the package, you will find scientific discipline-specific
directories containing data. Additionally, the following files are present at
the package root:

* `qgreenland.pdf` (COMING SOON): Detailed user-guide.
* `UserGuide.pdf`: Detailed user-guide.
* `QuickStartGuide.pdf`: Guide for QGIS beginners.
* `MakingDataQGRCompatible.pdf`: Data compatibility guide for data providers,
contributors, and users.
* `README.txt`: The README file you are currently reading.
* `CHANGELOG.txt`: A summary of changes for each new QGreenland version.
* `CONTRIBUTING.txt`: Instructions to users looking for help contributing to
this project.
* `STYLE.txt`: Guidelines and standards for QGreenland styling.
* `layer_list.csv`: Comma-separated values representing the configuration of
layers in QGreenland.
layers in QGreenland. This includes limited layer metadata, including, but
not limited to: title, description, abstract, and citation.


# Educational Resources
Expand All @@ -66,7 +69,6 @@ We keep the QGreenland official website up-to-date with links to helpful
educational resources, including our own QGreenland User Guide.

* [QGreenland official website](https://qgreenland.org)
* [Additional resources](https://qgreenland.org/resources)
* [QGreenland YouTube channel](https://www.youtube.com/channel/UCjWae_Jrbognx2ju_SHBZ2A/videos)


Expand Down
4 changes: 0 additions & 4 deletions qgreenland/tasks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ def requires(self):
src_filepath=os.path.join(PROJECT_DIR, 'doc', 'CONTRIBUTING.md'),
dest_relative_filepath='CONTRIBUTING.txt'
)
yield AncillaryFile(
src_filepath=os.path.join(PROJECT_DIR, 'doc', 'STYLE.md'),
dest_relative_filepath='STYLE.txt'
)
yield AncillaryFile(
src_filepath=os.path.join(PROJECT_DIR, 'doc', 'QuickStartGuide.pdf'),
dest_relative_filepath='QuickStartGuide.pdf'
Expand Down

0 comments on commit 33cd0aa

Please sign in to comment.