Releases: tech-writing/linksmith
Releases · tech-writing/linksmith
v0.0.1
What's Changed
- Inventory: Implement
linksmith inventory
andlinksmith output-formats
subcommands, based onsphobjinv
and others. Thanks, @bskinn. - Anansi: Implement
linksmith anansi suggest
, also available asanansi
,
to easily suggest terms of a few curated community projects.
Thanks, @bskinn. - Inventory: Accept
linksmith inventory
withoutINFILES
argument,
implementing auto-discovery ofobjects.inv
in local current working
directory. - Anansi: Manage project list in YAML file
curated.yaml
, not Python. - Anansi: Provide
anansi list-projects
subcommand, to list curated
projects managed in accompanyingcurated.yaml
file. - Anansi: Accept
--threshold
option, forwarding tosphobjinv
. - Anansi: Discover
objects.inv
also from RTD and PyPI. - Inventory: Implement auto-discovery of
conf.py
, including traversal
ofintersphinx_mapping
. Thanks, @chrisjsewell.
Full Changelog: https://github.com/tech-writing/linksmith/commits/v0.0.1