Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
3e0ee961
You need to sign in or sign up before continuing.
Commit
3e0ee961
authored
7 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix docs
parent
2dc5bf74
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
docs/instrumentation/metrics.md
+1
-1
1 addition, 1 deletion
docs/instrumentation/metrics.md
with
3 additions
and
3 deletions
docs/conf.py
+
1
−
1
View file @
3e0ee961
...
...
@@ -60,7 +60,7 @@ author = u'Piotr Maślanka'
#
# The short X.Y version.
from
satella
import
__version__
version
=
__version__
.
split
(
'
.
'
,
2
)[:
2
]
.
join
(
'
.
'
)
version
=
'
.
'
.
join
(
__version__
.
split
(
'
.
'
,
2
)[:
2
])
# The full version, including alpha/beta/rc tags.
release
=
__version__
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
3e0ee961
...
...
@@ -2,7 +2,7 @@ Welcome to satella's documentation!
===================================
.. toctree::
:maxdepth: 2
:maxdepth: 2
:caption: Contents:
coding/monitor
...
...
This diff is collapsed.
Click to expand it.
docs/instrumentation/metrics.md
+
1
−
1
View file @
3e0ee961
...
...
@@ -9,4 +9,4 @@ that does not have to correspond to particular modules or classes. It can be in
By default, it runs in _runtime_ mode. This means that statistics are collected only from metrics of this
instrument that are set to at least RUNTIME. If a user wants to dig deeper, it can switch the instrument to
DEBUG, which will cause more data to be registered.
\ No newline at end of file
DEBUG, which will cause more data to be registered.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment