Skip to content

Commit

Permalink
Deploying to gh-pages from @ 23d0740 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed May 19, 2024
1 parent b90b72e commit 6621a55
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 46 deletions.
4 changes: 2 additions & 2 deletions _sources/getting-started-cli/dylan-compiler.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ example::
$ dylan-compiler
Welcome to Open Dylan!

For documentation on Open Dylan, see http://opendylan.org/documentation/.
See http://opendylan.org/documentation/getting-started-cli/ for an introduction to the command line tools.
For documentation on Open Dylan, see https://opendylan.org.
See https://opendylan.org/getting-started-cli/ for an introduction to the command line tools.

Type "help" for more information.
>
Expand Down
4 changes: 2 additions & 2 deletions _sources/getting-started-cli/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Getting Started with the Open Dylan Command Line Tools
This guide explains how to use the Open Dylan command-line tools to develop and
deliver Dylan applications.

For help getting started with the IDE (Windows only), see :doc:`Getting Started
with the Open Dylan IDE </getting-started-ide/index>`.
For help getting started with the IDE (Windows only), see
:doc:`/getting-started-ide/index`.

The compiler executable is called ``dylan-compiler``. There is a helper
application called :program:`dylan`, which can be used to generate some
Expand Down
3 changes: 1 addition & 2 deletions _sources/getting-started-ide/preface.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ This guide explains how to use the Open Dylan IDE (Windows only) to develop
and deliver Dylan applications.

For help getting started with the command-line
tools, see the :doc:`Getting Started with the Open Dylan Command Line Tools
</getting-started-cli/index>` guide.
tools, see the :doc:`/getting-started-cli/index` guide.

.. index::
single: Dylan Reference Manual, the
Expand Down
5 changes: 1 addition & 4 deletions _sources/hacker-guide/topics/debugging.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ optimizing Dylan code in general since it shows (for example) where
the compiler wasn't able to optimize method dispatch.

The main point you need to know is to add the ``-dfm`` flag when you
invoke ``dylan-compiler``. This will generate DFM output files in
invoke :program:`dylan-compiler`. This will generate DFM output files in
your ``_build/build/`` directory.


.. _Debugging with GDB or LLDB: https://opendylan.org/documentation/getting-started-cli/debugging-with-gdb-lldb.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dylan Language Extensions
*************************

The Dylan language is described in `The Dylan Reference Manual
<http://opendylan.org/books/drm/>`_ by Andrew Shalit (Addison-Wesley,
<https://opendylan.org/books/drm/>`_ by Andrew Shalit (Addison-Wesley,
1996). We call this book "the DRM" hereafter.

Open Dylan provides an implementation of the Dylan language
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The ``<text>`` part can be either *delimited* or *undelimited*. Undelimited
text can contain anything but commas, semicolons, brackets of any kind, and
whitespace. All the following are valid::

#:http://opendylan.org/
#:https://opendylan.org/
#:time:12:30am
#:date:12/3/2000
#:file:D:\dylan\sources\
Expand Down
2 changes: 1 addition & 1 deletion _sources/release-notes/2013.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Introduction
This document describes the 2013.1 release of Open Dylan, released
July 11, 2013.

* `Download the release <http://opendylan.org/download/index.html>`_
* `Download the release <https://opendylan.org/download/index.html>`_
* `Report bugs <https://github.com/dylan-lang/opendylan/issues>`_
* `Source code <https://github.com/dylan-lang/opendylan/tree/v2013.1>`_

Expand Down
2 changes: 1 addition & 1 deletion _sources/release-notes/2013.2.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Introduction
This document describes the 2013.2 release of Open Dylan, released
December 23, 2013.

* `Download the release <http://opendylan.org/download/index.html>`_
* `Download the release <https://opendylan.org/download/index.html>`_
* `Report bugs <https://github.com/dylan-lang/opendylan/issues>`_
* `Source code <https://github.com/dylan-lang/opendylan/tree/v2013.2>`_

Expand Down
2 changes: 1 addition & 1 deletion _sources/release-notes/2014.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Introduction
This document describes the 2014.1 release of Open Dylan, released
December 29, 2014.

* `Download the release <http://opendylan.org/download/index.html>`_
* `Download the release <https://opendylan.org/download/index.html>`_
* `Report bugs <https://github.com/dylan-lang/opendylan/issues>`_
* `Source code <https://github.com/dylan-lang/opendylan/tree/v2014.1>`_

Expand Down
2 changes: 1 addition & 1 deletion _sources/release-notes/2019.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ system Library
their omission led to possible confusion for users.

.. _issue #899: https://github.com/dylan-lang/opendylan/issues/899
.. _documented in the library reference: http://opendylan.org/documentation/library-reference/coloring-stream/
.. _documented in the library reference: https://opendylan.org/library-reference/coloring-stream/

