You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New scripts dmathicsdoc and dmathicsdoccopy perform the new functions
Document this in README.rst, and add these scripts in PyPI packaging.
entrypoint.sh needs to multiplex dmathicsdoccpy and dmathicsdoc now.
Revise Dockerfiles to build PDF now.
Copy file name to clipboardExpand all lines: README.rst
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,23 @@ If you are just interested in the computational library, there is no need for ei
7
7
8
8
But what if you want both command-line interface, Web interface, all of the Pymathics libraries and whatever else there is to offer?
9
9
10
-
That's what this repository is about. Here we have a PyPI installable package that pull in the various components and offer commands
10
+
That's what this repository is about. Here we have a PyPI installable package that pull in the various components and offer commands:
11
11
12
-
* ``mathicsscript`` to run the command-line interface
13
-
* ``mathicsserver`` to run the Django-Web server
14
-
* ``dmathicsscript`` and ``dmathicsserver`` which run the docker version of these.
12
+
* ``mathicsscript`` to run the command-line interface,
13
+
* ``mathicsserver`` to run the Django-Web server,
14
+
* ``dmathicsscript`` and ``dmathicsserver`` which runs the docker version of these,
15
+
* ``dmathicssdoc`` which runs a PDF viewer, `evince <https://wiki.gnome.org/Apps/Evince>`_, which can view the generated reference manual in PDF.
16
+
* ``dmathicssdoc`` which copies the the generated reference PDF manual out of the container and into the host filesystem.
15
17
16
-
This repository also contains the dockerfiile to create the `mathicsorg/mathics docker images <https://hub.docker.com/repository/docker/mathicsorg/mathics>`_.
18
+
This repository also contains the Dockerfiles used to create the `mathicsorg/mathics docker images <https://hub.docker.com/repository/docker/mathicsorg/mathics>`_.
0 commit comments