-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add English translation of run-ci-on-your-library. #591
Conversation
5979155
to
ee5fde6
Compare
Resolve #530 |
docs/run-ci-on-your-library.en.rst
Outdated
=================================================================== | ||
|
||
If you are a competitive programmer, you probably have an in-house library for competition programming for yourself. | ||
Such libraries are normally tested manually by submissions using the library to existing contest problems and checking the result is AC or not”. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such libraries are normally tested manually by submissions using the library to existing contest problems and checking the result is AC or not”. | |
Such libraries are normally tested manually by submissions using the library to existing contest problems and checking the result is AC or not. |
typo ぽい
docs/run-ci-on-your-library.en.rst
Outdated
|
||
For example, the following shell script should be written. | ||
First, create a file like ``test.cpp``. | ||
In ``test.cpp``, specify the problem in the form of ``#define PROBLEM http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=DSL_2_A&lang=``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In ``test.cpp``, specify the problem in the form of ``#define PROBLEM http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=DSL_2_A&lang=``. | |
In ``test.cpp``, specify the problem in the form of ``#define PROBLEM http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=DSL_2_A``. |
lang=
だとページが表示されないのでまずい
docs/run-ci-on-your-library.en.rst
Outdated
Since Codeforces doesn't distribute system test cases, and AtCoder distributes it via DropBox, but automated download is difficult. | ||
|
||
This script is only an example, and if you have requests such as "I want to support Python" or "I want to test only the differences", | ||
please extend each one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please extend each one. | |
please extend this script by yourself. |
each one
の one
は何を指示してるかよく分からない気がする
docs/run-ci-on-your-library.en.rst
Outdated
That' all. | ||
|
||
You can check the CI results on Travis CI pages. (ex.: https://travis-ci.org/kmyk/competitive-programming-library) | ||
Badge like |badge| can be generated from URL ``https://img.shields.io/travis/USER/REPO/master.svg``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Badge like |badge| can be generated from URL ``https://img.shields.io/travis/USER/REPO/master.svg``. | |
The badge like |badge| can be generated from URL ``https://img.shields.io/travis/USER/REPO/master.svg``. |
docs/run-ci-on-your-library.en.rst
Outdated
Continuous Integration | ||
---------------------- | ||
|
||
It's not enough just to have a script that automatically tests when you run it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not enough just to have a script that automatically tests when you run it. | |
It's not enough just to have a script to run tests. |
そうまずくはないと思うが、なんとなく冗長な気がしたので短くしたい。原文から逐語的には遠くなるが、意味的にはこの方が素直な気がする。
@fukatani 翻訳お疲れ様です。 |
あまり注意深さを翻訳時に発揮できないのですが、少なくとも最初のバージョンはライブラリ開発者がやったほうがよさそうと思うに至りました。それでも機械翻訳そのままよりはクオリティーはあがっているはず。レビューありがとうございます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
私も英文の質を正確に評価できるだけの能力はないですが、「機械翻訳そのままよりはクオリティーはあがっている」はおそらく正しいと思います。
No description provided.