Re: [Ironpython-users] Code docs generation for Python-exposed .NET API

2011-09-01 Thread Igor Brejc
Great, thanks for the hint. If I manage to produce something, I'll try to publish it as a reusable tool. Igor On Thu, Sep 1, 2011 at 2:06 PM, Michael Foord wrote: > On 01/09/2011 10:04, Igor Brejc wrote: > > Hi, > > I plan to write a wrapper API in C# that will be used by IronPython > scripts

Re: [Ironpython-users] Code docs generation for Python-exposed .NET API

2011-09-01 Thread Michael Foord
On 01/09/2011 10:04, Igor Brejc wrote: Hi, I plan to write a wrapper API in C# that will be used by IronPython scripts. The API will adhere to Python's coding & design style etc. My question: what would be the best approach for generating code documentation in HTML that would look & feel lik

[Ironpython-users] Code docs generation for Python-exposed .NET API

2011-09-01 Thread Igor Brejc
Hi, I plan to write a wrapper API in C# that will be used by IronPython scripts. The API will adhere to Python's coding & design style etc. My question: what would be the best approach for generating code documentation in HTML that would look & feel like it's for native Python API? Sandcastle see