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

Conversation

kmsquire
Copy link
Member

@kmsquire kmsquire commented Aug 1, 2013

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

cd("$JULIA_HOME/../../doc")
import DocCheck
DocCheck.gen_undocumented_template()

#2242 should be updated as functions are documented.

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()
```
JeffBezanson added a commit that referenced this pull request Aug 2, 2013
Added doc/UNDOCUMENTED.rst, functions for generating
@JeffBezanson JeffBezanson merged commit dee81ae into JuliaLang:master Aug 2, 2013
@JeffBezanson
Copy link
Sponsor Member

That is pretty slick!

@StefanKarpinski
Copy link
Sponsor Member

It it pretty slick, and the list is not nearly as long as I feared. This is probably a really great way to encourage documentation of the remaining undocumented functions.

@kmsquire
Copy link
Member Author

kmsquire commented Aug 3, 2013

Glad you like it!

IanButterworth pushed a commit that referenced this pull request Jun 4, 2024
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: ed7a8dca8
New commit: 4e43058c2
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@ed7a8dc...4e43058

```
$ git log --oneline ed7a8dca8..4e43058c2
4e43058c2 Merge pull request #3887 from carlobaldassi/validate_versions
bc7c3207d abort querying more pacakge for hint auto complete (#3913)
a4016aed2 precompile repl switch (#3910)
a48c9c645 Fixed glitch in the manual (#3912)
d875aa213 Add timeout and new tests for resolver
aeb55f7f0 run artifact selection code with minimal compilation (#3899)
0180a0105 avoid doing some checks if the package will not be showed in status output (#3897)
c6c7ed502 improve precompilation for `st` in the Pkg REPL (#3893)
bffd0633c Add version validation during Graph simplification
c2ad07003 Fix padding in resolve's log journal printing
3eb86d29f Revert #2267, with better log message
acdbb727e Small extra check in Graph's check_consistency
1d446c224 Fix small bug in Graph constructor
3efc3cbff Fix show method for VersionSpecs
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants