Skip to content
Snippets Groups Projects
Commit ec3ae411 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

2.1.10rc1: fixed docs

parent 17ae6902
No related branches found
No related tags found
No related merge requests found
# v2.1.10 # v2.1.10
* _TBA_ * added [metrics](satella/instrumentation/metrics)
* [documentation](https://satella.readthedocs.io/en/develop/) improved
# v2.1.9 # v2.1.9
......
...@@ -51,7 +51,7 @@ master_doc = 'index' ...@@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'satella' project = u'satella'
copyright = u'2017-2018, Piotr Maślanka' copyright = u'2017-2019, Piotr Maślanka'
author = u'Piotr Maślanka' author = u'Piotr Maślanka'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
......
...@@ -5,14 +5,15 @@ Welcome to satella's documentation! ...@@ -5,14 +5,15 @@ Welcome to satella's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
coding/monitor coding/monitor
coding/debug coding/debug
coding/typechecking coding/typechecking
coding/structures coding/structures
instrumentation/traceback instrumentation/traceback
instrumentation/metrics instrumentation/metrics
source/modules source/modules
posix posix
recipes
Indices and tables Indices and tables
......
Metrics
-------
Metrics and instruments are a system to output real-time statistics. Metrics and instruments are a system to output real-time statistics.
Metrics are defined and meant to be used in a similar way Metrics are defined and meant to be used in a similar way
......
# coding=UTF-8 # coding=UTF-8
__version__ = '2.1.10a5' __version__ = '2.1.10rc1'
...@@ -10,7 +10,7 @@ author_email = piotrm@smok.co ...@@ -10,7 +10,7 @@ author_email = piotrm@smok.co
description = Utilities for writing servers in Python description = Utilities for writing servers in Python
url = https://github.com/piotrmaslanka/satella url = https://github.com/piotrmaslanka/satella
project-urls = project-urls =
Documentation = https://satella.readthedocs.io/ Documentation = https://satella.readthedocs.io/en/develop/
classifier = classifier =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment