rendering org mode fixes
This commit is contained in:
parent
d7ec250b79
commit
91fedf655d
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,8 @@ note: this doc is in progress
|
||||||
|
|
||||||
- interoperable
|
- interoperable
|
||||||
|
|
||||||
This is the main motivation and [[file:../README.org::Why?][why]] I created HPI in the first place.
|
# note: this link doesnt work in org, but does for the github preview
|
||||||
|
This is the main motivation and [[file:../README.org#why][why]] I created HPI in the first place.
|
||||||
|
|
||||||
Ideally it should be possible to hook into anything you can imagine -- regardless the database/programming language/etc.
|
Ideally it should be possible to hook into anything you can imagine -- regardless the database/programming language/etc.
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@ If you're not planning to use private configuration (some modules don't need it)
|
||||||
|
|
||||||
The configuration usually contains paths to the data on your disk, and some modules have extra settings.
|
The configuration usually contains paths to the data on your disk, and some modules have extra settings.
|
||||||
The config is simply a *python package* (named =my.config=), expected to be in =~/.config/my=.
|
The config is simply a *python package* (named =my.config=), expected to be in =~/.config/my=.
|
||||||
If you'd like to change the location of the =my.config= directory, you can set the =MY_CONFIG= environment variable. e.g. in your .bashrc add: ~export MY_CONFIG="$HOME/.my/"~
|
If you'd like to change the location of the =my.config= directory, you can set the =MY_CONFIG= environment variable. e.g. in your .bashrc add: ~export MY_CONFIG=$HOME/.my/~
|
||||||
|
|
||||||
Since it's a Python package, generally it's very *flexible* and there are many ways to set it up.
|
Since it's a Python package, generally it's very *flexible* and there are many ways to set it up.
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@ If you experience issues, feel free to report, but please attach your:
|
||||||
- OS version
|
- OS version
|
||||||
- python version: =python3 --version=
|
- python version: =python3 --version=
|
||||||
- HPI version: =pip3 show HPI=
|
- HPI version: =pip3 show HPI=
|
||||||
- if you see some exception, attach a full log (just make user there is not private information in it)
|
- if you see some exception, attach a full log (just make sure there is not private information in it)
|
||||||
- if you think it can help, attach screenshots
|
- if you think it can help, attach screenshots
|
||||||
|
|
||||||
** common issues
|
** common issues
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue