Staging
v0.5.1
https://github.com/python/cpython
Revision ffae93248a33cd6fe73d1ea85d6802765bbf56d2 authored by Raymond Hettinger on 23 November 2020, 18:56:59 UTC, committed by GitHub on 23 November 2020, 18:56:59 UTC
1 parent 2f2f9d0
Raw File
Tip revision: ffae93248a33cd6fe73d1ea85d6802765bbf56d2 authored by Raymond Hettinger on 23 November 2020, 18:56:59 UTC
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475)
Tip revision: ffae932
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top