mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 09:19:50 +00:00
Fix help path for local files and some help doc updates
This commit is contained in:
parent
9321e811d7
commit
984e0c4094
@ -12,7 +12,7 @@ a community around this project.
|
|||||||
|
|
||||||
So, whatever your skills, if you're interested in contributing to dupeGuru, please do so. Normally,
|
So, whatever your skills, if you're interested in contributing to dupeGuru, please do so. Normally,
|
||||||
this documentation should be enough to get you started, but if it isn't, then **please**,
|
this documentation should be enough to get you started, but if it isn't, then **please**,
|
||||||
`let me know`_ because it's a problem that I'm committed to fix. If there's any situation where you'd
|
open a discussion at https://github.com/arsenetar/dupeguru/discussions. If there's any situation where you'd
|
||||||
wish to contribute but some doubt you're having prevent you from going forward, please contact me.
|
wish to contribute but some doubt you're having prevent you from going forward, please contact me.
|
||||||
I'd much prefer to spend the time figuring out with you whether (and how) you can contribute than
|
I'd much prefer to spend the time figuring out with you whether (and how) you can contribute than
|
||||||
taking the chance of missing that opportunity.
|
taking the chance of missing that opportunity.
|
||||||
@ -82,10 +82,9 @@ agree on what should be added to the documentation.
|
|||||||
dupeGuru. For more information about how to do that, you can refer to the `translator guide`_.
|
dupeGuru. For more information about how to do that, you can refer to the `translator guide`_.
|
||||||
|
|
||||||
.. _been open source: https://www.hardcoded.net/articles/free-as-in-speech-fair-as-in-trade
|
.. _been open source: https://www.hardcoded.net/articles/free-as-in-speech-fair-as-in-trade
|
||||||
.. _let me know: mailto:hsoft@hardcoded.net
|
|
||||||
.. _Source code repository: https://github.com/arsenetar/dupeguru
|
.. _Source code repository: https://github.com/arsenetar/dupeguru
|
||||||
.. _Issue Tracker: https://github.com/hsoft/arsenetar/issues
|
.. _Issue Tracker: https://github.com/arsenetar/issues
|
||||||
.. _Issue labels meaning: https://github.com/hsoft/arsenetar/wiki/issue-labels
|
.. _Issue labels meaning: https://github.com/arsenetar/wiki/issue-labels
|
||||||
.. _Sphinx: http://sphinx-doc.org/
|
.. _Sphinx: http://sphinx-doc.org/
|
||||||
.. _reST: http://en.wikipedia.org/wiki/ReStructuredText
|
.. _reST: http://en.wikipedia.org/wiki/ReStructuredText
|
||||||
.. _translator guide: https://github.com/hsoft/arsenetar/wiki/Translator-Guide
|
.. _translator guide: https://github.com/arsenetar/wiki/Translator-Guide
|
||||||
|
@ -18,7 +18,7 @@ else:
|
|||||||
else:
|
else:
|
||||||
# For others our base path is ''.
|
# For others our base path is ''.
|
||||||
BASE_PATH = ""
|
BASE_PATH = ""
|
||||||
HELP_PATH = op.join(BASE_PATH, "help")
|
HELP_PATH = op.join(BASE_PATH, "help", "en")
|
||||||
|
|
||||||
if ISWINDOWS:
|
if ISWINDOWS:
|
||||||
INITIAL_FOLDER_IN_DIALOGS = "C:\\"
|
INITIAL_FOLDER_IN_DIALOGS = "C:\\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user