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: pypa/packaging.python.org
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 9999years/python-packaging-user-guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 18, 2018

  1. Added long_description_content_type

    With [PEP
    566](https://www.python.org/dev/peps/pep-0566/#description-content-type-optional), the `long_description` can be Markdown with the `long_description_content_type` arg. This adds documentation for it
    
    There were also a couple cases where filenames were enclosed with quotes
    rather than as code; I've changed those to be `code` as well for
    consistency.
    
    See also:
    
     * [Relevant section in PEP 566](https://www.python.org/dev/peps/pep-0566/#description-content-type-optional)
     * [The CommonMark specification](http://spec.commonmark.org)
     * [The Description-Content-Type field documentation in the Python
       packaging documentation](https://packaging.python.org/specifications/core-metadata/#description-content-type-optional)
    Rebecca Turner committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    1f2b4b7 View commit details
    Browse the repository at this point in the history
  2. Prefer :file:... instead of ...

    Changes filenames written with code backticks to use the Sphinx [file
    directive](http://www.sphinx-doc.org/en/stable/markup/inline.html#role-file);
    it renders the same but it's more semantic now.
    Rebecca Turner committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    ec8fb98 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into master

    Rebecca Turner authored Mar 18, 2018
    Configuration menu
    Copy the full SHA
    1e94a15 View commit details
    Browse the repository at this point in the history
Loading