Skip to content

Commit 3062723

Browse files
committed
docs: Link fixes
1 parent deb90f7 commit 3062723

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

CHANGES

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Generally speaking, refactor / magic is in the process of being stripped
88
out in the next few releases. The API is subject to change significantly
99
in pre-1.0 builds.
1010

11-
- [refactor] [#267](https://github.com/vcs-python/libvcs/pull/267) overhaul docs
11+
- [refactor] [#267] overhaul docs
1212

1313
- Move sphinx api format to Numpy-style
1414

@@ -18,13 +18,20 @@ in pre-1.0 builds.
1818

1919
- Move from RTD to GitHub Action, full support of poetry extras packages, deploys straight to
2020
S3 and CloudFront
21+
- [#270] Build and publish packages via poetry
22+
- [#270] Overhaul development docs
23+
24+
[#270]: https://github.com/vcs-python/libvcs/pull/270
25+
[#267]: https://github.com/vcs-python/libvcs/pull/267
2126

2227
## libvcs 0.4.4 (2020-08-05)
2328

24-
- `268` `libvcs.base.BaseRepo`:
29+
- [#268] `libvcs.base.BaseRepo`:
2530
- no longer sets `**kwargs` to dictionary on the object
2631
- remove `__slot__` and rename `name` attribute to `repo_name`
2732

33+
[#268]: https://github.com/vcs-python/libvcs/pull/268
34+
2835
## libvcs 0.4.3 (2020-08-01)
2936

3037
- \[bug\] `libvcs.git.extract_status()` Fix issue capturing branch
@@ -112,12 +119,14 @@ avoid implicit behavior.
112119
## libvcs 0.3.1 (2020-07-25)
113120

114121
- Fix issue with subprocess.Popen loud warning on Python 3.8
115-
- `296` - Move from Pipfile to poetry
122+
- [#296] - Move from Pipfile to poetry
116123
- Sort imports
117124
- Add isort package, isort configuration in setup.cfg, and
118125
`make isort` task to Makefile.
119126
- Add `project_urls` to setup.py
120127

128+
[#296] https://github.com/vcs-python/libvcs/pull/296
129+
121130
## libvcs 0.3.0 (2018-03-12)
122131

123132
- Move vcspull to the vcs-python organization
@@ -137,8 +146,9 @@ avoid implicit behavior.
137146

138147
## libvcs 0.2.2 (2016-11-23)
139148

140-
- Fix bug with unused `support` module in vcspull. See
141-
[\#43](https://github.com/vcs-python/vcspull/issues/43)
149+
- Fix bug with unused `support` module in vcspull. See [vcspull#43]
150+
151+
[vcspull#43]: https://github.com/vcs-python/vcspull/pull/43
142152

143153
## libvcs 0.2.1 (2016-09-13)
144154

@@ -150,11 +160,14 @@ avoid implicit behavior.
150160

151161
## libvcs 0.2.0 (2016-06-24)
152162

153-
- `9` Support for `progress_callback` to use realtime output from
163+
- [#9] Support for `progress_callback` to use realtime output from
154164
commands in progress (such as `git fetch`).
155-
- `9` More tests, internal factoring and documentation, thanks @jcfr
156-
- `9` Official support for pypy, pypy3
157-
- `11` : Fix unbound local when updating git repos
165+
- [#9] More tests, internal factoring and documentation, thanks @jcfr
166+
- [#9] Official support for pypy, pypy3
167+
- [#11] : Fix unbound local when updating git repos
168+
169+
[#9]: https://github.com/vcs-python/libvcs/pull/9
170+
[#11]: https://github.com/vcs-python/libvcs/pull/11
158171

159172
## libvcs 0.1.7 (2016-06-21)
160173

docs/developing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development
22

3-
`poetry`\_ is a required package to develop.
3+
[poetry] is a required package to develop.
44

55
`git clone https://github.com/vcs-python/libvcs.git`
66

@@ -41,7 +41,7 @@ CI. See the configuration in `pyproject.toml` and `setup.cfg`:
4141

4242
## Releasing
4343

44-
As of 0.10, `poetry`\_ handles virtualenv creation, package requirements, versioning,
44+
As of 0.10, [poetry] handles virtualenv creation, package requirements, versioning,
4545
building, and publishing. Therefore there is no setup.py or requirements files.
4646

4747
Update `__version__` in `__about__.py` and `pyproject.toml`::

0 commit comments

Comments
 (0)