From 35ccc09311e3a1669ee26ac080031eb622578927 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:32:37 +0000 Subject: [PATCH] Clean up README.rst - remove outdated CPython references - Remove Azure DevOps and CPython GitHub badges - Remove references to CPython repositories and documentation - Remove "What's New" section with CPython links - Remove "Release Schedule" section with PEP reference - Update LICENSE link to point to Typthon repository - Remove duplicate "Documentation" section - Fix "Using Typthon" section organization Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- README.rst | 72 ++++++++---------------------------------------------- 1 file changed, 10 insertions(+), 62 deletions(-) diff --git a/README.rst b/README.rst index fb891c1..afaf5c7 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,6 @@ This is Typthon version 3.14.0 beta 4 ==================================== -.. image:: https://github.com/python/cpython/actions/workflows/build.yml/badge.svg?branch=main&event=push - :alt: CTypthon build status on GitHub Actions - :target: https://github.com/python/cpython/actions - -.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=main - :alt: CTypthon build status on Azure DevOps - :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main - -.. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg - :alt: Typthon Discourse chat - :target: https://discuss.python.org/ - - Copyright © 2001 Typthon Software Foundation. All rights reserved. See the end of this file for further copyright and license information. @@ -23,27 +10,20 @@ See the end of this file for further copyright and license information. General Information ------------------- -- Website: https://www.python.org -- Source code: https://github.com/python/cpython -- Issue tracker: https://github.com/python/cpython/issues -- Documentation: https://docs.python.org -- Developer's Guide: https://devguide.python.org/ - -Contributing to CTypthon ------------------------ - -For more complete instructions on contributing to CTypthon development, -see the `Developer Guide`_. - -.. _Developer Guide: https://devguide.python.org/ +- Source code: https://github.com/johndoe6345789/typthon +- Issue tracker: https://github.com/johndoe6345789/typthon/issues Using Typthon ------------ -Installable Typthon kits, and information about using Typthon, are available at -`python.org`_. +Typthon is a lightweight runtime system. For usage information, run:: + + typthon --help + +To see the version:: + + typthon --version -.. _python.org: https://www.python.org/ Build Instructions ------------------ @@ -95,32 +75,6 @@ for different configurations:: cmake --build . -What's New ----------- - -We have a comprehensive overview of the changes in the `What's New in Typthon -3.14 `_ document. For a more -detailed change log, read `Misc/NEWS -`_, but a full -accounting of changes can only be gleaned from the `commit history -`_. - -If you want to install multiple versions of Typthon, see the section below -entitled "Installing multiple versions". - - -Documentation -------------- - -Typthon is a lightweight runtime system. For usage information, run:: - - typthon --help - -To see the version:: - - typthon --version - - Testing ------- @@ -161,12 +115,6 @@ This allows you to have multiple versions installed side-by-side in different directories. -Release Schedule ----------------- - -See `PEP 745 `__ for Typthon 3.14 release details. - - Copyright and License Information --------------------------------- @@ -180,7 +128,7 @@ rights reserved. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. -See the `LICENSE `_ for +See the `LICENSE `_ for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.