Fix additional typos in docs (thanks tomthorogood)
This commit is contained in:
@@ -365,7 +365,7 @@ values. The valid configuration keys are listed below.
|
|||||||
|
|
||||||
Then you don't need to specify a ``world`` key in the render dictionaries::
|
Then you don't need to specify a ``world`` key in the render dictionaries::
|
||||||
|
|
||||||
render['arender'] = {
|
renders['arender'] = {
|
||||||
'title': 'This render doesn't explicitly declare a world!',
|
'title': 'This render doesn't explicitly declare a world!',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ into your config. In your config, do the following
|
|||||||
|
|
||||||
# all the usual config stuff goes here
|
# all the usual config stuff goes here
|
||||||
|
|
||||||
render["myrender"] = {
|
renders["myrender"] = {
|
||||||
"title" : "foo",
|
"title" : "foo",
|
||||||
"world" : "someworld",
|
"world" : "someworld",
|
||||||
"manualpois" : mymarkers, # IMPORTANT! Variable name from manualmarkers.py
|
"manualpois" : mymarkers, # IMPORTANT! Variable name from manualmarkers.py
|
||||||
|
|||||||
Reference in New Issue
Block a user