remove garbage org files, move example config down the hierarchy
This commit is contained in:
parent
d0427855e8
commit
8d998146e2
8 changed files with 23 additions and 76 deletions
8
doc/example_config/my/config/__init__.py
Normal file
8
doc/example_config/my/config/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Feel free to remove this if you don't need it/add your own custom settings and use them
|
||||
"""
|
||||
|
||||
class hypothesis:
|
||||
# expects outputs from https://github.com/karlicoss/hypexport
|
||||
# (it's just the standard Hypothes.is export format)
|
||||
export_path = '/path/to/hypothesis/data'
|
0
doc/example_config/my/config/repos/.gitkeep
Normal file
0
doc/example_config/my/config/repos/.gitkeep
Normal file
1
doc/example_config/my/config/repos/hypexport
Symbolic link
1
doc/example_config/my/config/repos/hypexport
Symbolic link
|
@ -0,0 +1 @@
|
|||
/tmp/my_demo/hypothesis_repo
|
Loading…
Add table
Add a link
Reference in a new issue