-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
decide where documentation should live #720
Comments
Source for the example: https://github.com/JuliaLang/julia/tree/sphinx/doc |
Will we also establish policy for required documentation? It seems like a good idea. |
Can you elaborate on what you mean? |
What needs to be documented where before commit/pull. It's related to the base vs. extras vs. examples discussion. |
Gotcha. Yeah, we should do that and then try to actually stick to it ;-) |
I've updated the sphinx branch, importing the whole stdlib and modifying Before:
After:
|
This looks really nice. |
A huge step forward. |
One question: there are obviously a lot of undocumented functions even within the standard library, some of which are powerful but probably not for "newbie" usage (e.g., gen_cartesian_map). Is the thought that we'd get these into documented form, too? If so, would this pose any challenges in organizing the documentation? |
Yeah, we should just merge this as soon as we're ready. Nice work, Mike. I guess we could have a section for power user functions. "Documented undocumented functions" :) |
I agree it would be best if no one has to start an "Undocumented Julia" blog, unlike a certain other technical computing language. |
Thanks Stefan, Tim, & Jeff. I've tidied up the |
Mike, certainly there are no objections to merging from me. |
Let's merge it! |
Whoo! |
Consensus seems to be that the current approach is not optimal. I'm leaning towards the idea of maintaining docs in the master repo under
doc/
much like howtest/
is there now. This will provide better development workflow and easier offline browsing.An example approach from @nolta: http://readthedocs.org/docs/julia-test/en/latest/
The text was updated successfully, but these errors were encountered: