Re: [PATCH v2] Initial implemantation

2018-08-03 Thread Dannie Huang
Hi Chris and Dr. Joel, Here is the latest version based on various comments, what do think about it? Is there anything else you want to add or change? Best, Dannie On Fri, Aug 3, 2018 at 10:19 PM, Dannie Huang wrote: > From: Danxue Huang <36866155+dh0...@users.noreply.gith

[PATCH v2] Initial implemantation

2018-08-03 Thread Dannie Huang
From: Danxue Huang <36866155+dh0...@users.noreply.github.com> --- .gitignore | 3 ++ README.md | 2 + gen_rst_from_makedoc.py | 61 makedoc2rst.py | 99 + rst.py |

Re: [PATCH 1/1] Refactor class and main module per comments

2018-08-02 Thread Dannie Huang
Address multiple comments: 1. Refactored makedoc2rst class. 2. Refactored main module 3. Removed strcmp.rst On Thu, Aug 2, 2018 at 9:44 PM, Dannie Huang wrote: > --- > README.md| 4 +- > gen_rst_from_makedoc.py | 31 +-- > makedoc2rst.py

[PATCH 1/1] Refactor class and main module per comments

2018-08-02 Thread Dannie Huang
--- README.md| 4 +- gen_rst_from_makedoc.py | 31 +-- makedoc2rst.py | 99 makedoc2rst_converter.py | 85 - strcmp.rst | 47 --- 5

Re: [PATCH] Initial implemantation commit

2018-08-01 Thread Dannie Huang
On Wed, Aug 1, 2018 at 8:56 AM, Gedare Bloom wrote: > On Tue, Jul 31, 2018 at 11:50 PM, Dannie Huang > wrote: > > Hi, > > > > This is the initial implementation commit of converting newlib markup to > > rst, the example .rst file looks like this photo

[PATCH 1/1] Address comments

2018-08-01 Thread Dannie Huang
--- .gitignore | 1 + gen_rst_from_makedoc.py | 71 ++-- makedoc2rst_converter.py | 85 3 files changed, 96 insertions(+), 61 deletions(-) create mode 100644 makedoc2rst_converter.py diff --git

[PATCH] Initial implemantation commit

2018-07-31 Thread Dannie Huang
From: Danxue Huang <36866155+dh0...@users.noreply.github.com> --- .gitignore | 2 + README.md | 2 + gen_rst_from_makedoc.py | 125 rst.py | 104 strcmp.rst

(release notes generator) Merge code

2018-07-17 Thread Dannie Huang
Hi, Where should I merge the code of release notes generator? I think it should go in rtems-tools, but not quite sure where it exactly should go. Best, Dannie ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: GSoC IRC Meeting reschedule: 7/4 to 7/3

2018-07-02 Thread Dannie Huang
Got it! Enjoy the break. On Mon, Jul 2, 2018 at 12:21 PM, Gedare Bloom wrote: > Hello All, > > We will hold the weekly IRC meeting on Tuesday 7/3 (tomorrow!) instead > of 7/4 at the same usual time (10am Eastern Daylight Time) due to the > US holiday on 7/4. Joel will likely lead the meeting. >

(GSoC) Weekly update - release notes generator

2018-06-20 Thread Dannie Huang
Hi, My current progress and plan for next week are as follows. Current progress: Solved code consistency problem following instructions Finished code cleanup Next: Convert the output to Markdown Convert the output to HTML and PDF Best, Dannie ___

Re: (release notes generator) How to convert python dictionary to release notes using sphinx?

2018-06-07 Thread Dannie Huang
simple. > > Is there documentation on the markdown format supported by the RSB? > > I assume it can be used to produce PDF and HTML. > > --joel > > >> >> On Wed, Jun 6, 2018 at 11:55 PM, Dannie Huang >> wrote: >> > Hi Chris, >> > >

(release notes generator) How to convert python dictionary to release notes using sphinx?

2018-06-06 Thread Dannie Huang
Hi, Currently data from milestone page and ticket page is stored in python dictionary, how can I convert python dictionary to release notes using sphinx? I have checked sphinx documentation but not exactly sure how to do it. Best, Dannie ___ devel

Re: (release notes generator) Do we need to worry about attachment?

2018-06-06 Thread Dannie Huang
On Wed, May 30, 2018 at 9:00 AM, Gedare Bloom > <mailto:ged...@rtems.org>> wrote: > > > > On Tue, May 29, 2018 at 5:14 PM, Chris Johns > <mailto:chr...@rtems.org>> wrote: > > > On 30/5/18 5:30 am, Dannie Huang wrote: > > >

(release notes generator) Code review for html parser

2018-06-01 Thread Dannie Huang
Dr. Joel and Chris, Thank you so much for the meeting on Wednesday! It really helps a lot. I have wrote three python class to get URL, ticket info and milestone info, can you review my code on github? (linke is attached below) Just want to know if I am on the right track, thank you!

(release notes generator) Do we need to worry about attachment?

2018-05-29 Thread Dannie Huang
Chris, I am now able to grab most of needed information from ticket's page by using python (like ticket id, description, comments, etc). There is a place for attachment on a ticket's page, do we also need to get the information of attached files? If we need to, how can I implement? Best, Dannie

Re: Where does the content of release report come from?

2018-05-25 Thread Dannie Huang
Hi Chris, Thank you so much for your instruction, I would write these two python modules for ticket list and tickets at first. Best, Dannie On Thu, May 24, 2018 at 2:15 PM, Chris Johns wrote: > On 25/5/18 12:52 am, Joel Sherrill wrote: > > I suggested in irc yesterday that