Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Oct 9, 2023
1 parent 230c844 commit fb7591b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
3 changes: 2 additions & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[Getting started C++11] | [Examples C++11] | [Getting started C++98] | [Examples C++98] | [NuGet packages] | [Documentation] | [Building from source]

The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more.
The [Ice framework] provides everything you need to build networked applications,
including RPC, pub/sub, server deployment, and more.

Ice for C++ is the C++ implementation of Ice.

Expand Down
10 changes: 6 additions & 4 deletions js/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Ice For JavaScript

[Getting started] | [Examples] | [NuGet package] | [Documentation] | [Building from source]
[Getting started] | [Examples] | [NPM packages] | [Documentation] | [Building from source]

The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more.
The [Ice framework] provides everything you need to build networked applications,
including RPC, pub/sub, server deployment, and more.

Ice for JavaScript is the JavaScript implementation of Ice.

## Sample Code

```slice
#pragma once
// Slice definitions (Hello.ice)
module Demo
{
Expand All @@ -21,7 +22,7 @@ module Demo
```

```javascript
// Client application
// Client application (client.js)
let communicator;
try
{
Expand All @@ -45,6 +46,7 @@ finally

[Getting started]: https://doc.zeroc.com/ice/3.7/hello-world-application/writing-an-ice-application-with-javascript
[Examples]: https://github.com/zeroc-ice/ice-demos/tree/3.7/js
[NPM Packages]: https://www.npmjs.com/~zeroc
[Documentation]: https://doc.zeroc.com/ice/3.7
[Building from source]: https://github.com/zeroc-ice/ice/blob/3.7/js/BUILDING.md
[Ice framework]: https://github.com/zeroc-ice/ice
9 changes: 5 additions & 4 deletions matlab/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Ice for .NET
# Ice for MATLAB

[Getting started] | [Examples] | [NuGet package] | [Documentation] | [Building from source]
[Getting started] | [Examples] | [Documentation] | [Building from source]

The [Ice framework] provides everything you need to build networked applications, including RPC, pub/sub, server deployment, and more.
The [Ice framework] provides everything you need to build networked applications,
including RPC, pub/sub, server deployment, and more.

Ice for MATLAB is the MATLAB implementation of Ice.

## Sample Code

```slice
#pragma once
// Slice definitions (Hello.ice)
module Demo
{
Expand Down
2 changes: 1 addition & 1 deletion objective-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ice for Objective-C is the Objective-C implementation of Ice.
## Sample Code

```slice
#pragma once
// Slice definitions (Hello.ice)
module Demo
{
Expand Down
2 changes: 1 addition & 1 deletion php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ice for PHP is the PHP implementation of Ice.
## Sample Code

```slice
#pragma once
// Slice definitions (Hello.ice)
module Demo
{
Expand Down
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Ice for Python is the Python implementation of Ice.

## Sample Code

```slice (Hello.ice)
#pragma once
```slice
// Slice definitions (Hello.ice)
module Demo
{
Expand Down
4 changes: 2 additions & 2 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Ice for Ruby is the Ruby implementation of Ice.

## Sample Code

```slice (Hello.ice)
#pragma once
```slice
// Slice definitions (Hello.ice)
module Demo
{
Expand Down
2 changes: 1 addition & 1 deletion swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ice for Swift is the swift implementation of Ice.
## Sample Code

```slice
#pragma once
// Slice definitions (Hello.ice)
module Demo
{
Expand Down

0 comments on commit fb7591b

Please sign in to comment.