From 489fe697cc12eb7cf3e12568546b4d133538ab6b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 8 Feb 2022 04:30:09 +0100 Subject: create start page --- templates/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..d368271 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,25 @@ + + + + pydoc.dev - consistent API docs for Python + + + + + + {{ readme | safe }} + +

pydoc.dev is currently in early alpha and only hosts + documentation for {{ packages | length }} packages:

+ + + + {{ contributing | safe }} + + -- cgit v1.2.3