-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from mathben/generate_manual_from_google_doc_#79
Generate manual and lore from google doc #79
- Loading branch information
Showing
20 changed files
with
1,401 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"google_spreadsheet": { | ||
"file_url": null | ||
} | ||
} |
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,21 @@ | ||
Google API | ||
========== | ||
|
||
* The Google OAuth2 is used, [read file authentication.md](./authentication.md). | ||
* The Google Spreadsheet is used to update the database documentation for manual and other document. | ||
|
||
Google Spreadsheet | ||
------------------ | ||
|
||
Good documentation: http://gspread.readthedocs.io/en/latest/oauth2.html | ||
|
||
To resume : | ||
1. Create signed credentials "Service account key" for Drive API in format JSON. | ||
2. Move the file to "database/client_secret.json" | ||
|
||
Manual generator | ||
---------------- | ||
|
||
To enable the option to generate the manual from a spreadsheet: | ||
1. Copy the file ./database/example_config.json to ./database/config.json | ||
2. Fill information in key "google_spreadsheet". |
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
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.