Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by mail-b.sr.ht (Postfix) with ESMTPS id 67B29FF13C for <~duangle/scopes-patch@lists.sr.ht>; Thu, 23 Jul 2020 05:11:18 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b=k26ckta+ Received: by mail-ej1-f51.google.com with SMTP id n26so5013614ejx.0 for <~duangle/scopes-patch@lists.sr.ht>; Wed, 22 Jul 2020 22:11:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=gtHJcIgruysu4Q1a4/Kufcgs9JOA3b2jh/8B6ME1JJ0=; b=k26ckta+BvBpAv3dX49YuyQllW3kRYksBiyFaN1lHKfXJG+GBHStDGvtNcNyqHK0ze ZTuLZb1tePeufZA/Gr7J+1+i2IPbcPGp+Sdo2H8ZzIuFc/x4BoZETDesH83iG5xLfkKJ c/v5a7a0NQma5D5aPtrVKf21Ov1Xlduw6OYZ9brShM8BQNN1LpUSB7Slo58uomMaCyT8 PJxM72tGvPi4NMxtKJvH5cpXNgmXuKeRfUOqB5z0Es1tQPc+SAOxwpJJlXmbYci8D43z UkTmw99ptx3G4fsXo3Geka/fUy3uVDhi1Ut+pP2nmJgU9FCG3kMHUFJdQKuqrhm6Eivb mYyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gtHJcIgruysu4Q1a4/Kufcgs9JOA3b2jh/8B6ME1JJ0=; b=cbX0YKYjbz8459DcbM8jea6caGDyYwgfjtq3FRhJA+PPdBoMQkBFHOcAiFKYqZcOjQ 8FxTWDZeE5JJHHsfDt0fNxZ4LFCK5R0csJ9uNYts4R3/H3q6Up2WYWs5qYlkvy/BLSA1 SnNmxQmoJmDC/5fw6g5M5SDpTrixpQvrkolFV/U1tys3ykfY/wAWK5HZ/X4Z3OpvN1pP yJY+l3FtiIVuKcoUqS7BNb4BJSDoAveV8uvHjOdCx2q8eATuhyeM/24BowRFbbjLbeNy ltr2dsTzADxlv/qPgsXIMoUOuTUfYiMZV5NYiXxCNPM9adZltfecTLnTLmFKArf6NUib hKrg== X-Gm-Message-State: AOAM532y2HOkTNn8Rukw/iwCBJZ/gEKSYvh8/0INgBIBcoXWF5nF/PMX fKnwTSqV4nvzoynrYTN8gqt8rCT0A4x7p6oE7m7MOe0gds8= X-Google-Smtp-Source: ABdhPJxbIrhjumy6cQ+90IIsMsa++l4LblT1EoGo7tdvV1xJQ5CLt9cbIZ6fD/WYgZ08XPRDU/+gEQzvpMGZ68OGAAk= X-Received: by 2002:a17:906:a252:: with SMTP id bi18mr2629091ejb.151.1595481077099; Wed, 22 Jul 2020 22:11:17 -0700 (PDT) MIME-Version: 1.0 From: Shawn Walker Date: Wed, 22 Jul 2020 22:11:06 -0700 Message-ID: Subject: [patch] conversion to markdown (mkdocs) format documentation To: ~duangle/scopes-patch@lists.sr.ht Content-Type: text/plain; charset="UTF-8" Greetings, I've finally finished converting Scopes' documentation to markdown (mkdocs) format. I managed to get syntax highlighting working using the existing scopeslexer after updating it (trivially) to Python 3. Because of the size of the changes, I've chosen to instead supply the "patches" via a fork of the Scopes repo on hg.sr.ht: https://hg.sr.ht/~binarycrusader/scopes-md/log You will want these changesets in this order: https://hg.sr.ht/~binarycrusader/scopes-md/rev/066781654776397011580f4eae9035dbb66cb8fc https://hg.sr.ht/~binarycrusader/scopes-md/rev/80bcde20373036b13b423c43e5f61516a1800684 https://hg.sr.ht/~binarycrusader/scopes-md/rev/5388b093e2c49b5f5bac1cbd7fdec77553b5cd70 https://hg.sr.ht/~binarycrusader/scopes-md/rev/6f7c6a0a71345e3b49fdb372531df2a61bb5818b https://hg.sr.ht/~binarycrusader/scopes-md/rev/7e29aedecda1b1bac0f5d4f341db694af8b0e949 You should be able to create a local clone of the repository and then use "hg graft" or "hg transplant" to cherry-pick the changes from my fork to another hg repo. markdown is not nearly as well-suited to formal documentation writing as restructured text, but it's what all the cool people use these days I guess... Feedback welcome. -- Shawn Walker-Salas