Skip to content

Commit

Permalink
Merge pull request #213 from nobledeveloper01/noble
Browse files Browse the repository at this point in the history
Created python.js file and added all Python docs in the README.md to …
  • Loading branch information
OSCA-Ado-Ekiti authored Oct 31, 2023
2 parents 88f8bbd + 15d4b72 commit 97fb9c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import twitter from "./orderByAlphabet/twitter";
import uber from "./orderByAlphabet/uber";
import upbound from "./orderByAlphabet/upbound";
import puppet from "./orderByAlphabet/puppet";
import python from "./orderByAlphabet/python";

export default [
airbnb,
Expand Down Expand Up @@ -64,4 +65,5 @@ export default [
uber,
upbound,
puppet,
python,
];
21 changes: 21 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/python.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export default {
title: "Python Open Source Documentation",
documentations: [
{
title: "Python Docs",
description:
"Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented, and functional programming.",
projectUrl: "https://docs.python.org/3/",
githubUrl: "",
owner: "Community Owned Documentation",
},
{
title: "CPython",
description:
"The Official Python programming language source code written in C.",
projectUrl: "https://devguide.python.org/",
githubUrl: "",
owner: "Community Owned Documentation",
},
],
};

0 comments on commit 97fb9c2

Please sign in to comment.