R3 Doc Problems to be Fixed
This fixes are needed:
- r3/docs/concepts/files-names.html
- r3/docs/concepts/files-reading.html
- r3/docs/concepts/files-writing.html
- r3/docs/concepts/funcs.html
- r3/docs/concepts/funcs-evaluating.html
- r3/docs/concepts/funcs-defining.html
- r3/docs/concepts/funcs-attributes.html
- r3/docs/concepts/strings-functions.html
- r3/docs/concepts/series-datatypes.html
- r3/docs/concepts/series-info.html
- r3/docs/concepts/series-iteration.html
- r3/docs/concepts/expr.html
- r3/docs/concepts/expr-words.html
- r3/docs/guide/code-conditional.html
- r3/docs/guide/data-types.html
- r3/docs/datatypes/action.html
- r3/docs/datatypes/block.html
- r3/docs/datatypes/date.html
- r3/docs/datatypes/email.html
- r3/docs/datatypes/hash.html
- r3/docs/datatypes/image.html
- r3/docs/datatypes/list.html
- r3/docs/datatypes/paren.html
- r3/docs/datatypes/tag.html
- r3/docs/concepts/scripts-args.html
- r3/docs/concepts/expr.html
- r3/docs/concepts/objects-reflection.html
- r3/docs/concepts/series-variables.html
- r3/docs/concepts/series-traversing.html
Other:
There are missing internet files for examples under the www.rebol.com domain. Any files used in examples should exist so people new to Rebol may try them to see the result.
r3/docs/concepts/files-reading.html
The zap and say function example on the following page produce this error "Script Error: var has no value" when copied from the browser and pasted on the command line. This is because the web page uses ` not '.
r3/docs/concepts/funcs-defining.html
The example of returning multiple values on the following page always returns none. The return function needs to be added to produce the value described in the text.
r3/docs/concepts/funcs-defining.html
One of the examples for exclude uses difference not exclude on the following page. Also there are two sections for exclude one before the section on difference one after.
r3/docs/concepts/series-datasets.html
The result of the first example of using insert/dup on the following page should be changed from efgh==-i to efgh----i.
r3/docs/concepts/series-modrefs.html
There is a spurious " in the text of the first example of using pick on page:
r3/docs/concepts/blocks-nested.html
The examples using paths on blocks uses the same data as another page, however if someone were to jump directly to this page in the documentation they would not know the initial value of the block.
r3/docs/concepts/blocks-paths.html
The 6th example of mold displays HTML markup on page:
r3/docs/concepts/strings-convert.html
The table of refinements for trim imply the /with can only be used with the /all refinement on the following page. The enbase example should add a line saving the result in a variable e-line to be used with the debase example.The enbase/base examples do not show the initial contents of the str variable.
r3/docs/concepts/strings-convert.html
The first example of using find/part is missing the limit index on the following page. Also the first two find/part examples should be changed so it finds a value different then find would, having find and find/part return the same value does not show the usefulness of find/part. There is no example of find/with.
r3/docs/concepts/series-searching.html
The next link on these page go nowhere:
Would you remove the semi-colon from the tag <;HTML> on
The example at the bottom of this page is spurious.