1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-29 04:01:33 +02:00
fpm/docs
Jordan Sissel 3b6a415c35
Regenerate changelog links. (#1513)
I had forgotten how I did this and couldn't find notes, so... here's
how:

```
grep -Eo '`#([0-9]+)`_' CHANGELOG.rst | sed -re 's@^`#([0-9]+)`_$@.. _#\1: https://github.com/jordansissel/fpm/issues/\1@' | sort -u > docs/changelog_links.rst
```

This finds all \`#NNN\`_ entries in the CHANGELOG.rst and puts it sorted
into changelog_links.rst for reStructuredText linking.
2018-07-03 21:30:53 -07:00
..
source Fixes typo; claims to make an rpm, but really deb 2018-05-12 21:09:58 -07:00
use-cases [Fixes #1402] Update files.rst 2017-09-28 08:36:45 -07:00
changelog_links.rst Regenerate changelog links. (#1513) 2018-07-03 21:30:53 -07:00
changelog.rst Generate links to github issues 2016-11-27 23:03:04 -08:00
conf.py version bump 2017-07-28 14:53:45 -07:00
contributing.rst Update header. Add contributing to toc 2016-11-27 04:03:50 -08:00
Dockerfile Note the purpose of this Dockerfile 2016-11-26 22:54:42 -08:00
index.rst Convert CHANGELIST to CHANGELOG.rst 2016-11-27 22:45:53 -08:00
installing.rst Add libffi-devel to fedora 23+ install step. (#1352) 2017-06-14 22:04:20 -07:00
intro.rst Link intro to full list of sources 2018-01-10 20:59:09 -08:00
Makefile Generate links to github issues 2016-11-27 23:03:04 -08:00
Makefile.sphinx Remove part that fails under GNU Make 4.1. Previous this error would cause make to fail: 'Makefile.sphinx:11: ***recipe commences before first target. Stop.' 2016-11-28 15:45:36 -08:00
packages.rst Add more docs converted from the wiki 2016-11-27 02:26:17 -08:00
sources.rst Add more docs converted from the wiki 2016-11-27 02:26:17 -08:00
targets.rst Add more docs converted from the wiki 2016-11-27 02:26:17 -08:00
use-cases.rst Add more docs converted from the wiki 2016-11-27 02:26:17 -08:00