* A problem with constructing ``<date>`` objects for ``time_t`` values
with more than 30 bits (i.e., any time after Sat Jan 10 13:37:04 UTC 2004)
Expand Down
4 changes: 2 additions & 2 deletions _sources/release-notes/2020.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ of which are listed below. For complete details see `the opendylan commit logs
that some commit logs, for example for testworks and other libraries that are
included in Open Dylan as git submodules, may be in other repositories.)

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions _sources/release-notes/2022.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ commit logs
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions _sources/release-notes/2023.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ this release.
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions _sources/release-notes/2024.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ this release.
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions _sources/release-notes/2024.2.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ this release.
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions getting-started-cli/dylan-compiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ <h1>Using dylan-compiler interactively<a class="headerlink" href="#using-dylan-c
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ dylan-compiler
Welcome to Open Dylan!

For documentation on Open Dylan, see http://opendylan.org/documentation/.
See http://opendylan.org/documentation/getting-started-cli/ for an introduction to the command line tools.
For documentation on Open Dylan, see https://opendylan.org.
See https://opendylan.org/getting-started-cli/ for an introduction to the command line tools.

Type &quot;help&quot; for more information.
&gt;
Expand Down
4 changes: 2 additions & 2 deletions getting-started-cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@
<h1>Getting Started with the Open Dylan Command Line Tools<a class="headerlink" href="#getting-started-with-the-open-dylan-command-line-tools" title="Permalink to this heading"></a></h1>
<p>This guide explains how to use the Open Dylan command-line tools to develop and
deliver Dylan applications.</p>
<p>For help getting started with the IDE (Windows only), see <a class="reference internal" href="../getting-started-ide/index.html"><span class="doc">Getting Started
with the Open Dylan IDE</span></a>.</p>
<p>For help getting started with the IDE (Windows only), see
<a class="reference internal" href="../getting-started-ide/index.html"><span class="doc">Getting Started with the Open Dylan IDE</span></a>.</p>
<p>The compiler executable is called <code class="docutils literal notranslate"><span class="pre">dylan-compiler</span></code>. There is a helper
application called <strong class="program">dylan</strong>, which can be used to generate some
boilerplate for a new project, and finally there’s <code class="docutils literal notranslate"><span class="pre">DIME</span></code> and <code class="docutils literal notranslate"><span class="pre">dswank</span></code>, a
Expand Down
2 changes: 1 addition & 1 deletion hacker-guide/topics/debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ <h2>Dumping DFM Output<a class="headerlink" href="#dumping-dfm-output" title="Pe
optimizing Dylan code in general since it shows (for example) where
the compiler wasn’t able to optimize method dispatch.</p>
<p>The main point you need to know is to add the <code class="docutils literal notranslate"><span class="pre">-dfm</span></code> flag when you
invoke <code class="docutils literal notranslate"><span class="pre">dylan-compiler</span></code>. This will generate DFM output files in
invoke <strong class="program">dylan-compiler</strong>. This will generate DFM output files in
your <code class="docutils literal notranslate"><span class="pre">_build/build/</span></code> directory.</p>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion library-reference/language-extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
<article role="main" id="furo-main-content">
<section id="dylan-language-extensions">
<h1>Dylan Language Extensions<a class="headerlink" href="#dylan-language-extensions" title="Permalink to this heading"></a></h1>
<p>The Dylan language is described in <a class="reference external" href="http://opendylan.org/books/drm/">The Dylan Reference Manual</a> by Andrew Shalit (Addison-Wesley,
<p>The Dylan language is described in <a class="reference external" href="https://opendylan.org/books/drm/">The Dylan Reference Manual</a> by Andrew Shalit (Addison-Wesley,
1996). We call this book “the DRM” hereafter.</p>
<p>Open Dylan provides an implementation of the Dylan language
described by the DRM, with a few exceptions that are documented in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ <h1>Parser Expansions<a class="headerlink" href="#parser-expansions" title="Perm
<p>The <code class="docutils literal notranslate"><span class="pre">&lt;text&gt;</span></code> part can be either <em>delimited</em> or <em>undelimited</em>. Undelimited
text can contain anything but commas, semicolons, brackets of any kind, and
whitespace. All the following are valid:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1">#:http://opendylan.org/</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1">#:https://opendylan.org/</span>
<span class="c1">#:time:12:30am</span>
<span class="c1">#:date:12/3/2000</span>
<span class="c1">#:file:D:\dylan\sources\</span>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/2013.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
<p>This document describes the 2013.1 release of Open Dylan, released
July 11, 2013.</p>
<ul class="simple">
<li><p><a class="reference external" href="http://opendylan.org/download/index.html">Download the release</a></p></li>
<li><p><a class="reference external" href="https://opendylan.org/download/index.html">Download the release</a></p></li>
<li><p><a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">Report bugs</a></p></li>
<li><p><a class="reference external" href="https://github.com/dylan-lang/opendylan/tree/v2013.1">Source code</a></p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/2013.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
<p>This document describes the 2013.2 release of Open Dylan, released
December 23, 2013.</p>
<ul class="simple">
<li><p><a class="reference external" href="http://opendylan.org/download/index.html">Download the release</a></p></li>
<li><p><a class="reference external" href="https://opendylan.org/download/index.html">Download the release</a></p></li>
<li><p><a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">Report bugs</a></p></li>
<li><p><a class="reference external" href="https://github.com/dylan-lang/opendylan/tree/v2013.2">Source code</a></p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/2014.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
<p>This document describes the 2014.1 release of Open Dylan, released
December 29, 2014.</p>
<ul class="simple">
<li><p><a class="reference external" href="http://opendylan.org/download/index.html">Download the release</a></p></li>
<li><p><a class="reference external" href="https://opendylan.org/download/index.html">Download the release</a></p></li>
<li><p><a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">Report bugs</a></p></li>
<li><p><a class="reference external" href="https://github.com/dylan-lang/opendylan/tree/v2014.1">Source code</a></p></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions release-notes/2020.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ <h1>Open Dylan 2020.1<a class="headerlink" href="#open-dylan-2020-1" title="Perm
that some commit logs, for example for testworks and other libraries that are
included in Open Dylan as git submodules, may be in other repositories.)</p>
<ul class="simple">
<li><p>Download the release: <a class="reference external" href="http://opendylan.org/download">http://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="http://opendylan.org/documentation">http://opendylan.org/documentation</a></p></li>
<li><p>Download the release: <a class="reference external" href="https://opendylan.org/download">https://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="https://opendylan.org">https://opendylan.org</a></p></li>
<li><p>Report problems: <a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">https://github.com/dylan-lang/opendylan/issues</a></p></li>
</ul>
<section id="compiler">
Expand Down
4 changes: 2 additions & 2 deletions release-notes/2022.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ <h1>Open Dylan 2022.1<a class="headerlink" href="#open-dylan-2022-1" title="Perm
repositories.</p>
</div>
<ul class="simple">
<li><p>Download the release: <a class="reference external" href="http://opendylan.org/download">http://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="http://opendylan.org/documentation">http://opendylan.org/documentation</a></p></li>
<li><p>Download the release: <a class="reference external" href="https://opendylan.org/download">https://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="https://opendylan.org">https://opendylan.org</a></p></li>
<li><p>Report problems: <a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">https://github.com/dylan-lang/opendylan/issues</a></p></li>
</ul>
<section id="compiler">
Expand Down
4 changes: 2 additions & 2 deletions release-notes/2023.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ <h1>Open Dylan 2023.1<a class="headerlink" href="#open-dylan-2023-1" title="Perm
repositories.</p>
</div>
<ul class="simple">
<li><p>Download the release: <a class="reference external" href="http://opendylan.org/download">http://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="http://opendylan.org/documentation">http://opendylan.org/documentation</a></p></li>
<li><p>Download the release: <a class="reference external" href="https://opendylan.org/download">https://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="https://opendylan.org">https://opendylan.org</a></p></li>
<li><p>Report problems: <a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">https://github.com/dylan-lang/opendylan/issues</a></p></li>
</ul>
<section id="compiler">
Expand Down
4 changes: 2 additions & 2 deletions release-notes/2024.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ <h1>Open Dylan 2024.1<a class="headerlink" href="#open-dylan-2024-1" title="Perm
repositories.</p>
</div>
<ul class="simple">
<li><p>Download the release: <a class="reference external" href="http://opendylan.org/download">http://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="http://opendylan.org/documentation">http://opendylan.org/documentation</a></p></li>
<li><p>Download the release: <a class="reference external" href="https://opendylan.org/download">https://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="https://opendylan.org">https://opendylan.org</a></p></li>
<li><p>Report problems: <a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">https://github.com/dylan-lang/opendylan/issues</a></p></li>
</ul>
<section id="compiler">
Expand Down
4 changes: 2 additions & 2 deletions release-notes/2024.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ <h1>Open Dylan 2024.2<a class="headerlink" href="#open-dylan-2024-2" title="Perm
repositories.</p>
</div>
<ul class="simple">
<li><p>Download the release: <a class="reference external" href="http://opendylan.org/download">http://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="http://opendylan.org/documentation">http://opendylan.org/documentation</a></p></li>
<li><p>Download the release: <a class="reference external" href="https://opendylan.org/download">https://opendylan.org/download</a></p></li>
<li><p>Read documentation: <a class="reference external" href="https://opendylan.org">https://opendylan.org</a></p></li>
<li><p>Report problems: <a class="reference external" href="https://github.com/dylan-lang/opendylan/issues">https://github.com/dylan-lang/opendylan/issues</a></p></li>
</ul>
<section id="compiler">
Expand Down

0 comments on commit 6621a55

Please sign in to comment.