Eric Gourgoulhon wrote: > It seems that callable symbolic expressions, as implemented in > src/sage/symbolic/callable.py, > are not included in the reference manual: there is no mention of > sage/symbolic/callable in > src/doc/en/reference/calculus/index.rst > and they do not appear when asked for in the search box of the > reference manual.
There are *tons* of modules missing from the reference manual, some obsolete, some still in pre-sphinx style or with rst syntax errors, some whose user documentation in fact appears in another module, and many apparently just forgotten. A few weeks ago I started systematically adding those that didn't look like they were intentionally omitted, with minimal fixes to the broken docstrings so that the manual still builds (but not necessarily that the new chapters look good). If someone wants to help, see u/mmezzarobba/wip/refman on trac (already bitrotten I'm sure, but probably still useful). In terms of included modules I'm somewhere in sage/modular (in alphabetical order), with lots of sphinx errors remaining in the newly included ones. In most cases I added the missing modules to the corresponding tables of contents in more or less random order, the idea being to do a second pass to rationalize the structure once we have a clearer idea of the full list of modules. -- Marc -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
