From f59d22bb2ef4626d4075e30b2a0e437430cd21a7 Mon Sep 17 00:00:00 2001 From: wangguibao Date: Wed, 6 Mar 2019 17:32:26 +0800 Subject: [PATCH] Documentation Change-Id: I38363ca879a750449619afa33a7f403565644d66 --- CONTRIBUTING.md | 6 +++--- doc/INDEX.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a420efc..ca334970 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ Paddle Serving uses this [Git branching model](http://nvie.com/posts/a-successfu 1. Build and test - Users can build PaddlePaddle natively on Linux, see the [BUILD steps](doc/INSTALL.md). + Users can build Paddle Serving natively on Linux, see the [BUILD steps](doc/INSTALL.md). 1. Keep pulling @@ -80,7 +80,7 @@ Paddle Serving uses this [Git branching model](http://nvie.com/posts/a-successfu git push origin my-cool-stuff ``` - The push allows you to create a pull request, requesting owners of this [official repo](https://github.com/PaddlePaddle/servin) to pull your change into the official one. + The push allows you to create a pull request, requesting owners of this [official repo](https://github.com/PaddlePaddle/serving) to pull your change into the official one. To create a pull request, please follow [these steps](https://help.github.com/articles/creating-a-pull-request/). @@ -140,7 +140,7 @@ We use LOG() for general logging LOG(INFO) << "Operator FC is taking " << num_inputs << "inputs." ``` -When we run a PaddlePaddle application or test, we can specify a logging level. For example: +When we run a Paddle Serving application or test, we can specify a logging level. For example: ```bash GLOG_minloglevel=0 GLOG_maxloglevel=3 bin/serving diff --git a/doc/INDEX.md b/doc/INDEX.md index 380edddc..2632ddc4 100644 --- a/doc/INDEX.md +++ b/doc/INDEX.md @@ -5,6 +5,8 @@ [Design](DESIGN.md) +[FAQ](FAQ.md) + [Getting Started](GETTING_STARTED.md) [Installation](INSTALL.md) -- GitLab