Re: [Flashforth-devel] documentation
Brought to you by:
oh2aun
From: Peter J. <pe...@me...> - 2022-06-05 23:12:18
|
On 6/6/22 07:54, Brian K Navarette wrote: > On the website the ff5-sheet pdf under the logic operators shows eor > as the word for exclusive or when the word is xor. > brian-in-ohio > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel Thanks Brian. There are some slightly more recent PDF files at https://github.com/pajacobs-ghub/flashforth-docs Better still, I have updated the documentation this past few months while converting it to Asciidoc. The source files are in the repository mentioned above and the HTML rendering is at https://pajacobs-ghub.github.io/ Although the original LaTeX documents are good for paper-based references, there seems to be a preference for browser-based references that are easier to copy-paste. Also, for these particular documents, I have found the AsciiDoc markup easier to work than the LaTeX markup. I will leave the LaTeX and PDF files on github but prefer to update and maintain the AsciiDoc files. Cheers, Peter J. |