-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial sample generation documentation (#184)
- Loading branch information
1 parent
88ab687
commit f71fc44
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Generating Samples | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
In addition to generating client libraries, the generator can also create standalone executable code samples. | ||
|
||
The user can specify individual sample config files or can pass paths to directories that contain sample configs. Directories are searched recursively, and any file that is not a sample config is ignored. | ||
|
||
.. | ||
TODO: provide documentation links when they are present | ||
A full description of the sample config, generated manifest, and generated samples is outside the scope of this documentation. | ||
We will provide links to such documentation when it is ready. | ||
|
||
Samples and manifests are always generated in a 'samples' subdir of the destination directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters