Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: executablebooks/MyST-Parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.2
Choose a base ref
...
head repository: executablebooks/MyST-Parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.0
Choose a head ref
  • 18 commits
  • 64 files changed
  • 7 contributors

Commits on Aug 27, 2021

  1. RELEASE: v0.15.2 (#423)

    mmcky authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f799bcf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. FIX: Add mandatory attributes on enumerated_list (#418)

    These are required by some docutils translators
    cpitclaudel authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ffe8ad8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    f362378 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    9fe0a12 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. [pre-commit.ci] pre-commit autoupdate (#438)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a28e9b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    43d5c66 View commit details
    Browse the repository at this point in the history
  2. [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]>
    pre-commit-ci[bot] and chrisjsewell authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8da63ad View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. 👌 IMPROVE: Table rendering (#450)

    Change cell alignment classes to `text-left`, `text-center`, or `text-right`,
    and allow tables with no body.
    chrisjsewell authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    4c8aebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ad170 View commit details
    Browse the repository at this point in the history
  3. 🐛 FIX: Convert empty directive option to None (#452)

    This allows for converters like `optional_int` to work correctly
    chrisjsewell authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    ea6e967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b1017c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf18116 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. ✨ NEW: Add fieldlist extension (#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`
    chrisjsewell authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    86bf84d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. ✨ 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]>
    cpitclaudel and chrisjsewell authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    560f641 View commit details
    Browse the repository at this point in the history
  2. 🔧 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.
    chrisjsewell authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    894e8a9 View commit details
    Browse the repository at this point in the history
  3. 👌 IMPROVE: parse_directive_options

    The change allows compatibility with the
    `sphinx.ext.autodoc.directive.DummyOptionSpec` instances.
    chrisjsewell committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    675a1c6 View commit details
    Browse the repository at this point in the history
  4. 🧪 TESTS: Add for gettext_additional_targets (#459)

    This commit adds more tests related to language translations.
    jpmckinney authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    87d6af7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d1b081 View commit details
    Browse the repository at this point in the history
Loading