Skip to content

Commit 27ca07e

Browse files
committed
Revise what's up.
1 parent 46417ff commit 27ca07e

1 file changed

Lines changed: 31 additions & 37 deletions

File tree

index.html

Lines changed: 31 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ <h1><a href="#">Mathics</a></h1>
4444
<h2>
4545
Mathics is a free, open-source general-purpose computer
4646
algebra system featuring Mathematica-compatible syntax and
47-
functions. It is backed by highly extensible Python code, relying
48-
on <a href="http://sympy.org/">SymPy</a> for most mathematical
49-
tasks.
47+
functions. It relies on a number of other Python libraries
48+
in the Python ecosystem.
5049
</h2>
5150
</header>
5251
</section>
@@ -60,13 +59,13 @@ <h2>
6059
</div>
6160
<div class="content">
6261
<h3>Free software</h3>
63-
<p> Mathics is licensed under
62+
<p> Mathics is licensed under
6463
<a
6564
href="https://github.com/mathics/Mathics/blob/master/COPYING.txt"/>
6665
GPLv3</a> and is developed by an active community of
67-
volunteers. Its source code is freely available at
68-
<a href="https://github.com/mathics/Mathics">our GitHub
69-
repository</a>
66+
volunteers. Its source code is freely available in the Github organizations
67+
<a href="https://github.com/mathics">Mathics</a> and
68+
<a href="https://github.com/Mathics3">Mathics3</a> repositories.
7069
</p>
7170
</div>
7271
</section>
@@ -75,9 +74,8 @@ <h3>Free software</h3>
7574
<img src="images/python-logo.svg" alt="Python logo" />
7675
</div>
7776
<div class="content">
78-
<h3>Python integration</h3>
79-
<p>Mathics is primarily a Python library, which means it can
80-
interact with other Python packages!
77+
<h3>Python</h3>
78+
Since Mathics is a collection of Python packages. It is intended to be used as a collection or from other Python packages and code.
8179
</p>
8280
</div>
8381
</section>
@@ -86,18 +84,17 @@ <h3>Python integration</h3>
8684
<img src="images/cli.png" alt="mathicsscript screenshot" />
8785
</div>
8886
<div class="content">
89-
<h3>Flexible clients</h3>
90-
<p>Mathics is built to work on multiple clients. The main ones
91-
are <a href="https://github.com/Mathics3/mathicsscript">
92-
mathicsscript</a> (a GNU-like CLI client) and
87+
<h3>Clients</h3>
88+
<p>Front-end clients are currently <a href="https://pypi.org/project/mathicsscript/">
89+
mathicsscript</a>, a command-line client, and
9390
<a href="https://github.com/Mathics3/mathics-django">
94-
mathics-django</a> (a Django-based web interface). We are also
91+
mathics-django</a>, a Django-based web interface. We are also
9592
working on a Jupyter kernel for Mathics.
9693
</div>
9794
</section>
9895
</div>
9996
</section>
100-
97+
10198
<!-- Installation -->
10299
<section id="install" class="wrapper style2 special">
103100
<h2>Installation</h2>
@@ -110,7 +107,7 @@ <h2>Installation</h2>
110107
components' OS and Python-package dependencies.
111108
</p>
112109

113-
<h3>Mathics Core</h3>
110+
<h3><a href="https://github.com/mathics/Mathics">Mathics Core</a></h3>
114111

115112
<p>
116113
The Mathics core is required for any work with Mathics.
@@ -121,8 +118,7 @@ <h3>Mathics Core</h3>
121118
Mathics, you may need no more than this.
122119
</p>
123120

124-
<h3>mathicsscript</h3>
125-
121+
<h3><a href="https://pypi.org/project/mathics-django/">mathicsscript</a></h3>
126122
<p>
127123
mathicsscript is a CLI client for Mathics. It features:
128124
</p>
@@ -134,7 +130,7 @@ <h3>mathicsscript</h3>
134130
<li>saving command history between sessions.</li>
135131

136132
<li>
137-
variable completion, even for symbol names like
133+
variable completion, even for symbol names like
138134
<code>\[Sigma]</code>
139135
</li>
140136

@@ -160,26 +156,22 @@ <h3>mathicsscript</h3>
160156
</ul>
161157

