dev > master: code py - documentation erzeugt
This commit is contained in:
9
code/python/docs/commands/Models/Command.md
Normal file
9
code/python/docs/commands/Models/Command.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Command
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
12
code/python/docs/commands/Models/CommandHirschberg.md
Normal file
12
code/python/docs/commands/Models/CommandHirschberg.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# CommandHirschberg
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
**word1** | [**String**](string.md) | Word that gets placed vertically in algorithm. | [default to null]
|
||||
**word2** | [**String**](string.md) | Word that gets placed horizontally in algorithm | [default to null]
|
||||
**once** | [**Boolean**](boolean.md) | | [optional] [default to false]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
11
code/python/docs/commands/Models/CommandTarjan.md
Normal file
11
code/python/docs/commands/Models/CommandTarjan.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CommandTarjan
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
**nodes** | [**List**](anyOf<integer,number,string>.md) | | [default to null]
|
||||
**edges** | [**List**](array.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
11
code/python/docs/commands/Models/CommandTsp.md
Normal file
11
code/python/docs/commands/Models/CommandTsp.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CommandTsp
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | [**EnumAlgorithmNames**](EnumAlgorithmNames.md) | | [default to null]
|
||||
**dist** | [**List**](array.md) | | [default to null]
|
||||
**optimise** | [**EnumTSPOptimise**](EnumTSPOptimise.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
8
code/python/docs/commands/Models/EnumAlgorithmNames.md
Normal file
8
code/python/docs/commands/Models/EnumAlgorithmNames.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# EnumAlgorithmNames
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
8
code/python/docs/commands/Models/EnumTSPOptimise.md
Normal file
8
code/python/docs/commands/Models/EnumTSPOptimise.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# EnumTSPOptimise
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user