From cc3031a76385d608dd85eb03c0e82269d13b7e58 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Fri, 3 Nov 2023 22:30:08 +1300 Subject: [PATCH] Update documentation from 15de1f1f --- docs/neon-lang/0.1/library.html | 2 +- docs/neon-lang/0.1/overview.html | 2 +- docs/neon-lang/0.1/samples.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/neon-lang/0.1/library.html b/docs/neon-lang/0.1/library.html index 1796e591b..ee021b0ca 100644 --- a/docs/neon-lang/0.1/library.html +++ b/docs/neon-lang/0.1/library.html @@ -161,7 +161,7 @@

Neon

Standard Library

-

See ../html/[Standard Library].

+

See Standard Library.

diff --git a/docs/neon-lang/0.1/overview.html b/docs/neon-lang/0.1/overview.html index 88f253315..8afedc399 100644 --- a/docs/neon-lang/0.1/overview.html +++ b/docs/neon-lang/0.1/overview.html @@ -167,7 +167,7 @@

Neon Overview

There are plenty of examples, because experienced programmers know how to read code, and can pick up concepts more quickly by reading code than by reading a description of code.

-

Neon is a statically typed imperative language, with roots in Pascal, Modula-2, Ada, and others. +

Neon is a statically typed imperative language, with roots in Pascal, Modula-2, Ada, and others. Program structure and modules are influenced by Python.

diff --git a/docs/neon-lang/0.1/samples.html b/docs/neon-lang/0.1/samples.html index 62f5d45aa..a0c15b7a9 100644 --- a/docs/neon-lang/0.1/samples.html +++ b/docs/neon-lang/0.1/samples.html @@ -161,7 +161,7 @@

Neon

Samples

-

See ../samples/[Samples].

+

See Samples.