@@ -9,8 +9,8 @@ A Python package with common Software Design Patterns.
99 .. list-table ::
1010 :stub-columns: 1
1111
12- * - tests
13- - | |circleci | |codecov |
12+ * - build
13+ - | |circleci | |codecov | | docs |
1414
1515 * - package
1616 - | |pypi | |wheel | |py_versions | |commits_since |
@@ -19,6 +19,13 @@ A Python package with common Software Design Patterns.
1919 - |better_code_hub | |codacy | |code_climate | |maintainability | |scrutinizer |
2020
2121
22+ |
23+ | **Documentation:** https://software-patterns.readthedocs.io/en/master
24+ | **Source Code:** https://github.com/boromir674/software-patterns
25+ | **CI/CD:** https://circleci.com/gh/boromir674/software-patterns/tree/master
26+ |
27+
28+
2229
2330Overview
2431========
@@ -55,9 +62,12 @@ Install from the Pypi server:
5562.. |codecov | image :: https://codecov.io/gh/boromir674/software-patterns/branch/master/graph/badge.svg?token=3POTVNU0L4
5663 :alt: Codecov
5764 :target: https://app.codecov.io/gh/boromir674/software-patterns/branch/master
58-
5965
6066
67+ .. |docs | image :: https://img.shields.io/readthedocs/software-patterns/latest?logo=readthedocs
68+ :target: https://software-patterns.readthedocs.io/en/latest/?badge=latest
69+ :alt: Read the Docs (version)
70+
6171.. |pypi | image :: https://img.shields.io/pypi/v/software-patterns?color=blue&label=pypi&logo=pypi&logoColor=%23849ed9
6272 :alt: PyPI
6373 :target: https://pypi.org/project/software-patterns/
@@ -72,7 +82,7 @@ Install from the Pypi server:
7282
7383.. |commits_since | image :: https://img.shields.io/github/commits-since/boromir674/software-patterns/v0.9.0/master?color=blue&logo=Github
7484 :alt: GitHub commits since tagged version (branch)
75- :target: https://github.com/boromir674/software-patterns/compare/v0.9 .0..master
85+ :target: https://github.com/boromir674/software-patterns/compare/v1.0 .0..master
7686
7787
7888
@@ -95,13 +105,3 @@ Install from the Pypi server:
95105.. |scrutinizer | image :: https://img.shields.io/scrutinizer/quality/g/boromir674/software-patterns/master?logo=scrutinizer-ci
96106 :alt: Scrutinizer code quality
97107 :target: https://scrutinizer-ci.com/g/boromir674/software-patterns/?branch=master
98-
99-
100-
101- .. |version | image :: https://img.shields.io/pypi/v/topic-modeling-toolkit.svg
102- :alt: PyPI Package latest release
103- :target: https://pypi.org/project/topic-modeling-toolkit
104-
105- .. |python_versions | image :: https://img.shields.io/pypi/pyversions/software-patterns.svg
106- :alt: Supported versions
107- :target: https://pypi.org/project/software-patterns/
0 commit comments