回答編集履歴

1

link化

2017/09/06 03:50

投稿

soundTricker
soundTricker

スコア137

test CHANGED
@@ -2,16 +2,16 @@
2
2
 
3
3
 
4
4
 
5
- https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27
5
+ [https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27](https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27)
6
6
 
7
7
 
8
8
 
9
9
  OpenCVのようなC Extensionを利用したライブラリを使いたい場合はGoogle App Engine Flexible Environment(GAE FE)を利用する必要があります。
10
10
 
11
- https://cloud.google.com/python/getting-started/hello-world?hl=ja
11
+ [https://cloud.google.com/python/getting-started/hello-world?hl=ja](https://cloud.google.com/python/getting-started/hello-world?hl=ja)
12
12
 
13
13
 
14
14
 
15
15
  なおGoogleにて GAE SEとGAE FEの両方を使ってsudokuをopencvで解くサンプルがありますが、若干GAE FEの書き方が古いためかなりbackend.yamlを書き換える必要があります。 ご注意ください。
16
16
 
17
- https://github.com/GoogleCloudPlatform/appengine-opencv-sudoku-python
17
+ [https://github.com/GoogleCloudPlatform/appengine-opencv-sudoku-python](https://github.com/GoogleCloudPlatform/appengine-opencv-sudoku-python)