-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bryce Ferenczi <[email protected]>
- Loading branch information
Showing
10 changed files
with
118 additions
and
64 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _api_data: | ||
.. _api_data_structures: | ||
|
||
Starcraft II Data Structures | ||
============================ | ||
|
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 |
---|---|---|
|
@@ -24,5 +24,6 @@ Table of Contents | |
self | ||
replay_data | ||
dataloading | ||
scripts | ||
benchmark | ||
cpp_api/index |
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,67 @@ | ||
.. _scripts: | ||
|
||
Scripts | ||
======= | ||
|
||
Various helper scripts are included in the complete source code but not included in the python library, since they mostly deal with the dataset generation, rather than dataloading. | ||
|
||
find_all_versions | ||
----------------- | ||
|
||
.. autofunction:: find_all_versions.compare_replays_and_game | ||
|
||
.. autofunction:: find_all_versions.write_replay_versions | ||
|
||
|
||
gen_info_header | ||
--------------- | ||
|
||
Generates generated_info.hpp | ||
|
||
|
||
gen_info_yaml | ||
------------- | ||
|
||
Generates game_info.yaml | ||
|
||
|
||
inspect_replay | ||
-------------- | ||
|
||
.. autofunction:: inspect_replay.inspect | ||
|
||
.. autofunction:: inspect_replay.count | ||
|
||
|
||
make_partitions | ||
--------------- | ||
|
||
.. autofunction:: make_partitions.main | ||
|
||
|
||
merge_info_yaml | ||
--------------- | ||
|
||
.. autofunction:: merge_info_yaml.main | ||
|
||
|
||
replay_parallel | ||
--------------- | ||
|
||
.. autofunction:: replay_parallel.main | ||
|
||
|
||
replay_sql | ||
---------- | ||
|
||
.. autofunction:: replay_sql.create | ||
|
||
.. autofunction:: replay_sql.create_individual | ||
|
||
.. autofunction:: replay_sql.merge | ||
|
||
|
||
review_resources | ||
---------------- | ||
|
||
.. autofunction:: review_resources.main |
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
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