From fb7591b87a059f3c5f1a7e832794693447b8275d Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 9 Oct 2023 20:37:12 +0200 Subject: [PATCH] Cleanup --- cpp/README.md | 3 ++- js/README.md | 10 ++++++---- matlab/README.md | 9 +++++---- objective-c/README.md | 2 +- php/README.md | 2 +- python/README.md | 4 ++-- ruby/README.md | 4 ++-- swift/README.md | 2 +- 8 files changed, 20 insertions(+), 16 deletions(-) diff --git a/cpp/README.md b/cpp/README.md index 048641540de..75ce7dd7609 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -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. diff --git a/js/README.md b/js/README.md index 7ba2ebb6565..a2466091c3e 100644 --- a/js/README.md +++ b/js/README.md @@ -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 { @@ -21,7 +22,7 @@ module Demo ``` ```javascript -// Client application +// Client application (client.js) let communicator; try { @@ -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 \ No newline at end of file diff --git a/matlab/README.md b/matlab/README.md index dd30ce78055..302610181fe 100644 --- a/matlab/README.md +++ b/matlab/README.md @@ -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 { diff --git a/objective-c/README.md b/objective-c/README.md index 35eedca63b6..fa725f3bc42 100644 --- a/objective-c/README.md +++ b/objective-c/README.md @@ -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 { diff --git a/php/README.md b/php/README.md index 32be6c1ee88..c64de30aee1 100644 --- a/php/README.md +++ b/php/README.md @@ -10,7 +10,7 @@ Ice for PHP is the PHP implementation of Ice. ## Sample Code ```slice -#pragma once +// Slice definitions (Hello.ice) module Demo { diff --git a/python/README.md b/python/README.md index 5f760df43b1..e05b5591297 100644 --- a/python/README.md +++ b/python/README.md @@ -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 { diff --git a/ruby/README.md b/ruby/README.md index b4510fb120f..ecd18aae406 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -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 { diff --git a/swift/README.md b/swift/README.md index 1528836495a..bae953d6e51 100644 --- a/swift/README.md +++ b/swift/README.md @@ -9,7 +9,7 @@ Ice for Swift is the swift implementation of Ice. ## Sample Code ```slice -#pragma once +// Slice definitions (Hello.ice) module Demo {