mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Putting them in `_samples/library`, which is where Jekyll expects them to be to be in the "samples" collection. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
409 B
Markdown
18 lines
409 B
Markdown
---
|
|
title: python
|
|
keywords: library, sample, python
|
|
repo: python
|
|
layout: docs
|
|
permalink: /samples/library/python/
|
|
hide_from_sitemap: true
|
|
redirect_from:
|
|
- /samples/python/
|
|
description: |
|
|
Python is an interpreted, interactive, object-oriented, open-source programming language.
|
|
---
|
|
|
|
Python is an interpreted, interactive, object-oriented, open-source programming language.
|
|
|
|
|
|
{% include library-samples.md %}
|