Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated ``style`` key for HTML templates (#11381) | Adam Turner | 2023-04-28 | 1 | -16/+0 |
| | |||||
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 1 | -42/+4 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Add a missing word in ``doc/development/theming.rst`` (#11301) | James Addison | 2023-04-07 | 1 | -1/+1 |
| | |||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -4/+42 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 5 | -11/+12 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 2 | -3/+3 |
| | |||||
* | Documentation reshuffle (#11112) | Adam Turner | 2023-01-08 | 3 | -4/+499 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Copy edit the tutorial (#11049) | mikemckiernan | 2022-12-29 | 1 | -6/+7 |
| | | | | | | - Correct two typos. - Include the ingredient index in the "for example" statement. It's tedious, but the audience is reading to learn. | ||||
* | Fix example using ``add_config_value`` (#10937) | Martin Liška | 2022-12-20 | 1 | -1/+1 |
| | | | ``add_config_value()`` has mandatory 3 arguments. | ||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -2/+2 |
| | |||||
* | Begin addding `flake8-simplify` checks (#10820) | danieleades | 2022-09-20 | 1 | -2/+1 |
| | | | | Start with SIM104 and ignore all other flake8-simplify warnings | ||||
* | Update doc/development/tutorials/helloworld.rst | Adam Turner | 2022-08-07 | 1 | -1/+1 |
| | |||||
* | Fix small typo in extension hello world tutorial | David Stansby | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | Fix flake8 5.0.0 reported formatting errors | daniel.eades | 2022-08-01 | 1 | -1/+1 |
| | |||||
* | Allow specifying multiple CSS files in themes (#10465) | Takeshi KOMIYA | 2022-07-17 | 1 | -4/+7 |
| | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Replace doclinter with sphinx-lint (#10389) | Julien Palard | 2022-06-16 | 2 | -6/+4 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | doc: Fix syntax error | Takeshi KOMIYA | 2022-05-22 | 1 | -2/+2 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Fix #10344: docs: Update explanation for copying static files manually | Takeshi KOMIYA | 2022-05-15 | 1 | -5/+5 |
| | |||||
* | Merge pull request #10345 from ↵ | Takeshi KOMIYA | 2022-05-03 | 1 | -1/+1 |
|\ | | | | | | | | | Thecarisma/fix-theming-add-static-file-documentation Refractor the example in 'Add your own static files to the build assets' documentation section | ||||
| * | Fix the example in 'Add your own static files to the build assets' ↵ | Adewale Azeez | 2022-04-14 | 1 | -1/+1 |
| | | | | | | | | documentation section | ||||
* | | Use `Node.findall` | Adam Turner | 2022-04-22 | 1 | -2/+2 |
| | | |||||
* | | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -2/+2 |
|/ | |||||
* | setup -> set up | Daniel Townsend | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | improve grammar in theming.rst | Daniel Townsend | 2022-02-08 | 1 | -2/+2 |
| | |||||
* | Update recipe.py | danieleades | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | doc: Use "console" for the highlight language of console output | Takeshi KOMIYA | 2021-12-13 | 1 | -2/+2 |
| | | | | | Using "console" language is better for the console example (including command-line prompt) | ||||
* | doc: Improve autodoc extension example | Jouke Witteveen | 2021-12-06 | 1 | -5/+4 |
| | | | Enumerations can have aliases, which should be documented as well. | ||||
* | doc: Fix autodoc extension example | Jouke Witteveen | 2021-12-02 | 1 | -2/+5 |
| | | | | | | `directivetype` is set to mimic `ClassDocumenter`. Reflect that. `isinstance` would work on the enum members, but that is not what we want here. `issubclass` raises a TypeError when called on objects that are not classes. | ||||
* | Fix #9525: tutorial: Wrong condition in recipe.py | Takeshi KOMIYA | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | Update docs for theming | Frank Yu | 2021-07-03 | 1 | -0/+3 |
| | |||||
* | doc: Fix docslint misunderstanding scope of code-blocks | Takeshi KOMIYA | 2021-06-06 | 1 | -3/+3 |
| | |||||
* | doc: Upgrade docutils.sourceforge.io links to HTTPS | igo95862 | 2021-05-16 | 3 | -7/+7 |
| | | | | | Also change any docutils.sourceforge.net link to io top level domain. | ||||
* | doc: Added reflink to autodoc tutorial | igo95862 | 2021-03-09 | 1 | -0/+2 |
| | | | | Used in add_autodocumenter docstring | ||||
* | doc: Added autodoc extension tutorial to tutorials index | igo95862 | 2021-03-09 | 1 | -0/+2 |
| | |||||
* | doc: Create autodoc extension tutorial | igo95862 | 2021-03-09 | 2 | -0/+192 |
| | |||||
* | Merge pull request #8873 from tk0miya/8860_bad_example | Takeshi KOMIYA | 2021-02-13 | 1 | -3/+3 |
|\ | | | | | Fix #8860: doc: Usage of recipe directive is wrong | ||||
| * | Fix #8860: doc: Usage of recipe directive is wrong | Takeshi KOMIYA | 2021-02-12 | 1 | -3/+3 |
| | | |||||
* | | Fix #8860: doc: recipe directive crashes with AttributeError | Takeshi KOMIYA | 2021-02-11 | 1 | -1/+1 |
|/ | | | | | | The pre check in the `ReceipeDirective.add_target_and_index() was wrong. It checkes non-existing option "noindex", but it should check "contains" option instead. | ||||
* | doc: Link to detailed extension documentation | markus-oehme-pg40 | 2021-01-22 | 1 | -4/+6 |
| | | | I missed that there are actually two sections explaining extensions in the docs and just saw the examples based one. This lead to me thinking "kind of lousy documentation, but that's probably par for the course". Would there have been a pointer to the detailed extension API description it would have saved me hours of guesswork. | ||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+1 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | moving extension dev overview | Chris Holdgraf | 2020-07-29 | 3 | -4/+1 |
| | |||||
* | comments | Chris Holdgraf | 2020-07-29 | 1 | -0/+20 |
| | |||||
* | rearranging a few docs and small updates | Chris Holdgraf | 2020-07-29 | 5 | -22/+44 |
| | |||||
* | Update doc/development/tutorials/builders.rst | Chris Holdgraf | 2020-07-29 | 1 | -1/+1 |
| | |||||
* | flake8 | Chris Holdgraf | 2020-07-29 | 1 | -3/+3 |
| | |||||
* | several documentation improvements to theming, templating, and extension ↵ | Chris Holdgraf | 2020-07-29 | 4 | -0/+374 |
| | | | | development |