]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Autogenerate black(d|-primer)? help in usage docs (#2212)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Mon, 10 May 2021 02:35:56 +0000 (22:35 -0400)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 02:35:56 +0000 (19:35 -0700)
commit3d96b7f10a56fcf826693e98f08b673dad8ac256
tree0acb5de157a7bf4e390c66991d52d524aee2056a
parent06ccb88bf2bd35a4dc5d591bb296b5b299d07323
Autogenerate black(d|-primer)? help in usage docs (#2212)

So these won't go out of date. This does mean the environment has be
setup a bit more carefully so the right version of the tool is used,
but thankfully the build environment is rebuilt on change on RTD anyway.

Also since the HTML docs are known to build fine, let's provide
downloadable HTMLzips of our docs.

This change needs RTD and GH to install Black with the [d] extra so
blackd's help can generated. While editing RTD's config file, let's
migrate the file to a non-deprecated filename.

Also I missed adding AUTHORS.md to the files key in the doc GHA config.
.github/workflows/doc.yml
.readthedocs.yaml [moved from readthedocs.yml with 55% similarity]
Pipfile
Pipfile.lock
docs/conf.py
docs/contributing/gauging_changes.md
docs/requirements.txt
docs/usage_and_configuration/black_as_a_server.md
docs/usage_and_configuration/the_basics.md