@@ -82,8 +82,8 @@ section, and filename, you can add the document by following these steps:
82
82
83
83
## Documenting types
84
84
85
- The Pod 6 documentation of types is located in the ` doc/Type ` directory and
86
- subdirectories of this repository. For example the Pod 6 file of ` X::Bind::Slice `
85
+ The Pod6 documentation of types is located in the ` doc/Type ` directory and
86
+ subdirectories of this repository. For example the Pod6 file of ` X::Bind::Slice `
87
87
lives in ` doc/Type/X/Bind/Slice.pod6 ` .
88
88
89
89
To start contributing, fork and checkout the repository, find the document
@@ -162,9 +162,9 @@ See [Writing and Testing Examples](writing-docs/EXAMPLES.md)
162
162
## Testing method completeness
163
163
164
164
To get a list of methods that are found via introspection but not found in any
165
- Pod 6 file under ` doc/Type/ ` , use ` util/list-missing-methods.p6 ` . It takes a
165
+ Pod6 file under ` doc/Type/ ` , use ` util/list-missing-methods.p6 ` . It takes a
166
166
directory or filepath as argument and limits the listing to the given file or
167
- any Pod 6- files found. All methods listed in ` util/ignored-methods.txt ` are
167
+ any Pod6 files found. All methods listed in ` util/ignored-methods.txt ` are
168
168
ignored.
169
169
170
170
## Debug mode
@@ -218,7 +218,7 @@ computer. To do this you will need:
218
218
219
219
- Raku (e.g., the Rakudo Raku implementation)
220
220
- zef (the installer for third party Raku modules)
221
- - ` Pod::To::HTML ` (Raku module for converting Pod 6 objects to HTML)
221
+ - ` Pod::To::HTML ` (Raku module for converting Pod6 objects to HTML)
222
222
- [ graphviz] ( http://www.graphviz.org/ ) (` sudo apt-get install graphviz ` on Debian/Ubuntu)
223
223
- [ Mojolicious] ( https://metacpan.org/pod/Mojolicious )
224
224
(optional; a Perl 5 web framework; it allows you to run a web
@@ -250,7 +250,7 @@ use any other module installer for the modules needed (see below).
250
250
#### Building the documentation
251
251
252
252
The program that builds the HTML version of the documentation
253
- (` htmlify.p6 ` ) uses ` Pod::To::HTML ` to convert Pod 6 structures into HTML.
253
+ (` htmlify.p6 ` ) uses ` Pod::To::HTML ` to convert Pod6 structures into HTML.
254
254
You'll also need ` Pod::To::BigPage ` and ` Perl6::TypeGraph ` . Install these modules like so:
255
255
256
256
$ zef install Pod::To::HTML Pod::To::BigPage Perl6::TypeGraph
0 commit comments