Skip to content

Commit

Permalink
Removed links from code sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Nov 14, 2023
1 parent 68d132f commit a4bc76c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/docs/nodes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sub link_nodes {
{
next if $key eq $typeName;

$line =~ s|\b$key\b|[$key](../$value)|g;
$line =~ s|(?<!name=')\b$key\b|[$key](../$value)|g;
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/components/Shape/FillProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Whether or not associated geometry is *hatched*.

### Warning

- Requires X3D `profile='Full'` or else include `<component name='[Shape](../shape/shape)' level='3'/>`
- Requires X3D `profile='Full'` or else include `<component name='Shape' level='3'/>`

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/components/Shape/LineProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Whether or not LineProperties are *applied* to associated geometry.

### Warning

- Requires X3D `profile='Full'` or else include `<component name='[Shape](../shape/shape)' level='2'/>`
- Requires X3D `profile='Full'` or else include `<component name='Shape' level='2'/>`

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/components/Shape/PointProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Are set to default values if undefined. Together these parameters define *attenu

### Warning

- Requires X3D `profile='Full'` or else include `<component name='[Shape](../shape/shape)' level='5'/>`
- Requires X3D `profile='Full'` or else include `<component name='Shape' level='5'/>`

## See Also

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/components/Shape/TwoSidedMaterial.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ How "clear" an object is: 1.0 is completely transparent, 0.0 is completely opaqu

### Warnings

- Requires X3D `profile='Full'` or else include `<component name='[Shape](../shape/shape)' level='4'/>`
- Requires X3D `profile='Full'` or else include `<component name='Shape' level='4'/>`
- Corresponding geometry within the parent [Shape](../shape/shape) must have solid='false' for two-sided rendering, otherwise no reverse-side back geometry is displayed.
- X3D4 Architecture has deprecated TwoSidedMaterial, preferring use of child backMaterial node in parent [Appearance](../shape/appearance).

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/components/Texturing/TextureProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Determines whether MIPMAPs are generated for texture images.

### Warning

- Requires X3D `profile='Full'` or else include `<component name='[Shape](../shape/shape)' level='2'/>`
- Requires X3D `profile='Full'` or else include `<component name='Shape' level='2'/>`

## See Also

Expand Down

0 comments on commit a4bc76c

Please sign in to comment.