Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Fix some errors in API docs and link to DTMO
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Nov 2, 2018
1 parent 3b50362 commit 724d311
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# python_moztelemetry [![CircleCI Build Status](https://circleci.com/gh/mozilla/python_moztelemetry/tree/master.svg?style=svg)](https://circleci.com/gh/mozilla/python_moztelemetry/tree/master) [![Updates](https://pyup.io/repos/github/mozilla/python_moztelemetry/shield.svg)](https://pyup.io/repos/github/mozilla/python_moztelemetry/) [![codecov.io](https://codecov.io/github/mozilla/python_moztelemetry/coverage.svg?branch=master)](https://codecov.io/github/mozilla/python_moztelemetry?branch=master)

Spark bindings for Mozilla Telemetry
PySpark bindings for Mozilla Telemetry

## Documentation

Online documentation is available at https://mozilla.github.io/python_moztelemetry/

## Deploying a code change
After having your PR reviewed and merged create a new release on [github](https://help.github.com/articles/creating-releases/).
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@

# General information about the project.
project = u'python_moztelemetry'
copyright = u'2016, Mozilla Firefox Data Platform'
copyright = u'Mozilla Firefox Data Platform'
author = u'Mozilla Firefox Data Platform'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'0.3'
version = u'current'
# The full version, including alpha/beta/rc tags.
release = u'0.3.9.13'
release = u'current'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ A simple library to fetch and analyze data collected by the Mozilla Telemetry se
Objects collected by Telemetry are called ``pings``.
A ping has a number of properties (aka ``dimensions``) and a payload.

For example usage and additional context on how this library fits into the
broader landscape of Mozilla telemetry analysis tools, see
`moztelemetry on docs.telemetry.mozilla.org <https://docs.telemetry.mozilla.org/tools/spark.html#the-moztelemetry-library>`_.
To browse the source code, see https://github.com/mozilla/python_moztelemetry

A session of Telemetry data analysis/manipulation typically starts
with a :ref:`Dataset` query that filters the objects by one or more
dimensions, and then extracts the items of interest from their payload.
Expand Down

0 comments on commit 724d311

Please sign in to comment.