Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaume.klein@systrangroup.com>2019-02-05 13:10:06 +0300
committerGuillaume Klein <guillaume.klein@systrangroup.com>2019-02-11 18:18:22 +0300
commit387b828c1afcf68130d9f8a49c07d707ac26e963 (patch)
treec0012795157ad17dd31e1b6f6b93fbabc6f97091
parentaa3d7af8d03c170a9b8c025ed9f699a1ae7ffa1f (diff)
Move Python reference in docs directoryv0.13.0
-rw-r--r--README.md2
-rw-r--r--docs/python.md (renamed from python/README.md)2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b4ae800..ec395477 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ result = t.translate_batch([input_tokens])
print(result[0][0])
```
-*See the [Python reference](python/README.md) for more advanced usage.*
+*See the [Python reference](docs/python.md) for more advanced usage.*
### With the C++ API
diff --git a/python/README.md b/docs/python.md
index b5e2abd3..b862b8d4 100644
--- a/python/README.md
+++ b/docs/python.md
@@ -1,3 +1,5 @@
+# Python
+
## API
```python