Skip to content

Commit 4d175fd

Browse files
author
Alan Kligman
committed
Renamed b.js to buffer.js
1 parent 6b0887d commit 4d175fd

33 files changed

+3032
-16
lines changed

Jakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ desc( "lint code" );
1111
task( "lint", [], require( "./tools/jake-tasks/lint" ) );
1212

1313
desc( "compile code and documentation" );
14-
task( "build", ["src/b.js"], require( "./tools/jake-tasks/build" ) );
14+
task( "build", ["src/buffer.js"], require( "./tools/jake-tasks/build" ) );
1515

1616
desc( "remove compiled code" );
1717
task( "clean", [], require( "./tools/jake-tasks/clean" ) );

dist/b.min.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

dist/buffer.min.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.78 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

5.46 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 0bfe1114485d6134a5db0847ef8ad1f9
4+
tags: fbb0d17656682115ca4d033fb2f83ba1

docs/_build/html/_sources/index.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. Gladius documentation master file, created by
2+
sphinx-quickstart on Sun Jun 10 18:42:56 2012.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
MathJS documentation!
7+
=====================
8+
9+
MathJS is a math and geometry library for JavaScript. You will need a JS engine that supports Typed Arrays.
10+
11+
.. toctree::
12+
:maxdepth: 1
13+
14+
* :ref:`genindex`
15+
* :ref:`search`
16+
673 Bytes
Loading

0 commit comments

Comments
 (0)