Chris MacMackin

Results 123 comments of Chris MacMackin

Add `parallel: 0` to the project file metadata. On 19/06/18 12:41, gpeytavi wrote: > > How could I specify this in the call to ford? > > — > You...

I'll do some digging. I wasn't the one to implement multithreading, so I don't know off the top of my head. I'm guessing there's something the threads need to communicate...

> Sorry about the long delay, I finally have some time to work on this. I will split this update into many PR. > > On top of these. I...

I'll look at incorporating this into the next release. On 27/03/17 02:42, Jacob Williams wrote: > > I'm using the |.inc| extension for include files (and the > |extra_filetypes| option...

Thanks @jacobwilliams, I pulled in your implementation.

It looks like the initial implementation will only work with the latest versions of Python. I'll need to change it in future.

I'm thinking we should use the `get_lexer_by_name()` method, [described here](http://pygments.org/docs/quickstart/#lexer-and-formatter-lookup). It looks more robust and like it accepts simpler names.

No, this was never implemented. It's not actually a very easy thing to do. There is a sphinx plugin to do it there and basically it consists of a wrapper...

At present that is not possible. I'll mark it as a feature request. I haven't had much time to work on FORD though and my main priority has been cleaning...

How do you mean? You can embed them in the documentation comments using the standard Markdown notation. FORD doesn't do anything like that when it displays listings of source code...