From: John Benediktsson Date: Wed, 25 Oct 2017 18:11:44 +0000 (-0700) Subject: docs: cleanup some article titles that can be strings. X-Git-Tag: 0.98~628 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=88eff49c13024a7f0482e33df744797d6c8bb9f4 docs: cleanup some article titles that can be strings. --- diff --git a/basis/channels/remote/remote-docs.factor b/basis/channels/remote/remote-docs.factor index e07dbe7b3d..456cceb36b 100644 --- a/basis/channels/remote/remote-docs.factor +++ b/basis/channels/remote/remote-docs.factor @@ -43,7 +43,7 @@ HELP: publish } { $see-also unpublish } ; -ARTICLE: { "remote-channels" "remote-channels" } "Remote Channels" +ARTICLE: "channels.remote" "Remote Channels" "Remote channels are channels that can be accessed by other Factor instances. It uses distributed concurrency to serialize and send data between channels." $nl "To start a remote node, distributed concurrency must have been started. This can be done using " { $link start-server } "." @@ -61,4 +61,4 @@ $nl { $snippet "\"myhost.com\" 9001 123456 \n\"hello\" over to" } ; -ABOUT: { "remote-channels" "remote-channels" } +ABOUT: "channels.remote" diff --git a/extra/cpu/8080/8080-docs.factor b/extra/cpu/8080/8080-docs.factor index 33a1f2d5e8..51ec66293d 100644 --- a/extra/cpu/8080/8080-docs.factor +++ b/extra/cpu/8080/8080-docs.factor @@ -4,7 +4,7 @@ USING: help.markup help.syntax sequences strings cpu.8080.emulator ; IN: cpu.8080 -ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator" +ARTICLE: "cpu.8080" "Intel 8080 CPU Emulator" "The cpu-8080 library provides an emulator for the Intel 8080 CPU" " instruction set. It is complete enough to emulate some 8080" " based arcade games." $nl @@ -13,4 +13,4 @@ ARTICLE: { "cpu-8080" "cpu-8080" } "Intel 8080 CPU Emulator" "the " { $link rom-root } " variable to be set to the path " "containing the ROM file's." ; -ABOUT: { "cpu-8080" "cpu-8080" } +ABOUT: "cpu.8080" diff --git a/extra/semantic-versioning/semantic-versioning-docs.factor b/extra/semantic-versioning/semantic-versioning-docs.factor index c874623a7f..ab6814b9b0 100644 --- a/extra/semantic-versioning/semantic-versioning-docs.factor +++ b/extra/semantic-versioning/semantic-versioning-docs.factor @@ -39,10 +39,10 @@ HELP: version>= { "?" boolean } } ; -ARTICLE: { "Versioning" "Semantic Versioning" } "Semantic Versioning" +ARTICLE: "semantic-versioning" "Semantic Versioning" { $vocab-link "semantic-versioning" } $nl { "See " { $url "http://semver.org/" } " for a detailed description of semantic versioning." } ; -ABOUT: { "Versioning" "Semantic Versioning" } +ABOUT: "semantic-versioning" diff --git a/extra/snake-game/snake-game-docs.factor b/extra/snake-game/snake-game-docs.factor index fb6baaf406..a86bac2fc7 100644 --- a/extra/snake-game/snake-game-docs.factor +++ b/extra/snake-game/snake-game-docs.factor @@ -1,8 +1,7 @@ USING: help.markup help.syntax ; IN: snake-game -ARTICLE: { "snake-game" "about" } "About Snake Game" -{ $heading "About" } +ARTICLE: "snake-game" "Snake Game" "A remake of the popular Snake game. To start the game:" { $code "play-snake-game" } { $heading "Keys" } @@ -22,4 +21,4 @@ ARTICLE: { "snake-game" "about" } "About Snake Game" HELP: play-snake-game { $description "Starts the game!" } ; -ABOUT: { "snake-game" "about" } +ABOUT: "snake-game"