-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add default markdown template * Update tutorial.rst to mention markdown * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Typing fixes, fix template issue, full test coverage * Add newsfragment * Apply suggestions from code review Markdown caps, test formatting Co-authored-by: Hynek Schlawack <hs@ox.cx> * Update docs/tutorial.rst Co-authored-by: Hynek Schlawack <hs@ox.cx> * Update docs/configuration.rst Co-authored-by: Hynek Schlawack <hs@ox.cx> * towncrier doesn't use .rst extensions for fragments * Applying suggested changes * "Version" doc improvements * Another change for consistency in docs * Remove ordereddict and redundant os.mkdirs * Make Config.underlines a tuple by default * Fix what Github suggestions messed up * Fix dicts that were OrderedDicts * Fix documentation link * Re-add the required os.mkdirs and abstract the common use case in test_settings * Use Python 3.10 compatible importlib_resources * Fix markdown in fragment * Fix comment to show what fragments actually returns now * Importlib test helper can keep using builtin * Revert to old template open method to try and fix a windows error * Make ruff's sort work the same as actual isort * Make config.template use a tuple instead of a string if it's a resource template * Improve docs for directory configuration key * Document template configuration key * Change default start_string configuration when using markdown * Change newsfile docs to use `code-block`s (and fix typo in documented markdown start_string) * Use helpers read/write for new tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Better configuration doc formatting * Document Section Path Behaviour * Improve configuration docs re: python projects * Fix test that was altered to use dedent --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hynek Schlawack <hs@ox.cx>
- Loading branch information
1 parent
622ba4f
commit 4493cce
Showing
16 changed files
with
926 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.