Autoextract documentation for some modules, improve docs
This commit is contained in:
parent
9cb39103c6
commit
976b3da6f4
4 changed files with 88 additions and 36 deletions
|
@ -1,5 +1,7 @@
|
|||
"""
|
||||
Reddit data: saved items/comments/upvotes/etc.
|
||||
|
||||
Uses [[https://github.com/karlicoss/rexport][rexport]] output.
|
||||
"""
|
||||
|
||||
from typing import Optional
|
||||
|
@ -11,9 +13,6 @@ from dataclasses import dataclass
|
|||
|
||||
@dataclass
|
||||
class reddit(uconfig):
|
||||
'''
|
||||
Reddit module uses [[https://github.com/karlicoss/rexport][rexport]] output
|
||||
'''
|
||||
export_path: Paths # path[s]/glob to the exported data
|
||||
rexport : Optional[PathIsh] = None # path to a local clone of rexport
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue