Skip to content

Commit be265c5

Browse files
authored
Merge pull request #1 from ckcartwright/Typo-Fixes
Typo fixes in extensions
2 parents f4ec5fb + cb31867 commit be265c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user_docs/docs/extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ NXT can easily extended to better meet a user's/studio's needs. In this section
66

77
## Simple Remote Context
88
In Maya simply navigate to the nxt menu and select "Create Maya Context". You'll be prompted to enter a name, the name you enter will be how you call your custom Maya context.
9-
For more on using custom contexts [see here](tutorials.md#contexts)
9+
For more on using custom contexts [see here](tutorials.md#contexts).
1010

1111
# In depth explanations:
1212
### Config dir
1313

14-
Custom configurations are graphs and code that extends or alters the functionality of nxt. Cofigs are not to be confused with preferences which are soley UX related.
14+
Custom configurations are graphs and code that extends or alters the functionality of nxt. Cofigs are not to be confused with preferences which are solely UX related.
1515

1616
To add a config there are two approaches, both of which are compatible with eachother.
1717

@@ -44,7 +44,7 @@ nxt.create_context('MyContext',
4444

4545
### Creating Custom Contexts (Manually)
4646

47-
It is possible to execute graphs in "remote contexts", for example it one may want to execute a graph in a headless Maya session. These remote contexts can easilly be configured by users and TDs, this section will provide some examples on how to go about writing your own custom context plugin.
47+
It is possible to execute graphs in "remote contexts," for example it one may want to execute a graph in a headless Maya session. These remote contexts can easilly be configured by users and TDs, this section will provide some examples on how to go about writing your own custom context plugin.
4848

4949
Below is an exmaple of creating a custom Maya context. This code is an example to get you started, its not the _only_ way to do things.
5050

@@ -131,7 +131,7 @@ os.chdir(STAGE.old_cwd)
131131

132132
3. Set your new node's instance path to `/_remote_sub_graph`
133133

134-
4. Set the `_context` attr to the raw **context name** you have access to or just created
134+
4. Set the `_context` attr to the raw **context name** you have access to or just created.
135135

136136
5. Set the `_graph_path` attr to the path to a graph that you wish to run in the remote context.
137137

0 commit comments

Comments
 (0)