Skip to content

Commit

Permalink
Merge branch 'hotfix/new-docs-hosting'
Browse files Browse the repository at this point in the history
  • Loading branch information
chabErch committed May 22, 2021
2 parents 1e22adf + 38149db commit c785bdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<img src="https://i.postimg.cc/rFWHwqwq/Artboard-1-0-5x.png" alt="Linum logo">
</p>

[![Documentation Status](https://readthedocs.com/projects/chaberch-linum/badge/?version=latest&token=78b2cc17787db8f14e1038a6d8b054e9e6aaff80ea6706ac3990a9619969ee8c)](https://chaberch-linum.readthedocs-hosted.com/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/linum/badge/?version=latest)](https://linum.readthedocs.io/en/latest/?badge=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.com/chabErch/Linum.svg?branch=master)](https://travis-ci.com/chabErch/Linum)

The tool for tasks visualization - like Gantt chart, but more compact.

Full documentation are [available here](https://chaberch-linum.readthedocs-hosted.com/). Also there is the [GitHub project page](https://github.com/chabErch/Linum).
Full documentation are [available here](https://linum.readthedocs.io/). Also there is the [GitHub project page](https://github.com/chabErch/Linum).

## Description

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'chaberch'

# The full version, including alpha/beta/rc tags
release = '0.2.5'
release = '0.2.6'

# -- General configuration ---------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Welcome to Linum's documentation!
:alt: Linum logo
:align: center

.. image:: https://readthedocs.com/projects/chaberch-linum/badge/?version=latest&token=78b2cc17787db8f14e1038a6d8b054e9e6aaff80ea6706ac3990a9619969ee8c
:target: https://chaberch-linum.readthedocs-hosted.com/en/latest/?badge=latest
.. image:: https://readthedocs.org/projects/linum/badge/?version=latest
:target: https://linum.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/ansicolortags.svg
Expand All @@ -32,7 +32,7 @@ Welcome to Linum's documentation!

Linum is a tool for tasks visualization — like Gantt chart, but more compact.

Full documentation `available here <https://chaberch-linum.readthedocs-hosted.com/>`_.
Full documentation `available here <https://linum.readthedocs.io/>`_.

Linum GitHub `project page <https://github.com/chabErch/Linum>`_.

Expand Down
2 changes: 1 addition & 1 deletion linum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .txt_renderer.console_renderer import ConsoleRenderer
from .txt_renderer.txt_renderer import TxtRenderer

__version__ = '0.2.5'
__version__ = '0.2.6'

0 comments on commit c785bdb

Please sign in to comment.