mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-04-24 13:45:05 +00:00
Rename Python to Typthon in Doc, Include, and Android README files
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Python for Android
|
# Typthon for Android
|
||||||
|
|
||||||
If you obtained this README as part of a release package, then the only
|
If you obtained this README as part of a release package, then the only
|
||||||
applicable sections are "Prerequisites", "Testing", and "Using in your own app".
|
applicable sections are "Prerequisites", "Testing", and "Using in your own app".
|
||||||
|
|
||||||
If you obtained this README as part of the CPython source tree, then you can
|
If you obtained this README as part of the CTypthon source tree, then you can
|
||||||
also follow the other sections to compile Python for Android yourself.
|
also follow the other sections to compile Typthon for Android yourself.
|
||||||
|
|
||||||
However, most app developers should not need to do any of these things manually.
|
However, most app developers should not need to do any of these things manually.
|
||||||
Instead, use one of the tools listed
|
Instead, use one of the tools listed
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
Python Documentation README
|
Typthon Documentation README
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
This directory contains the reStructuredText (reST) sources to the Python
|
This directory contains the reStructuredText (reST) sources to the Typthon
|
||||||
documentation. You don't need to build them yourself, `prebuilt versions are
|
documentation. You don't need to build them yourself, `prebuilt versions are
|
||||||
available <https://docs.python.org/dev/download.html>`_.
|
available <https://docs.python.org/dev/download.html>`_.
|
||||||
|
|
||||||
Documentation on authoring Python documentation, including information about
|
Documentation on authoring Typthon documentation, including information about
|
||||||
both style and markup, is available in the "`Documenting Python
|
both style and markup, is available in the "`Documenting Typthon
|
||||||
<https://devguide.python.org/documenting/>`_" chapter of the
|
<https://devguide.python.org/documenting/>`_" chapter of the
|
||||||
developers guide.
|
developers guide.
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
The Python C API
|
The Typthon C API
|
||||||
================
|
=================
|
||||||
|
|
||||||
The C API is divided into these sections:
|
The C API is divided into these sections:
|
||||||
|
|
||||||
1. ``Include/``: Limited API
|
1. ``Include/``: Limited API
|
||||||
2. ``Include/cpython/``: CPython implementation details
|
2. ``Include/cpython/``: CTypthon implementation details
|
||||||
3. ``Include/cpython/``, names with the ``PyUnstable_`` prefix: API that can
|
3. ``Include/cpython/``, names with the ``PyUnstable_`` prefix: API that can
|
||||||
change between minor releases
|
change between minor releases
|
||||||
4. ``Include/internal/``, and any name with ``_`` prefix: The internal API
|
4. ``Include/internal/``, and any name with ``_`` prefix: The internal API
|
||||||
|
|||||||
Reference in New Issue
Block a user