public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec
@ 2020-03-26  4:32 Purma, Kondal R
  2020-03-26 18:39 ` [edk2-devel] " Purma, Kondal R
  0 siblings, 1 reply; 4+ messages in thread
From: Purma, Kondal R @ 2020-03-26  4:32 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1943 bytes --]

Fixing typo in  Python development Process and coding standards draft spec Chapter2.

Signed-off-by: Purma, Kondal R <kondal.r.purma@intel.com>
---
README.md                             | 9 +++++----
book.json                             | 2 +-
python_coding_guidelines_and_tools.md | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 03cb46e..46e2869 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,8 @@ Copyright (c) 2020, Intel Corporation. All rights reserved.

### Revision History

-| Revision | Revision History | Date |
-| ---------- | ------------------ | ----------- |
-| 01.0 | Initial release. | Jan 2020|
-|   |    |    |
+| Revision   | Revision History     | Date        |
+| ---------- | ------------------   | ----------- |
+| 0.10       | Initial release.     | Jan 2017    |
+| 1.0        | [#2626](https://bugzilla.tianocore.org/show_bug.cgi?id=2626) Typo in Python development Process and coding standards draft spec  | March 2017  |
+
diff --git a/book.json b/book.json
index c3fc17b..1b2b16a 100644
--- a/book.json
+++ b/book.json
@@ -2,7 +2,7 @@
"variables" : {
"draft"   : "yes",
"title"   : "EDK II Python Development Process Specification",
-    "version" : "Revision 0.10"
+    "version" : "Revision 1.0"
},

"plugins": ["puml"],
diff --git a/python_coding_guidelines_and_tools.md b/python_coding_guidelines_and_tools.md
index a0a06fe..31fbda7 100644
--- a/python_coding_guidelines_and_tools.md
+++ b/python_coding_guidelines_and_tools.md
@@ -57,7 +57,7 @@ annotations are not available. More details on PEP484 available at
https://www.python.org/dev/peps/pep-0484/

-###   **Falke8:**
+###   **Flake8:**
`Flake8` is a Python library wrapper around `PyFlakes, pycodestyle` and
Ned Batchelder’s `McCabe` script<br>

--
2.18.0.windows.1

[-- Attachment #2: Type: text/html, Size: 3086 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [edk2-devel] [PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec
  2020-03-26  4:32 [PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec Purma, Kondal R
@ 2020-03-26 18:39 ` Purma, Kondal R
  2020-04-06  2:27   ` Bob Feng
  0 siblings, 1 reply; 4+ messages in thread
From: Purma, Kondal R @ 2020-03-26 18:39 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: Kinney, Michael D, rebecca@bsdio.com, Sean via Groups.Io

[-- Attachment #1: Type: text/plain, Size: 1936 bytes --]


Fixing typo in  Python development Process and coding standards draft spec Chapter2.

Signed-off-by: Purma, Kondal R <kondal.r.purma@intel.com<mailto:kondal.r.purma@intel.com>>
---
 README.md                             | 9 +++++----
 book.json                             | 2 +-
 python_coding_guidelines_and_tools.md | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 03cb46e..46e2869 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,8 @@ Copyright (c) 2020, Intel Corporation. All rights reserved.

 ### Revision History

-| Revision | Revision History | Date |
-| ---------- | ------------------ | ----------- |
-| 01.0 | Initial release. | Jan 2020|
-|   |    |    |
+| Revision   | Revision History     | Date        |
+| ---------- | ------------------   | ----------- |
+| 0.10       | Initial release.     | Jan 2017    |
+| 1.0        | [#2626](https://bugzilla.tianocore.org/show_bug.cgi?id=2626) Typo in Python development Process and coding standards draft spec  | March 2017  |
+
diff --git a/book.json b/book.json
index c3fc17b..1b2b16a 100644
--- a/book.json
+++ b/book.json
@@ -2,7 +2,7 @@
   "variables" : {
     "draft"   : "yes",
     "title"   : "EDK II Python Development Process Specification",
-    "version" : "Revision 0.10"
+    "version" : "Revision 1.0"
   },

   "plugins": ["puml"],
diff --git a/python_coding_guidelines_and_tools.md b/python_coding_guidelines_and_tools.md
index a0a06fe..31fbda7 100644
--- a/python_coding_guidelines_and_tools.md
+++ b/python_coding_guidelines_and_tools.md
@@ -57,7 +57,7 @@ annotations are not available. More details on PEP484 available at
 https://www.python.org/dev/peps/pep-0484/


-###   **Falke8:**
+###   **Flake8:**
 `Flake8` is a Python library wrapper around `PyFlakes, pycodestyle` and
 Ned Batchelder’s `McCabe` script<br>

--
2.18.0.windows.1



[-- Attachment #2: Type: text/html, Size: 7778 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec
  2020-03-26 18:39 ` [edk2-devel] " Purma, Kondal R
@ 2020-04-06  2:27   ` Bob Feng
  2020-04-16 21:49     ` Purma, Kondal R
  0 siblings, 1 reply; 4+ messages in thread
From: Bob Feng @ 2020-04-06  2:27 UTC (permalink / raw)
  To: Purma, Kondal R, devel

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Reviewed-by: Bob Feng <bob.c.feng@intel.com>

[-- Attachment #2: Type: text/html, Size: 105 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec
  2020-04-06  2:27   ` Bob Feng
@ 2020-04-16 21:49     ` Purma, Kondal R
  0 siblings, 0 replies; 4+ messages in thread
From: Purma, Kondal R @ 2020-04-16 21:49 UTC (permalink / raw)
  To: Bob Feng, devel

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

EDK II Python development process specification release version 1.0 available now.

https://github.com/tianocore-docs/edk2-PythonDevelopmentProcessSpecification/tree/release/1.0

Thanks,
Kondal.

[-- Attachment #2: Type: text/html, Size: 556 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-16 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-26  4:32 [PATCH] [Tianocore-Docs]: EDK II Python development Process and coding standards spec Purma, Kondal R
2020-03-26 18:39 ` [edk2-devel] " Purma, Kondal R
2020-04-06  2:27   ` Bob Feng
2020-04-16 21:49     ` Purma, Kondal R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox