-
Notifications
You must be signed in to change notification settings - Fork 218
Comparing changes
Open a pull request
base repository: executablebooks/MyST-Parser
base: v0.15.2
head repository: executablebooks/MyST-Parser
compare: v0.16.0
- 18 commits
- 64 files changed
- 7 contributors
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f799bcf - Browse repository at this point
Copy the full SHA f799bcfView commit details
Commits on Sep 3, 2021
-
FIX: Add mandatory attributes on enumerated_list (#418)
These are required by some docutils translators
Configuration menu - View commit details
-
Copy full SHA for ffe8ad8 - Browse repository at this point
Copy the full SHA ffe8ad8View commit details
Commits on Sep 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f362378 - Browse repository at this point
Copy the full SHA f362378View commit details
Commits on Sep 27, 2021
-
[pre-commit.ci] pre-commit autoupdate (#410)
updates: - git://github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1 - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3) - [github.com/psf/black: 20.8b1 → 21.7b0](psf/black@20.8b1...21.7b0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910](pre-commit/mirrors-mypy@v0.812...v0.910) Co-authored-by: Chris Sewell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fe0a12 - Browse repository at this point
Copy the full SHA 9fe0a12View commit details
Commits on Oct 11, 2021
-
[pre-commit.ci] pre-commit autoupdate (#438)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a28e9b7 - Browse repository at this point
Copy the full SHA a28e9b7View commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 43d5c66 - Browse repository at this point
Copy the full SHA 43d5c66View commit details -
[pre-commit.ci] pre-commit autoupdate (#442)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8da63ad - Browse repository at this point
Copy the full SHA 8da63adView commit details
Commits on Dec 4, 2021
-
👌 IMPROVE: Table rendering (#450)
Change cell alignment classes to `text-left`, `text-center`, or `text-right`, and allow tables with no body.
Configuration menu - View commit details
-
Copy full SHA for 4c8aebe - Browse repository at this point
Copy the full SHA 4c8aebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ad170 - Browse repository at this point
Copy the full SHA 89ad170View commit details -
🐛 FIX: Convert empty directive option to
None(#452)This allows for converters like `optional_int` to work correctly
Configuration menu - View commit details
-
Copy full SHA for ea6e967 - Browse repository at this point
Copy the full SHA ea6e967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b1017c - Browse repository at this point
Copy the full SHA 9b1017cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf18116 - Browse repository at this point
Copy the full SHA cf18116View commit details
Commits on Dec 6, 2021
-
✨ NEW: Add
fieldlistextension (#455)Field lists are mappings from field names to field bodies, based on the [reStructureText syntax](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists). A prominent use case of field lists is for use in API docstrings, as used in [Sphinx's docstring renderers](https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#the-python-domain). This should hopefully pave the way for use with `sphinx.ext.autodoc`
Configuration menu - View commit details
-
Copy full SHA for 86bf84d - Browse repository at this point
Copy the full SHA 86bf84dView commit details
Commits on Dec 11, 2021
-
✨ NEW: Add Docutils MyST config and CLI (#426)
This commit updates the docutils only `Parser`, to include relevant MyST configuration options, which can be used with the docutils API, CLI or via a `docutils.conf` file. CLI commands are also exposed for docutils writers: `myst-docutils-html`, `myst-docutils-html5`, `myst-docutils-latex`, `myst-docutils-pseudoxml`, `myst-docutils-xml`. In addition, the commit also stops mathjax classes being added to sections, when parsing in docutils mode, and adds help metadata to the `MdParserConfig`attributes (for programmatic documentation). Co-authored-by: Chris Sewell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 560f641 - Browse repository at this point
Copy the full SHA 560f641View commit details -
🔧 MAINTAIN: Add publishing job for
myst-docutils(#456)This commit adds a workflow for releasing an additional package `myst-docutils`, which does not include install requirements on docutils or sphinx. This will allow the docutils package to utilise it as a dependency, with no cyclic dependencies. The package is created by dynamically modifying the `setup.cfg` and `README.md` before the build. The build is also tested against a range of docutils versions, to ensure it does not fail due to the missing sphinx dependency.
Configuration menu - View commit details
-
Copy full SHA for 894e8a9 - Browse repository at this point
Copy the full SHA 894e8a9View commit details -
👌 IMPROVE:
parse_directive_optionsThe change allows compatibility with the `sphinx.ext.autodoc.directive.DummyOptionSpec` instances.
Configuration menu - View commit details
-
Copy full SHA for 675a1c6 - Browse repository at this point
Copy the full SHA 675a1c6View commit details -
🧪 TESTS: Add for
gettext_additional_targets(#459)This commit adds more tests related to language translations.
Configuration menu - View commit details
-
Copy full SHA for 87d6af7 - Browse repository at this point
Copy the full SHA 87d6af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1b081 - Browse repository at this point
Copy the full SHA 5d1b081View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.2...v0.16.0