forked from NVIDIA/NeMo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MD lint the /docs/* dir (NVIDIA#597)
MD lint the /docs dir Signed-off-by: Brent Salisbury <[email protected]>
- Loading branch information
Showing
5 changed files
with
184 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
**Which issue is resolved by this Pull Request:** | ||
# Changes | ||
|
||
**Which issue is resolved by this Pull Request:** | ||
Resolves # | ||
|
||
**Description of your changes:** |
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 |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Workflow figure is generated using [PlantUML](https://plantuml.com/ditaa) with the [ditaa](https://ditaa.sourceforge.net). | ||
To generate it yourself, the easiest way is to install the [PlantUML plugin in VS Code](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) (with the prerequisite installed), open the file and click preview. | ||
# Workflow PlantUML | ||
|
||
Workflow figure is generated using [PlantUML](https://plantuml.com/ditaa) with | ||
the [ditaa](https://ditaa.sourceforge.net). | ||
To generate it yourself, the easiest way is to install the | ||
[PlantUML plugin in VS Code](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) | ||
(with the prerequisite installed), open the file and click preview. | ||
|
||
If you don't want to install the dependencies locally, you can use the following | ||
settings to make the preview work with a remote render: | ||
|
||
If you don't want to install the dependencies locally, you can use the following settings to make the preview work with a remote render: | ||
```json | ||
"plantuml.render": "PlantUMLServer", | ||
"plantuml.server": "https://www.plantuml.com/plantuml", | ||
``` | ||
|
||
[ASCIIFlow](https://asciiflow.com/#/) is a helpful tool to edit the source code. | ||
[ASCIIFlow](https://asciiflow.com/#/) is a helpful tool to edit the source code. |
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
Oops, something went wrong.