Questions tagged [documentation]
Questions about making your own documentation similar to the built-in documentation style. Also about finding things in the documentation, working with the documentation, errors in the documentation, missing documentation, Context used in the documentation etc.
392 questions
5
votes
1
answer
163
views
Online documentation stopped working
I do not have local documentation on version 13.0.1 and when I pressed F1 when cursor was on some function then online documentation for the function was oppened.
...
6
votes
1
answer
302
views
Context["x"] returns different result in documentation and notebook
In help it says (under scope)
Notice it gives context of x as cell. But when I do the same in my notebook, running V 14.3 on Linux, it gives ...
5
votes
1
answer
215
views
Why doesn't Dynamic[1+x] lead to Set::write warning?
According to the document of Dynamic:
If the displayed form of Dynamic[expr] is interactively changed or edited, an assignment <...
0
votes
0
answers
54
views
Open web documentation with expanded sections
Is it possible to open web Wolfram Language Documentation so that all sections are expanded?
I ask because when sections are collapsed then the browser does not search for text inside those sections. ...
4
votes
1
answer
278
views
How to access documentation when offline? [closed]
Since a recent update to Wolfram 14.2 it seems that all documentation requests go to online docs at https://reference.wolfram.com/. Why is that? Can that be changed to documentation on my machine, as ...
7
votes
1
answer
211
views
Is there a help page for all the packages in the AddOns folder that ships with Mathematica?
Mathematica ships with many many specialized packages in the folder nn.n/Addons where nn.n is the version number.
And each ...
2
votes
0
answers
136
views
Is there any documentation about functions under Experimental`? [closed]
Is there any documentation about functions under Experimental` ?
?? Experimental`*
I can see:
...
1
vote
0
answers
97
views
Are book value related fundamentals retrievable using FinancialData?
I was trying to use FinancialData to retrieve BookValuePerShare and PriceToBookRatios for ...
1
vote
0
answers
192
views
Can't access documentation by clicking on function in 14.2
In the last few days I have a problem with Mathematica 14.2.
In particular, I am not able to access the documentation page of a given function by clicking on it. For example, here's what I have:
...
0
votes
0
answers
91
views
Highlighted functionality
In the online Mma documentation for Highlighted, it shows a pretty neat example using Plot. It also states that it was updated ...
7
votes
1
answer
208
views
How can I control the range and granularity of logarithmic binning with Histogram?
Histogram uses equally sizes bins by default. We can control the lower bound, upper bound, and bin size like this:
Histogram[data, {lower, upper, binsize}]
How can ...
0
votes
0
answers
117
views
Problem with 14.2 Doku / System hangs
I just installed 14.2 and tried to read the docs of the new "ToTabular" function. When I click there the entry "Dataset" the system hangs. Can anyone confirm this behavior?
System: ...
1
vote
0
answers
98
views
Is the documentation of NestWhileList[] incorrect? [Edit: it is not] [closed]
The documentation of NestWhileList indicates the following:
NestWhileList[f,expr,test,m]
supplies the most recent m results as arguments for test at each step.
...
4
votes
2
answers
326
views
What do those exclamation marks mean in the documentation for SolveAlways? [closed]
Documentation for SolveAlways includes this phrase:
SolveAlways[eqns,vars] is equivalent to Solve[!Eliminate[!eqns,vars]].
I don't understand this. ...
2
votes
0
answers
127
views
Trying to understand a plot of the return surface of a call spread
Can someone help me to understand the following example from documentation of FinancialDerivative (first example under Applications), i.e., what are the axis, what ...