Skip to content

Commit

Permalink
fix links and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Oct 26, 2023
1 parent fbf4d05 commit e176e3a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ You can find **Full Project Documentation** [here][documentation_path]
<hr>

#### Workflows
[![Tests](https://github.com/libresource/pygenesisactions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesisactions/workflows/run-tests.yml)
[![Pylint](https://github.com/libresource/pygenesisactions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesisactions/workflows/lint.yml)
[![Tests](https://github.com/libresource/pygenesis/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesis/actions/workflows/run-tests.yml)
[![Pylint](https://github.com/libresource/pygenesis/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesis/actions/workflows/lint.yml)

#### Package
[![Version](https://img.shields.io/pypi/v/pygenesis.svg)](https://pypi.python.org/pypi/pygenesis/)
Expand All @@ -19,8 +19,8 @@ You can find **Full Project Documentation** [here][documentation_path]

#### Support
[![Documentation](https://img.shields.io/badge/docs-0094FF.svg)][documentation_path]
[![Discussions](https://img.shields.io/badge/discussions-ff0068.svg)](https://github.com/libresource/pygenesisdiscussions/)
[![Issues](https://img.shields.io/badge/issues-11AE13.svg)](https://github.com/libresource/pygenesisissues/)
[![Discussions](https://img.shields.io/badge/discussions-ff0068.svg)](https://github.com/libresource/pygenesis/discussions/)
[![Issues](https://img.shields.io/badge/issues-11AE13.svg)](https://github.com/libresource/pygenesis/issues/)

#### Downloads
[![Day Downloads](https://img.shields.io/pypi/dd/pygenesis)](https://pepy.tech/project/pygenesis)
Expand All @@ -34,19 +34,19 @@ You can find **Full Project Documentation** [here][documentation_path]

#### Development
- [![Release date](https://img.shields.io/github/release-date/libresource/pygenesis
)](https://github.com/libresource/pygenesisreleases)
[![Last Commit](https://img.shields.io/github/last-commit/libresource/pygenesismain
)](https://github.com/libresource/pygenesis/releases)
[![Last Commit](https://img.shields.io/github/last-commit/libresource/pygenesis/main
)](https://github.com/libresource/pygenesis)
- [![Issues](https://img.shields.io/github/issues/libresource/pygenesis
)](https://github.com/libresource/pygenesisissues/)
)](https://github.com/libresource/pygenesis/issues/)
[![Closed Issues](https://img.shields.io/github/issues-closed/libresource/pygenesis
)](https://github.com/libresource/pygenesisissues/)
)](https://github.com/libresource/pygenesis/issues/)
- [![Pull Requests](https://img.shields.io/github/issues-pr/libresource/pygenesis
)](https://github.com/libresource/pygenesispulls)
)](https://github.com/libresource/pygenesis/pulls)
[![Closed Pull Requests](https://img.shields.io/github/issues-pr-closed-raw/libresource/pygenesis
)](https://github.com/libresource/pygenesispulls)
)](https://github.com/libresource/pygenesis/pulls)
- [![Discussions](https://img.shields.io/github/discussions/libresource/pygenesis
)](https://github.com/libresource/pygenesisdiscussions/)
)](https://github.com/libresource/pygenesis/discussions/)

[//]: # (#### Repository Stats)

Expand Down
22 changes: 11 additions & 11 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ It contains may useful files for open source project: (`CHECKLIST.md <https://gi
- `setup.py` for build your package
- `requirements.txt` and `dev-requirements.txt`
- `Makefile` with main commands to work with the project
- run tests
- calculate coverage
- lint
- build and install package
- generate autodocumentation
- others
- - run tests
- - calculate coverage
- - lint
- - build and install package
- - generate autodocumentation
- - others
- GitHub workflows
- generate documentation
- run tests with coverage
- run linter
- publish your package in PyPi
- greetings for new contributors
- - generate documentation
- - run tests with coverage
- - run linter
- - publish your package in PyPi
- - greetings for new contributors

Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion pygenesis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Package info
"""
name = 'pygenesis'
version = '1.0.0'
version = '1.0.1'
status = '4 - Beta'

0 comments on commit e176e3a

Please sign in to comment.