Skip to content

Commit 2c475b5

Browse files
authored
Merge pull request #145 from hirzel/quickref
quick reference
2 parents 97aa0fd + 306058b commit 2c475b5

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ PDL provides the following features:
1717

1818
The PDL interpreter takes a PDL program as input and renders it into a document by execution its instructions (calling out to models, code, etc...).
1919

20-
See below for installation notes, followed by an [overview](#overview) of the language. A more detailed description of the language features can be found in this [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial).
20+
See below for a quick reference, followed by [installation notes](#Interpreter installation) and an [overview](#overview) of the language. A more detailed description of the language features can be found in this [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial).
21+
22+
23+
## Quick Reference
24+
25+
<img src="https://github.com/IBM/prompt-declaration-language/blob/main/docs/assets/pdl_quick_reference.png" alt="PDL Quick Reference"/>
26+
27+
(See also [PDF version](https://github.com/IBM/prompt-declaration-language/blob/main/docs/assets/pdl_quick_reference.pdf).]
2128

2229

2330
## Interpreter Installation

docs/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ PDL provides the following features:
2222

2323
The PDL interpreter takes a PDL program as input and renders it into a document by execution its instructions (calling out to models, code, etc...).
2424

25-
See below for installation notes, followed by an [overview](#overview) of the language. A more detailed description of the language features can be found in this [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial).
25+
See below for a quick reference, followed by [installation notes](#Interpreter installation) and an [overview](#overview) of the language. A more detailed description of the language features can be found in this [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial).
26+
27+
28+
## Quick Reference
29+
30+
<img src="https://github.com/IBM/prompt-declaration-language/blob/main/docs/assets/pdl_quick_reference.png" alt="PDL Quick Reference"/>
31+
32+
(See also [PDF version](https://github.com/IBM/prompt-declaration-language/blob/main/docs/assets/pdl_quick_reference.pdf).]
2633

2734

2835
## Interpreter Installation

docs/assets/pdl_quick_reference.pdf

333 KB
Binary file not shown.

docs/assets/pdl_quick_reference.png

175 KB
Loading

0 commit comments

Comments
 (0)