Skip to content

Commit ca3f947

Browse files
committed
Docs tweaks
1 parent 81eeffa commit ca3f947

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Changelog
22

3-
## v0.2.0 (in development)
3+
## v0.2.0
44

55
First release of the applications in a new separate CLI package.
66
All CLIs are now based on Click and Click Extra, and registered as
7-
subcommands under a common `iman` CLI entry command.
7+
subcommands under a common `iman` entry command.
88

99
### Added
1010

1111
- `iman` command line entry point
1212
- GeoCom protocol tester (`test geocom`)
1313
- GSI Online DNA protocol tester (`test gsidna`)
14-
- `morse`:
15-
- beep unit time option
16-
- more connection options
17-
- instrument compatibility option
1814
- file lister (`list files`)
1915
- job lister (`list jobs`)
2016
- file downloader (`download file`)
2117
- inclination measurement (`measure inclination`)
2218
- inclination calculation (`calc inclination`)
2319
- inclination results merger (`merge inclination`)
20+
- `morse` was extended with new options:
21+
- beep unit time option
22+
- more connection options
23+
- instrument compatibility option
2424

2525
### Changed
2626

27-
- all programs are now registered as subcommands under the `iman`
27+
- all programs are now registered as subcommands under the `iman` command
2828
- commands are now organized into command groups based on the type of action
2929
instead of context (e.g. all measurement type programs are now under the
3030
`measure` subcommand, instead of `setmeasurement measure`, `setup measure`,

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/mrclock8163/instrumentman/main/docs/iman_logo.png" alt="I-man logo" width="300">
2+
<img src="https://raw.githubusercontent.com/mrclock8163/instrumentman/main/docs/iman_logo.png" alt="I-man logo" width="400">
33
</h1><br>
44

55
[![PyPI - Version](https://img.shields.io/pypi/v/instrumentman)](https://pypi.org/project/instrumentman/)
66
[![Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FMrClock8163%2FInstrumentman%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://pypi.org/project/instrumentman/)
77
[![MIT](https://img.shields.io/github/license/mrclock8163/instrumentman)](https://opensource.org/license/mit)
8+
[![Tests status](https://img.shields.io/github/actions/workflow/status/mrclock8163/instrumentman/run-tests.yml?label=linting)](https://github.com/MrClock8163/Instrumentman)
9+
[![Docs status](https://app.readthedocs.org/projects/instrumentman/badge/?version=latest)](https://instrumentman.readthedocs.io/latest/)
810
[![Typed](https://img.shields.io/pypi/types/geocompy)](https://pypi.org/project/geocompy/)
911

1012
Instrumentman (or I-man for short) is a Python CLI package, that is a

0 commit comments

Comments
 (0)