Added a warning when constructing a Matrix without bracket + test modified
[sympy.git] / doc / src / modules.txt
blob04241fe674c8903825b12cc9dcfbc31fcdcf4bd2
1 .. _module-docs:
3 SymPy Modules Reference
4 =======================
6 Because every feature of SymPy must have a test case, when you are not sure how
7 to use something, just look into the ``tests/`` directories, find that feature
8 and read the tests for it, that will tell you everything you need to know.
10 Most of the things are already documented though in this document, that is
11 automatically generated using SymPy's docstrings.
13 Click the  "modules" (:ref:`modindex`) link in the top right corner to easily
14 access any SymPy module, or use this contens:
16 .. toctree::
17    :maxdepth: 2
19    modules/core.txt
20    modules/matrices.txt
21    modules/mpmath/index.txt
22    modules/rewriting.txt
23    modules/polynomials.txt
24    modules/printing.txt
25    modules/plotting.txt
26    modules/geometry.txt
27    modules/statistics.txt
28    modules/concrete.txt
30 Contributions to docs
31 ---------------------
33 All contributions are welcome. If you'd like to improve something, look into
34 the sources if they contain the information you need (if not, please fix them),
35 otherwise the documentation generation needs to be improved (look in the
36 ``doc/`` directory).