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

Documentation generation for Builtin Symbols with the same name and different contexts. #990

Closed mmatera closed 3 months ago

mmatera commented 4 months ago

This PR improves the way in which we walk the mathics.builtin package to build the documentation. With these changes

mmatera commented 3 months ago

Already included in previous merged PR