Skip to content

Commit

Permalink
Deploying to gh-pages from @ 573be03 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Jan 7, 2024
1 parent 9a636d8 commit c69b194
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
26 changes: 13 additions & 13 deletions _sources/corba-guide/projects.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,19 @@ To create a CORBA project with the New Project wizard:

The :guilabel:`Advanced...` button next to the client and server
options produces a dialog containing several ORB-related
options. See Setting ORB options” on page 76 for details.
options. See `Setting ORB options`_ for details.

#. Click :guilabel:`Next`.

The next page is the standard wizard page for naming a project and
specifying its location. (See Chapter 4 of Getting Started with
Open Dylan for details.)
specifying its location. (See `Getting Started with Open Dylan > Projects
<https://opendylan.org/getting-started-ide/projects.html>`_ for details.)

The project name you specify here is not used literally when the
wizard creates the project or projects. Instead, if you chose to
create a client project, the wizard creates a project called name
``-client``, where name is the project name you specified. If you
chose to create a server project, the project will be called name
``-server``.
The project name you specify here is not used literally when the wizard
creates the project or projects. Instead, if you chose to create a client
project, the wizard creates a project called ``{name}-client``, where
``{name}`` is the project name you specified. If you chose to create a
server project, the project will be called ``{name}-server``.

Similarly, the project folder you specify is used as the overall
project folder name, with the project files and sources for clients
Expand All @@ -106,7 +105,8 @@ To create a CORBA project with the New Project wizard:

#. Enter a project name and location, and click :guilabel:`Next`.

The wizard moves on to the Use libraries page. This and the remaining wizard pages are as for ordinary projects.
The wizard moves on to the "Use libraries" page. This and the remaining
wizard pages are as for ordinary projects.

#. Complete the remaining pages in the wizard to finish specifying the
non-CORBA parts of your project or projects.
Expand All @@ -119,16 +119,16 @@ To create a CORBA project with the New Project wizard:
both separately. The only exception to this is your choice of
Advanced ORB Settings, which can be set differently for client and
server projects in the “Projects to generate” section of the
wizard’s CORBA options page. See Setting ORB options” on page 76.
wizard’s CORBA options page. See `Setting ORB options`_.

.. note::
The interface projects (that is, the client stubs, server
skeletons, and protocol projects that provide a static interface to
the main project’s IDL) are not generated until you first build
your client or server project. When you do so, the IDL compiler is
invoked and the necessary interface projects are created
automatically. See How the spec file affects IDL compilation” on
page 80 for details of what projects are generated and where.
automatically. See `How the spec file affects IDL compilation`_ for
details of what projects are generated and where.

Setting ORB options
===================
Expand Down
25 changes: 12 additions & 13 deletions corba-guide/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,18 +520,16 @@ <h2>Creating CORBA projects<a class="headerlink" href="#id1" title="Permalink to
generate a client or server project, or both.</p>
<p>The <span class="guilabel">Advanced…</span> button next to the client and server
options produces a dialog containing several ORB-related
options. See “Setting ORB options” on page 76 for details.</p>
options. See <a class="reference internal" href="#setting-orb-options">Setting ORB options</a> for details.</p>
</li>
<li><p>Click <span class="guilabel">Next</span>.</p>
<p>The next page is the standard wizard page for naming a project and
specifying its location. (See Chapter 4 of Getting Started with
Open Dylan for details.)</p>
<p>The project name you specify here is not used literally when the
wizard creates the project or projects. Instead, if you chose to
create a client project, the wizard creates a project called name
<code class="docutils literal notranslate"><span class="pre">-client</span></code>, where name is the project name you specified. If you
chose to create a server project, the project will be called name
<code class="docutils literal notranslate"><span class="pre">-server</span></code>.</p>
specifying its location. (See <a class="reference external" href="https://opendylan.org/getting-started-ide/projects.html">Getting Started with Open Dylan &gt; Projects</a> for details.)</p>
<p>The project name you specify here is not used literally when the wizard
creates the project or projects. Instead, if you chose to create a client
project, the wizard creates a project called <code class="docutils literal notranslate"><span class="pre">{name}-client</span></code>, where
<code class="docutils literal notranslate"><span class="pre">{name}</span></code> is the project name you specified. If you chose to create a
server project, the project will be called <code class="docutils literal notranslate"><span class="pre">{name}-server</span></code>.</p>
<p>Similarly, the project folder you specify is used as the overall
project folder name, with the project files and sources for clients
and servers in subfolders of the appropriate name. For a project
Expand All @@ -555,7 +553,8 @@ <h2>Creating CORBA projects<a class="headerlink" href="#id1" title="Permalink to
of the top-level project folder called <code class="file docutils literal notranslate"><span class="pre">client</span></code> and <code class="file docutils literal notranslate"><span class="pre">server</span></code>.</p>
</li>
<li><p>Enter a project name and location, and click <span class="guilabel">Next</span>.</p>
<p>The wizard moves on to the Use libraries page. This and the remaining wizard pages are as for ordinary projects.</p>
<p>The wizard moves on to the “Use libraries” page. This and the remaining
wizard pages are as for ordinary projects.</p>
</li>
<li><p>Complete the remaining pages in the wizard to finish specifying the
non-CORBA parts of your project or projects.</p></li>
Expand All @@ -569,7 +568,7 @@ <h2>Creating CORBA projects<a class="headerlink" href="#id1" title="Permalink to
both separately. The only exception to this is your choice of
Advanced ORB Settings, which can be set differently for client and
server projects in the “Projects to generate” section of the
wizard’s CORBA options page. See “Setting ORB options” on page 76.</p>
wizard’s CORBA options page. See <a class="reference internal" href="#setting-orb-options">Setting ORB options</a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
Expand All @@ -578,8 +577,8 @@ <h2>Creating CORBA projects<a class="headerlink" href="#id1" title="Permalink to
the main project’s IDL) are not generated until you first build
your client or server project. When you do so, the IDL compiler is
invoked and the necessary interface projects are created
automatically. See How the spec file affects IDL compilation” on
page 80 for details of what projects are generated and where.</p>
automatically. See <a class="reference internal" href="#how-the-spec-file-affects-idl-compilation">How the spec file affects IDL compilation</a> for
details of what projects are generated and where.</p>
</div>
</section>
<section id="setting-orb-options">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit c69b194

Please sign in to comment.