You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename make_docs.jl
make_docs.jl only deals with the registry, so rename to
populat_registry.jl
* Use Documenter.jl v1 to build documentation site
* Add method and type headers to docstrings
* Add fence language tags
* Remove REPL prompt from install instructions
The code is more likely to be copy-pasted
* Export info
`info()` is listed in FileIO module docstring
* Wrap lines
* Add Downloads to test dependencies
Base.download() is deprecated
* Add markdown ref links to types and methods
* Loosen Downloads compat for tests
* Revert "Export info"
This reverts commit 037496a.
* Add docstring for info() to API reference page
* Reformat docstring for stream()
---------
Co-authored-by: Nathan Zimmerberg <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/registering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You'll need to [`pkg> dev FileIO`](https://julialang.github.io/Pkg.jl/v1/managin
14
14
Before going into detail explaining the arguments of `add_format`,
15
15
here is a real example that could be used to register an I/O package for one of the [Netpbm image formats](https://en.wikipedia.org/wiki/Netpbm#File_formats):
0 commit comments