2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Slawek Figiel
7e9c84467f [#2467] Remove the kea_connector2.py 2023-06-29 13:44:08 +02:00
Andrei Pavel
a51ab99885 [#2554] add 'isccmd' references
The commands used were:
- find doc/sphinx/arm -name '*.rst' | xargs grep -E '^\.\. ' | cut -d ' ' -f 2 | sort -uV | grep _command- > /tmp/commands
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\` command/\`${i} command <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/\`${i} <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/The \`${i} <_command-${i}>\` Command/The \`\`${i}\`\` Command/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/-  ${i}/- \`${i} <_command-${i}>\`/g"; done

But they were not perfect. Some manual adjustment was required.
2023-06-14 20:26:11 +03:00
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
8a9e22463d [#2226] Text edits 2021-12-09 07:33:33 -05:00
Tomek Mrugalski
bba5391d5d [#1663] Corrected bold problem in sphinx 2021-03-25 14:50:03 +01:00
Francis Dupont
555a74478a [#1663] Addressed final comments 2021-03-25 13:26:46 +01:00
Tomek Mrugalski
6ff38638f5 [#1663] Updated ARM regarding kea-shell support for TLS 2021-03-25 12:57:11 +01:00
Suzanne Goldlust
76b25d1836 Fix typos, and other text corrections
Mostly minor text fixups, with a few edits for clarity
2020-11-20 11:32:22 +01:00
Francis Dupont
5d3b18f80e [#1304] Addressed comments 2020-09-14 14:19:55 +02:00
Francis Dupont
b13915dea4 [#1304] Addressed comments (but not for syntax) 2020-09-12 17:36:44 +02:00
Francis Dupont
ee3c8f2d1c [#1304] Updated CA doc 2020-09-12 10:50:34 +02:00
Tomek Mrugalski
d0d6581ab7 [#721,!480] Documentation updated. 2019-08-15 16:14:21 +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