Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
https://mathics.org
Other
733 stars 42 forks source link

Doc code revision #984

Closed rocky closed 4 months ago

rocky commented 5 months ago

@mmatera this branch now rebases everything on the current master.

One test in test/doc/test_common.py fails, but I don't understand what the test is testing. Would you please look over this and correct what's wrong.

make doctest-data fails as it did before. Also, testing the additional loading Mathics3 modules still fails, although it narrowing to a chapter or section test does work. (Again, this is probably a difference in docpipeline between test_tests() and test_chapters() or test_secitons().

mmatera commented 5 months ago

@rocky

What I am doing now is comparing this branch against master, and start adding step-by-step the changes, to see when it starts to fail. As I discover issues, I will mark the suspicious lines here.

rocky commented 4 months ago

Superceded by #999