euslisp / EusLisp

EusLisp is an integrated programming system for the research on intelligent robots based on Common Lisp and Object-Oriented programming. [Manual](http://euslisp.github.io/EusLisp/manual.html ) [マニュアル](http://euslisp.github.io/EusLisp/jmanual.html )
Other
57 stars 50 forks source link

fix documentation of round function #399

Closed otsubo closed 4 years ago

otsubo commented 5 years ago

The example result of round function may be incorrect. I added minus symbol.

k-okada commented 5 years ago

Thank you for contributing EusLisp documentation
Please check latest documents before merging

PDF version of English manual: manual.pdf PDF version of Japanese jmanual: jmanual.pdf HTML version of English manual: manual.html HTML version of Japanese manual: jmanual.html Sphinx (ReST) version of English manual: manual.rst

otsubo commented 5 years ago

I have confirmed them. It seems to be fine.

k-okada commented 5 years ago

Thank you for contributing EusLisp documentation
Please check latest documents before merging

PDF version of English manual: manual.pdf PDF version of Japanese jmanual: jmanual.pdf HTML version of English manual: manual.html HTML version of Japanese manual: jmanual.html Sphinx (ReST) version of English manual: manual.rst

k-okada commented 4 years ago

I think travis is designed to upload pdf files for ever release, not every commit. because updating PDF consumes a lot of github strage https://github.com/euslisp/EusLisp/blob/master/.travis.yml#L120

I think if you know --depth 1 option, it does not matter, but a lot of people do not use euslib just because it is heavy. c.f. https://github.com/jsk-ros-pkg/euslib/issues/216

-- ◉ Kei Okada

2020年2月5日(水) 15:49 Affonso, Guilherme notifications@github.com:

@Affonso-Gui requested changes on this pull request.

Can you please also run the make command on lates and jlatex to update the euslisp.hlp files as well?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/euslisp/EusLisp/pull/399?email_source=notifications&email_token=AADYNXHCAJJZ2FXMUX7FNN3RBJOO3A5CNFSM4JGYBKJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUI6W2A#pullrequestreview-353495912, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNXHLJ7OJDYV24ATTAW3RBJOO3ANCNFSM4JGYBKJQ .

Affonso-Gui commented 4 years ago

@k-okada I am just interested in the .hlp files updates, no need to commit the new pdf. Actually what we really need is to run the (make-help) command, which has been included as the help target at the make file in https://github.com/euslisp/EusLisp/pull/359

i.e.

make help