https://github.com/JuliaLang/julia
Revision 042504df01e1ecdaf650390aabd82989907bde0c authored by Morten Piibeleht on 27 June 2019, 09:59:12 UTC, committed by Fredrik Ekre on 27 June 2019, 09:59:11 UTC
* Don't share doctest state between docstrings

This is not, strictly speaking, well defined. There is no official rule
as to which docstring should get executed first.

This will not be supported in a future version of Documenter.

* Add Channel(::Function) to the manual

Also fix the doctest in the docstring. The simpler println variant seems
to be more reliable when printing from a another task (with at-show, the
"Hello" string did not actually get printed).

* Fix Base.splat doctest

The function is not exported.  Note that it does not currently get
doctested, but will be tested in a future Documenter version.

* Fix doctest in at-locals docstring

This is not currently included in the manual and therefore not
doctested, but will be in the future.

* Fix doctest in Base.isambiguous docstring

Not currently doctested since it is not included in the manual, but will
be in the future.

* Add findnext/last(::AbstractChar,...) to manual

Also fix a doctest in one of the docstrings.

* Add BLAS.dot and axpby! to manual

And fix the doctests in the docstrings.

* Fix doctests of unexported functions

Fix doctests in the docstrings of LinearAlgebra.isbanded, 
LinearAlgebra.promote_leaf_eltypes and SparseArrays.dropstored!. All the 
functions are unexported and not included in the manual.

They are currently not being doctested, but will be with a future 
version of Documenter.
1 parent 7bda2c1
History
Tip revision: 042504df01e1ecdaf650390aabd82989907bde0c authored by Morten Piibeleht on 27 June 2019, 09:59:12 UTC
Add a few methods to manual & fix doctests (#32417)
Tip revision: 042504d
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 258.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 39.7 KB
Makefile -rw-r--r-- 28.0 KB
NEWS.md -rw-r--r-- 3.1 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.7 KB

README.md

back to top