Skip to content

Commit

Permalink
Fixed bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed May 29, 2017
1 parent b7f6675 commit f7897bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ single file, over-riding an existing class). Obviously this ideal will not be re
time, but when designing new functionality, try to think of this goal.

There are also a minimal of coding style conventions:

- Follow Python conventions, and be Python2/3 compatible.
- Functions should be snake case.
- Indentation should be two whitespace characters.

We will aim to write unit tests to make sure things don't break, but these are not implemented yet.

In variable names, common words should be abbreviated as:

- source -> src
- target -> trg
- sentence -> sent
Expand Down

0 comments on commit f7897bb

Please sign in to comment.