Skip to content

Commit f276696

Browse files
author
Jace A Mogill
committed
Documentation formatting & add links to online documentation.
1 parent 8af6d67 commit f276696

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Docs/reference.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
<body>
4242
<script>
43-
var useGA = true
4443
if(useGA) {
4544
var _gaq = _gaq || [];
4645
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
@@ -64,10 +63,10 @@
6463
<span style="vertical-align:middle;"> Synthetic Semantics</span>
6564
</a>
6665
</div>
67-
<div style="padding-left:3%; font-size:1.2em;">
66+
<div style="padding-left:3%; font-size:1.7em;">
6867
<a href="index.html"> Overview of EMS </a>
6968
&nbsp;&nbsp;|&nbsp;&nbsp;
70-
<a href="reference.html"> API Reference </a>
69+
<a href="reference.html"> API Documentation </a>
7170
&nbsp;&nbsp;|&nbsp;&nbsp;
7271
<a href="https://www.npmjs.org/package/ems"> Node.js NPM </a>
7372
&nbsp;&nbsp;|&nbsp;&nbsp;

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ OSX | Linux | Node 4.1, 4.0, 0.12, 0.11, 0.10, iojs:
44
[![NPM](https://nodei.co/npm/ems.png?downloads=true&stars=true&downloadRank=true)](https://www.npmjs.org/package/ems)
55
[![NPM](https://nodei.co/npm-dl/ems.png?months=1&height=3)](https://www.npmjs.com/package/ems)
66

7+
### [API Documentation](http://syntheticsemantics.com/EMS.js/reference.html) [EMS Website](http://syntheticsemantics.com/EMS.js)
8+
79
# Extended Memory Semantics (EMS)
810
___EMS makes possible shared memory parallelism in Node.js (and soon Python)___.
911

@@ -59,10 +61,13 @@ currently available in user defined modes.
5961

6062
+ __Basic Operations__:
6163
Read, write, readers-writer lock, read full/empty, write empty/full
64+
6265
+ __Primitives__:
6366
Stacks, queues, transactions
67+
6468
+ __Atomic Read-Modify-Write__:
6569
Fetch-and-Add, Compare and Swap
70+
6671
+ __Collective Operations__:
6772
All basic [OpenMP](https://en.wikipedia.org/wiki/OpenMP)
6873
collective operations are implemented in EMS:

0 commit comments

Comments
 (0)