162158
<p>
163-
mathicsscript is deposited on
164-
<a href="https://pypi.org/project/mathicsscript/">PyPI</a>
165-
and can be installed via pip.
159+
The mathicsscript is github respository is
160+
<a href="https://github.com/Mathics3/mathicsscript/">here</a>.
166161
</p>
167162

168-
<h3>Mathics-Django</h3>
163+
<h3><a href="https://pypi.org/project/mathics-django/">Mathics-Django</a></h3>
169164

170165
<p>
171166
If you prefer, as many do, browser-based interaction with nicely
172-
formatted graphics and MathML-formatted output, right now there
173-
is a Django-based PyPI package
174-
<a href="https://pypi.org/project/Mathics-Django">
175-
Mathics-Django
176-
</a>.
167+
formatted graphics and MathML-formatted output. The github repository is
168+
<a href="https://github.com/Mathics/mathics-django">here</a>.
177169
</p>
178170

179171
<p>
180172
It features:
181173
</p>
182-
174+
183175
<ul>
184176
<li>
185177
Extensive online documentation and interactive documentation via
@@ -189,12 +181,12 @@ <h3>Mathics-Django</h3>
189181
<li>
190182
Integrated graphics and MathML mathematics output via MathJax
191183
</li>
192-
184+
193185
<li>
194186
Notebook-like sessions
195187
</li>
196188
</ul>
197-
189+
198190
<p>
199191
To use this, you will need Django installed and a browser with
200192
JavaScript enabled.
@@ -215,7 +207,7 @@ <h2>Documentation</h2>
215207
<p>
216208
Documentation for the Mathics system is provided in the PDF format
217209
(<a href="https://mathics.org/docs/mathics-latest.pdf">download the
218-
PDF</a>). You can find internal documentation at
210+
PDF</a>). You can find internal documentation at
219211
<a href="https://mathics-development-guide.readthedocs.io/en/latest/">
220212
mathics-development-guide.readthedocs.io/en/latest/</a>.
221213
</p>
@@ -260,10 +252,10 @@ <h2>Support</h2>
260252
<h2>Contributing</h2>
261253
<div class="inner align-left">
262254
<p>
263-
Please check out our contributing guide at
255+
Please check out our contributing guide at
264256
<a href="https://mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing.html">
265257
mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing
266-
</a>. <strong>Developers wanted! Please get in touch if you want
258+
</a>. <strong>Developers wanted! Please get in touch if you want
267259
to be part of this awesome project.</strong>
268260
</p>
269261
</div>
@@ -282,10 +274,12 @@ <h2>On the Shoulders of Giants</h2>
282274
<ul>
283275
<li><a href="https://www.sympy.org/en/index.html">SymPy</a></li>
284276
<li><a href="https://mpmath.org/doc/current/">mpmath</a></li>
277+
<li><a href="https://numpy.org/">numpy</a></li>
285278
<li><a href="https://github.com/numba/llvmlite">llvmlite</a></li>
286279
<li><a href="https://www.djangoproject.com/">Django</a></li>
287280
<li><a href="https://www.mathjax.org/">MathJax</a></li>
288281
<li><a href="https://asymptote.sourceforge.io/">Asymptote</a></li>
282+
<li><a href="https://SciPy.org/">SciPy</a> (which also includes a number of the above)</li>
289283
</ul>
290284
</div>
291285
</section>
@@ -298,7 +292,7 @@ <h2>Screenshots</h2>
298292
<dt>mathicsscript</dt>
299293
<dd>
300294
<div class="image">
301-
<img src="images/mathicsscript1.gif"
295+
<img src="images/mathicsscript1.gif"
302296
alt="mathicsscript screenshot" />
303297
</div>
304298
</dd>
@@ -322,7 +316,7 @@ <h2>Screenshots</h2>
322316
<!-- Footer -->
323317
<footer id="footer">
324318
<p class="copyright">
325-
2020 &copy; The Mathics Team. Credits: <a href="http://html5up.net">HTML5 UP</a>
319+
2020-2021 &copy; The Mathics Team. Credits: <a href="http://html5up.net">HTML5 UP</a>
326320
</p>
327321
</footer>
328322
</body>

0 commit comments

Comments
 (0)