update docstrings

This commit is contained in:
Dima Gerasimov 2020-04-13 23:48:58 +01:00
parent 4996756f12
commit 1273b0ca61
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
""" """
Module for Facebook Messenger messages Facebook Messenger messages
Uses output for input data [[https://github.com/karlicoss/fbmessengerexport][fbmessengerexport]]. Uses output for input data [[https://github.com/karlicoss/fbmessengerexport][fbmessengerexport]].
""" """

View file

@ -1,5 +1,5 @@
""" """
Module for Feedbin RSS reader Feedbin RSS reader
""" """
from .common import listify from .common import listify

View file

@ -1,5 +1,5 @@
""" """
Module for Fedly RSS reader Feedly RSS reader
""" """
from .common import listify from .common import listify

View file

@ -1,5 +1,5 @@
""" """
Module for Google Takeout data Google Takeout data
""" """
import json import json

View file

@ -1,5 +1,5 @@
""" """
Module for accessing photos and videos, with their GPS and timestamps Photos and videos on your filesystem, their GPS and timestamps
""" """
# pip install geopy magic # pip install geopy magic

View file

@ -1,5 +1,5 @@
""" """
Module for Reddit data: saved items/comments/upvotes etc Reddit data: saved items/comments/upvotes etc
""" """
from . import init from . import init

View file

@ -1,5 +1,5 @@
""" """
Module for Twitter (uses official twitter archive export) Twitter data (uses official twitter archive export)
See https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive See https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive
""" """