hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.24k stars 223 forks source link

[SUGGESTION] Add link to github pages documentation to the github wiki. #992

Closed MiroPalmu closed 4 months ago

MiroPalmu commented 4 months ago

One can not open pull requests to wiki repositories so here is link to my fork with commit that adds the link

https://github.com/MiroPalmu/cppfront.wiki.git

If this is desired change and patch would be more convenient here it is too:

From ea91083d2736c4f6a2712a88d4e0ac0d018d6ae4 Mon Sep 17 00:00:00 2001
From: Miro Palmu <email@miropalmu.cc>
Date: Wed, 21 Feb 2024 12:42:54 +0200
Subject: [PATCH] Update Home: replace Cpp2 info section with Cpp2
 documentation section.

Cpp2 documentation section links to Github pages.
---
 Home.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/Home.md b/Home.md
index 2d69ff9..930fdd3 100644
--- a/Home.md
+++ b/Home.md
@@ -2,13 +2,9 @@ Welcome to the cppfront wiki!

 This wiki collects some Cpp2 language design notes, and links to related projects.

-## Cpp2 info
-
-The beginnings of documentation...
-
-- **[[Cpp2 Setup: Visual Studio]].** Set up VS to build your `.cpp2` file, and error output and debugging should Just Work.
-- **[`operator=`, `this` & `that`](wiki/Cpp2:-operator=,-this-&-that).** Unification of { copy, move, convert } x { construction, assignment }, with notes about how they are related and the special `this` and `that` parameters.
+## Cpp2 documentation

+See work in progress documentation at [https://hsutter.github.io/cppfront](https://hsutter.github.io/cppfront).

 ## Design notes

-- 
2.43.1
hsutter commented 4 months ago

Thanks! Yes, I think it's time to do this, the docs will be complete enough soon. Done.

Once the docs are complete enough I'll overhaul the main README as well.