Skip to content

Commit

Permalink
README.md modification (#34)
Browse files Browse the repository at this point in the history
* del : TODO.md removed

* doc : badges bug fixed

* doc : TOC removed from README.md

* fix : CI badges bug fixed

* doc : CHANGELOG.md updated
  • Loading branch information
sepandhaghighi authored Aug 3, 2024
1 parent 8584174 commit 8b904f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `update` function in `functions.py`
- `update_all` function in `functions.py`
- `extract_namespaces` function in `util.py`
- `README.md` updated
## [0.1] - 2024-06-19
### Added
- `CLI` handler
Expand Down
35 changes: 6 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,14 @@
<img src="https://github.com/openscilab/dmeta/raw/main/otherfiles/logo.png" width="280" height="400">
<br/>
<br/>
<a href="https://codecov.io/gh/openscilab/dmeta">
<img src="https://codecov.io/gh/openscilab/dmeta/branch/dev/graph/badge.svg" alt="Codecov"/>
</a>
<a href="https://badge.fury.io/py/dmeta">
<img src="https://badge.fury.io/py/dmeta.svg" alt="PyPI version" height="18">
</a>
<a href="https://www.python.org/">
<img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3">
</a>
<a href="https://discord.gg/626twyuPZG">
<img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel">
</a>
<a href="https://codecov.io/gh/openscilab/dmeta"><img src="https://codecov.io/gh/openscilab/dmeta/branch/dev/graph/badge.svg" alt="Codecov"></a>
<a href="https://badge.fury.io/py/dmeta"><img src="https://badge.fury.io/py/dmeta.svg" alt="PyPI version" height="18"></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3"></a>
<a href="https://discord.gg/626twyuPZG"><img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel"></a>
</div>

----------

## Table of contents

* [Overview](https://github.com/openscilab/dmeta#overview)
* [Installation](https://github.com/openscilab/dmeta#installation)
* [Usage](https://github.com/openscilab/dmeta#usage)
* [Issues & Bug Reports](https://github.com/openscilab/dmeta#issues--bug-reports)
* [Todo](https://github.com/openscilab/dmeta/blob/main/TODO.md)
* [Contribution](https://github.com/openscilab/dmeta/blob/main/.github/CONTRIBUTING.md)
* [Authors](https://github.com/openscilab/dmeta/blob/main/AUTHORS.md)
* [License](https://github.com/openscilab/dmeta/blob/main/LICENSE)
* [Show Your Support](https://github.com/openscilab/dmeta#show-your-support)
* [Changelog](https://github.com/openscilab/dmeta/blob/main/CHANGELOG.md)
* [Code of Conduct](https://github.com/openscilab/dmeta/blob/main/.github/CODE_OF_CONDUCT.md)


## Overview
<p align="justify">
DMeta is an open source Python package that removes metadata of Microsoft Office files.
Expand Down Expand Up @@ -64,10 +41,10 @@ DMeta is an open source Python package that removes metadata of Microsoft Office
<tr>
<td align="center">CI</td>
<td align="center">
<img src="https://github.com/openscilab/dmeta/workflows/CI/badge.svg?branch=main">
<img src="https://github.com/openscilab/dmeta/actions/workflows/test.yml/badge.svg?branch=main">
</td>
<td align="center">
<img src="https://github.com/openscilab/dmeta/workflows/CI/badge.svg?branch=dev">
<img src="https://github.com/openscilab/dmeta/actions/workflows/test.yml/badge.svg?branch=dev">
</td>
</tr>
</table>
Expand Down
2 changes: 0 additions & 2 deletions TODO.md

This file was deleted.

0 comments on commit 8b904f4

Please sign in to comment.