Skip to content

Commit

Permalink
docs: Udpate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed May 19, 2017
1 parent c64a66f commit 13148dc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Ce Gao <[email protected]>

Jeremy Douglass <[email protected]>

###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-15
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-19
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- PDE mode installation \(manual\) [\#42](https://github.com/gaocegege/Processing.R/issues/42)
- Add an object oriented example [\#41](https://github.com/gaocegege/Processing.R/issues/41)
- Travis fails according to ant report [\#37](https://github.com/gaocegege/Processing.R/issues/37)
- Comments highlight error in Processing IDE [\#35](https://github.com/gaocegege/Processing.R/issues/35)
- Fail to build mode in macOS [\#33](https://github.com/gaocegege/Processing.R/issues/33)
- Add Processing app with Processing.R into v1.0.1 [\#23](https://github.com/gaocegege/Processing.R/issues/23)
- Add logger support to Processing.R [\#22](https://github.com/gaocegege/Processing.R/issues/22)
Expand All @@ -21,9 +22,15 @@
- Simplify CI process: replace the compilation with download file [\#15](https://github.com/gaocegege/Processing.R/issues/15)
- Merge generate-ant-file.sh scripts to one bash script [\#13](https://github.com/gaocegege/Processing.R/issues/13)
- Static Mode in Editor [\#7](https://github.com/gaocegege/Processing.R/issues/7)
- RLangPApplet singleton [\#6](https://github.com/gaocegege/Processing.R/issues/6)

**Merged pull requests:**

- coala: Add coala support [\#67](https://github.com/gaocegege/Processing.R/pull/67) ([gaocegege](https://github.com/gaocegege))
- ci: Add ant package [\#66](https://github.com/gaocegege/Processing.R/pull/66) ([gaocegege](https://github.com/gaocegege))
- Make PApplet to be a singleton. [\#65](https://github.com/gaocegege/Processing.R/pull/65) ([gaocegege](https://github.com/gaocegege))
- Fix comments highlight [\#64](https://github.com/gaocegege/Processing.R/pull/64) ([gaocegege](https://github.com/gaocegege))
- Docker: Update the docker config [\#62](https://github.com/gaocegege/Processing.R/pull/62) ([gaocegege](https://github.com/gaocegege))
- Optimize the script to generate build.xml [\#60](https://github.com/gaocegege/Processing.R/pull/60) ([gaocegege](https://github.com/gaocegege))
- Add examples folder into mode distribution [\#57](https://github.com/gaocegege/Processing.R/pull/57) ([gaocegege](https://github.com/gaocegege))
- examples: Add a 3d example [\#46](https://github.com/gaocegege/Processing.R/pull/46) ([gaocegege](https://github.com/gaocegege))
Expand Down
13 changes: 10 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ Thanks for your contributions!

## Coding Style

The coding style in google is used in this repository. See the
[Java style doc](https: //google.github.io/styleguide/javaguide.html) for details.
See the
[Java style doc](https: //google.github.io/styleguide/javaguide.html) and [FormatR utilities](https://yihui.name/formatr/) for details.

This comment has been minimized.

Copy link
@jeremydouglass

jeremydouglass May 20, 2017

Member

Minor point: Markdown typo--extra space in URL. Fix the next time CONTRIBUTING.md gets updated. Markdown checkers / linters will catch these.


You could install [coala](http://coala.io) to run code linting analysis in command line.

```bash
$ pip install coala coala-bears
$ coala
```

### Format of the Commit Message

Expand Down Expand Up @@ -62,4 +69,4 @@ For the why part, if no specific reason for the change,
you can use one of some generic reasons like "Improve documentation.",
"Improve performance.", "Improve robustness.", "Improve test coverage."

###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-02
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-19

0 comments on commit 13148dc

Please sign in to comment.