2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

11 Commits

Author SHA1 Message Date
Andrei Pavel
f936be3222
[#2554] add 'iscman' references
The commands used were:
- find doc/sphinx/man -name '*.rst' | xargs grep -F '.. iscman' | cut -d ' ' -f 3 > /tmp/binaries
- for i in $(cat /tmp/binaries); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/:iscman:\`${i}\`/g"; done

Manual adjustment was required in a few places to:
- extend title lines
- realign table lines
2023-06-14 20:26:11 +03:00
Suzanne Goldlust
7501a13a5c [#2073] Text edits 2021-09-24 11:15:23 -04:00
Andrei Pavel
d423e17a64 [#1077] document sysrepo 1.x 2021-07-23 13:48:53 +02:00
Tomek Mrugalski
7d7a29addb [#1055] platforms.rst file updated 2020-03-20 12:21:26 +01:00
Vicky Risk
5d917e0280 Delete platforms from intro.rst 2020-03-20 12:21:26 +01:00
Michal Nowikowski
fafdd1639a [#1098] updated list of supported systems in ARM 2020-01-27 19:50:37 +01:00
Michal Nowikowski
a1e681acad [#1056] updated list of systems where kea is tested on 2019-12-16 10:12:25 +01:00
Wlodek Wencel
cc919c823f [#974] slightly changed documentation about netconf 2019-10-29 12:58:59 +07:00
Michal Nowikowski
22dfd2b69a ARM: updated list of supported systems 2019-09-23 15:05:32 +02:00
Francis Dupont
ba028eee98 [345-drop-botan-1-x-support] Removed Botan 1.x support 2019-09-13 16:06:39 +02:00
Michal Nowikowski
01fb9fd370 rearranges docs and build script
Two reasons:
- sphinx requires to have all sources in its source directory
  so man pages have to be moved
- layout of subfolders in doc folder was not consistent
2019-07-30 10:45:13 +02:00