Skip to content
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

Convert some docs with **Example** to Markdown #13102

Merged
merged 1 commit into from
Sep 13, 2015

Conversation

dpsanders
Copy link
Contributor

This converts a few docstrings to Markdown
These particular ones seem not to have been converted automatically due to **Example**s,
but otherwise do not have any of the other issues documented in #13047

In general, I feel that it would be very useful to add more examples to the documentation when appropriate; the one for linreg is particularly instructive and to the point.


**Example**:
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't you need to put the language here? ```julia

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, good point, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, actually, I don't -- the output in the ReST already magically says code-julia.. code-block:: julia.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

jakebolewski added a commit that referenced this pull request Sep 13, 2015
Convert some docs with `**Example**` to Markdown
@jakebolewski jakebolewski merged commit 2ca9954 into JuliaLang:master Sep 13, 2015
@tkelman tkelman added docs This change adds or pertains to documentation backport pending 0.4 labels Sep 13, 2015
tkelman pushed a commit that referenced this pull request Sep 13, 2015
@dpsanders dpsanders deleted the docs_with_example branch September 13, 2015 22:23
@tkelman
Copy link
Contributor

tkelman commented Sep 16, 2015

backported in #13107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants