Skip to content

Commit b067a6b

Browse files
committed
docs(CHANGES): Markdown fixes
1 parent ef363b1 commit b067a6b

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

CHANGES

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@
155155
- :issue:`36` , :issue:`37` Documentation updates from `@jcfr`
156156
- :issue:`34` Fix missing mock library, thanks `@jfcr`
157157

158+
[libvcs]: https://github.com/vcs-python/libvcs
159+
158160
## vcspull 0.9.0 (2016-05-26)
159161

160-
- [cli] [internal]: command line arg parsing now uses `click`\_ library.
162+
- [cli] [internal]: command line arg parsing now uses [click] library.
161163
- [cli] vcspull will use the beginning part of the argument to determine
162164
if its searching by vcs URL, repository name or system path.
163165
- [config] `repo` (the longform for the vcs url) is now `url`.
@@ -179,7 +181,7 @@
179181
- [api][internal]: Refactor :class:`vcspull.repo.Repo` factory class
180182
into :func:`vcspull.repo.create_repo`.
181183
- [internal]: major internal cleanup of dead code, pep8 style updates.
182-
- [git] [tests]: fix git+https remotes `#14`\_, add regression tests.
184+
- [git] [tests]: fix git+https remotes [#14], add regression tests.
183185

184186
## vcspull 0.2.2 (2015-07-10)
185187

@@ -233,9 +235,9 @@
233235
- [dev]: Clean up `__init__.py` imports
234236
- [internals]: move :meth:`update` to :meth:`update_dict` in `utils`.
235237
- [cli]: `-d` / `--dirmatch` for matching directories, accepts
236-
`fnmatch`\_ \'s.
238+
[fnmatch]'s.
237239
- [cli]: `-r` / `--repomatch` for matching directories, accepts
238-
`fnmatch`\_ \'s.
240+
[fnmatch]'s.
239241
- [cli]: `-c` / `--config` YAML / JSON file of repositories
240242
- [config/vcs]: Exception for private / ssh GitHub repository URLs and
241243
message to change to correct format.
@@ -249,9 +251,11 @@
249251

250252
## vcspull 0.0.8-3 (2014-02-06)
251253

252-
- [logging] `Issue #6`\_ - fix issue where log templates would not
254+
- [logging] [#6] - fix issue where log templates would not
253255
concatenate correctly.
254256

257+
[#6]: https://github.com/vcs-python/vcspull/issues/6
258+
255259
## vcspull 0.0.8-2 (2014-02-05)
256260

257261
- [packaging] Fix issue where `package_metadata.py` missing from
@@ -265,7 +269,7 @@
265269

266270
- Use werkzeug/flask style unit test suites.
267271
- [docs] Fix section headings.
268-
- [internals] use conventions from `tony/cookiecutter-pypackage`\_.
272+
- [internals] use conventions from [tony/cookiecutter-pypackage].
269273

270274
vcspull 0.0.7 (2014-01-07)
271275

@@ -319,15 +323,17 @@ vcspull 0.0.7 (2014-01-07)
319323

320324
## vcspull 0.0.1 (2013-11-15)
321325

322-
- [cli] [tests] fix `issue #1`\_ for making directories recursively.
326+
- [cli] [tests] [#1] for making directories recursively.
323327
- [tests] :py:mod:`tempfile`.
324328
- [cli] [config] remove .ini support
325329

330+
[#1]: https://github.com/vcs-python/vcspull/issues/1
331+
326332
## vcspull 0.0.1 (2013-11-09)
327333

328-
- `pep257`\_ to all modules.
329-
- Add `argcomplete`\_.
330-
- Move in code patterns from `tmuxp`\_. New logger, setup.py, testsuite
334+
- [pep257] to all modules.
335+
- Add [argcomplete]
336+
- Move in code patterns from [tmuxp]. New logger, setup.py, testsuite
331337
structure, etc.
332338

333339
## vcspull 0.0.1 (2013-10-23)
@@ -353,20 +359,16 @@ vcspull 0.0.7 (2014-01-07)
353359
- removed salt-specific code used for Popen
354360
(https://github.com/vcs-python/vcspull/commit/67dbb793e7)
355361

356-
.. \_tmuxp: http://tmuxp.git-pull.com
357-
.. \_pep257: http://www.python.org/dev/peps/pep-0257/
358-
.. \_pep8: http://www.python.org/dev/peps/pep-0008/
359-
.. \_sphinx-argparse: https://github.com/tony/sphinx-argparse
360-
.. \_argcomplete: https://github.com/kislyuk/argcomplete
361-
.. \_tony/cookiecutter-pypackage: https://github.com/tony/cookiecutter-pypackage.
362-
363-
.. \_#14: https://github.com/vcs-python/vcspull/issues/14
364-
.. \_click: https://github.com/pallets/click
362+
[tmuxp]: http://tmuxp.git-pull.com
363+
[pep257]: http://www.python.org/dev/peps/pep-0257/
364+
[pep8]: http://www.python.org/dev/peps/pep-0008/
365+
[sphinx-argparse]: https://github.com/tony/sphinx-argparse
366+
[argcomplete]: https://github.com/kislyuk/argcomplete
367+
[tony/cookiecutter-pypackage]: https://github.com/tony/cookiecutter-pypackage.
365368

366-
.. \_fnmatch: http://pubs.opengroup.org/onlinepubs/009695399/functions/fnmatch.html
367-
.. \_issue #6: https://github.com/vcs-python/vcspull/issues/6
369+
[#14]: https://github.com/vcs-python/vcspull/issues/14
370+
[click]: https://github.com/pallets/click
368371

369-
.. \_issue #1: https://github.com/vcs-python/vcspull/issues/1
370-
.. \_libvcs: https://github.com/vcs-python/libvcs
372+
[fnmatch]: http://pubs.opengroup.org/onlinepubs/009695399/functions/fnmatch.html
371373

372374
.. vim: set filetype=markdown:

0 commit comments

Comments
 (0)