Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Jan 23, 2023
1 parent fad39b4 commit a48b999
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
16 changes: 2 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Complete table of extras bellow:
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[carbon]`` | Sending metrics to carbon_ (part of graphite_) |
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[cron]`` | use croniter_ for scheduling tasks |
| ``pip install aiomisc[cron]`` | use croniter_ for scheduling tasks |
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[raven]`` | Sending exceptions to sentry_ using raven_ |
+-----------------------------------+------------------------------------------------+
Expand Down Expand Up @@ -280,7 +280,7 @@ Such as: ``AIOHTTPService``, ``ASGIService``, ``TCPServer``,
Unfortunately in this section it is not possible to pay more attention to this,
please pay attention to the Tutorial_ section section, there are more
examples and explanations, and of cource you always can find out an answer on
the :doc:`/api/index` or in the source code. The authors have tried to make
the `/api/index` or in the source code. The authors have tried to make
the source code as clear and simple as possible, so feel free to explore it.


Expand Down Expand Up @@ -340,15 +340,3 @@ For setting up developer environment just execute:
.. _API reference: https://aiomisc.readthedocs.io/en/latest/api/index.html
.. _Modules: https://aiomisc.readthedocs.io/en/latest/modules.html
.. _Tutorial: https://aiomisc.readthedocs.io/en/latest/tutorial.html

Table Of Contents
+++++++++++++++++

.. toctree::
:glob:
:numbered:
:maxdepth: 3

tutorial
modules
api/index
4 changes: 2 additions & 2 deletions aiomisc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# BY: poem-plugins "git" plugin
# NEVER EDIT THIS FILE MANUALLY

version_info = (16, 3, 3)
__version__ = "16.3.3"
version_info = (16, 3, 0)
__version__ = "16.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "aiomisc"
# This is a dummy version which will be rewritten with poem-plugins
version = "16.3.3"
version = "16.3.0"
description = "aiomisc - miscellaneous utils for asyncio"
authors = ["Dmitry Orlov <me@mosquito.su>"]
readme = "README.rst"
license = "MIT"
homepage = "https://github.com/aiokitchen/aiomisc"
classifiers = [
"Framework :: Pytest",
"ntended Audience :: Developers",
"Intended Audience :: Developers",
"Natural Language :: Russian",
"Operating System :: MacOS",
"Operating System :: POSIX",
Expand Down

0 comments on commit a48b999

Please sign in to comment.