eee0f5e4c9
* Link to stable docs for stable release, otherwise latest docs * Add build command to setup for making HTML docs * Change the documentation menu entry to open either online or local HTML * Update docs build instructions in docs
52 lines
594 B
Plaintext
52 lines
594 B
Plaintext
# Setup/Install
|
|
/MANIFEST
|
|
/dist/
|
|
/build/
|
|
/deploy/
|
|
*.spec
|
|
*.egg-info
|
|
setup.iss
|
|
novelwriter.desktop
|
|
novelWriter.pyw
|
|
|
|
# Translations
|
|
/nw/assets/i18n/*.qm
|
|
.qmake.stash
|
|
i18n/*.qm
|
|
i18n/*.qph
|
|
|
|
# Documentation
|
|
/docs/build/
|
|
/nw/assets/help/html/
|
|
*.qch
|
|
*.qhc
|
|
|
|
# Python Temp
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Sample Project
|
|
/nw/assets/sample.zip
|
|
/sample/cache
|
|
/sample/meta
|
|
/sample/versions
|
|
*.bak
|
|
*.lock
|
|
ToC.txt
|
|
|
|
# PyTest
|
|
/prof/
|
|
/htmlcov/
|
|
/tests/temp
|
|
/tests/lipsum/cache
|
|
/tests/lipsum/meta
|
|
/tests/minimal/cache
|
|
/tests/minimal/meta
|
|
/tests/oldproj/cache
|
|
/.pytest_cache
|
|
/pytestdebug.log
|
|
|
|
# Coverage
|
|
/.coverage
|
|
/coverage.*
|