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

Added doc/UNDOCUMENTED.rst, functions for generating #3912

Merged
merged 1 commit into from
Aug 2, 2013

Commits on Aug 1, 2013

  1. Added doc/UNDOCUMENTED.rst, functions for generating

    This collects all known undocumented modules and functions and
    puts them in doc/UNDOCUMENTED.rst, using standard function and
    method templates so they can be easily filled in and copied to
    the correct .rst file in doc/stdlib.
    
    This file can be regenerated with
    
    ```julia
    cd("$JULIA_HOME/../../doc")
    import DocCheck
    DocCheck.gen_undocumented_template()
    ```
    kmsquire committed Aug 1, 2013
    Configuration menu
    Copy the full SHA
    eba37b5 View commit details
    Browse the repository at this point in the history