b2/python/docs/source/detailed/top_level.rst
2025-01-14 01:15:53 +01:00

30 lines
636 B
ReStructuredText

🔝 pybertini
==================
.. include:: common_doc_nav.incl
Namespaces
-------------
* :py:mod:`~pybertini.multiprec`
* :py:mod:`~pybertini.system`
* :py:mod:`~pybertini.function_tree`
* :py:mod:`~pybertini.tracking`
* :py:mod:`~pybertini.endgame`
Convenience
------------
For your convenience, these things have been placed in the root level `pybertini` namespace:
* :class:`~pybertini.system.System`
* :class:`~pybertini.function_tree.symbol.Variable`
* :class:`~pybertini.function_tree.VariableGroup`
There's not a whole lot else at this level. Pybertini mostly exists in submodules, to help things be organized.