Skip to content

Commit

Permalink
Rename reference guide intro; update its diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBNYM committed May 16, 2022
1 parent e3de40f commit 1bfdae2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/1-Iteration_Patterns.adoc
Expand Up @@ -2180,6 +2180,6 @@ Throws *IllegalArgumentException* if the *MapIterable* contains duplicate values
[cols="3,^1,>3",]
|===
|xref:0-Introduction.adoc[previous: Introduction] | |xref:2-Collection_Containers.adoc[next: Collections and containers]
|xref:0-RefGuide.adoc[previous: Introduction] | |xref:2-Collection_Containers.adoc[next: Collections and containers]
|===
2 changes: 1 addition & 1 deletion docs/2-Collection_Containers.adoc
Expand Up @@ -1426,5 +1426,5 @@ There are similar methods for each primitive type, e.g., *MutableFloatCollection
[cols="3,^1,>3",]
|===
|xref:1-Iteration_Patterns.adoc[previous: Iteration Patterns]|xref:0-Introduction.adoc[top] |xref:3-Code_Blocks.adoc[next: Code Blocks]
|xref:1-Iteration_Patterns.adoc[previous: Iteration Patterns]|xref:0-RefGuide.adoc[top] |xref:3-Code_Blocks.adoc[next: Code Blocks]
|===
2 changes: 1 addition & 1 deletion docs/3-Code_Blocks.adoc
Expand Up @@ -249,5 +249,5 @@ A *{Procedure}* is a code block that performs an evaluation on its single argume
[cols="3,^1,>3",]
|===
|xref:2-Collection_Containers.adoc[previous: Collections and containers] |xref:0-Introduction.adoc[top] |xref:4-Testing_Utilities.adoc[next: Testing Utilities]
|xref:2-Collection_Containers.adoc[previous: Collections and containers] |xref:0-RefGuide.adoc[top] |xref:4-Testing_Utilities.adoc[next: Testing Utilities]
|===
2 changes: 1 addition & 1 deletion docs/4-Testing_Utilities.adoc
Expand Up @@ -41,5 +41,5 @@ Verify.assertContains(1, Lists.mutable.with(1));
[cols="3,^1,>3",]
|===
|xref:3-Code_Blocks.adoc[previous: Code Blocks] |xref:0-Introduction.adoc[top] |xref:2-Collection_Containers.adoc[next: 5-Quick_Reference.adoc]
|xref:3-Code_Blocks.adoc[previous: Code Blocks] |xref:0-RefGuide.adoc[top] |xref:2-Collection_Containers.adoc[next: 5-Quick_Reference.adoc]
|===
Binary file modified docs/EclipseCollectionDiagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bfdae2

Please sign in to comment.