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

Separate subsections for mathematical functions in Algorithm Conventions #723

Closed
siriniok opened this Issue Oct 27, 2016 · 2 comments

Comments

Projects
None yet
3 participants
@siriniok

siriniok commented Oct 27, 2016

There is a lot of references to mathematical functions like min, max, abs, etc. in the specification. All of them now described in the end of section 5.2 Algorithm Conventions. And it's impossible to reference any of these functions directly, so links to them currently lead to the section 5.2. It's enough confusing.
I think we need to create a separate subsection for each mathematical function. It will make much simpler to find them and understand what they do.

@domenic

This comment has been minimized.

Show comment
Hide comment
@domenic

domenic Oct 27, 2016

Member

I think instead of creating artificial sections we should just make the links go directly to the definitions.

Member

domenic commented Oct 27, 2016

I think instead of creating artificial sections we should just make the links go directly to the definitions.

@bterlson

This comment has been minimized.

Show comment
Hide comment
@bterlson

bterlson Dec 30, 2016

Member

There are now direct links to the various mathematical operations (and the date ops too). which should make it much easier to find them. Thanks for the feedback @siriniok and sorry for the long delay :)

Member

bterlson commented Dec 30, 2016

There are now direct links to the various mathematical operations (and the date ops too). which should make it much easier to find them. Thanks for the feedback @siriniok and sorry for the long delay :)

@bterlson bterlson closed this Dec 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment