Skip to content

Commit 98a4f2d

Browse files
committed
adding badeges
1 parent ba4e5c9 commit 98a4f2d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Python](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3111/)
2+
[![tests](https://github.com/mapmanager/MapManagerCore/workflows/Test/badge.svg)](https://github.com/mapmanager/MapManagerCore/actions)
3+
[![codecov](https://codecov.io/gh/MapManagerCore/branch/master/graph/badge.svg?token=L7L3FB04IP)](https://codecov.io/gh/cudmore/SanPy)
4+
[![OS](https://img.shields.io/badge/OS-Linux|Windows|macOS-blue.svg)]()
5+
[![License](https://img.shields.io/badge/license-GPLv3-blue)](https://github.com/mapmanager/MapManagerCore/blob/master/LICENSE)
6+
17
# MapManagerCore
28

39
MapManagerCore is a Python library that provides the core functionality for MapManager.

mapmanagercore/logger.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ def getLoggerFilePath():
4646
"""All MapManager code will log to the same place including:
4747
- MapManagerCore
4848
- MapManagerQt
49+
50+
Notes
51+
-----
52+
Mac: /Users/cudmore/Library/Application Support/MapManager
53+
Linux: /share/MapManager
54+
Windows:
4955
"""
5056
appName = 'MapManager'
5157
try:

0 commit comments

Comments
 (0)