Re: Markdown READMEs?

2020-07-20 Thread spudaneco
Versioning is important but I think that the most important reason to keep the docs in the repositories is because we have a visible, manageable process to update critical documents via PRs.  For example,changes to the coding standard need careful review and approval.Sent from Samsung tablet.

Re: Markdown READMEs?

2020-07-20 Thread Adam Feuer
On Mon, Jul 20, 2020 at 4:32 PM Justin Mclean wrote: > That's a great idea, but it may have some impact on teh LICENSE file > depending on what libraries, fonts etc are bundled with the documentation. > You may need to make sure that nothing with an incomparable license sneaks > in. > The

Re: Markdown READMEs?

2020-07-20 Thread Justin Mclean
Hi, > I also love having the docs in the repository and releases, and versioned > along with the code. It makes things so much easier. That's a great idea, but it may have some impact on teh LICENSE file depending on what libraries, fonts etc are bundled with the documentation. You may need to

Re: Markdown READMEs?

2020-07-20 Thread Adam Feuer
I also love having the docs in the repository and releases, and versioned along with the code. It makes things so much easier. If I had to pick between the current docs (HTML/txt) and the wiki, I would pick the current docs! -adam On Mon, Jul 20, 2020 at 4:17 PM Nathan Hartman wrote: > On

Re: Markdown READMEs?

2020-07-20 Thread Nathan Hartman
On Mon, Jul 20, 2020 at 7:07 PM Gregory Nutt wrote: > For those really opposed to HTML, another option is to simply use the > Confluence versions of the documents here: > https://cwiki.apache.org/confluence/display/NUTTX/Documentation > > These are the same documents that are currently in

Re: Markdown READMEs?

2020-07-20 Thread Gregory Nutt
For those really opposed to HTML, another option is to simply use the Confluence versions of the documents here: https://cwiki.apache.org/confluence/display/NUTTX/Documentation These are the same documents that are currently in nuttx/Documentation.  They are read-only now (since the master is

Re: Markdown READMEs?

2020-07-20 Thread Gregory Nutt
I will do a PR to your branch and repo, but will you create a branch and put your changes on it? The branch should be called something like feature/sphinx-docs. If you do that, I can do PR directly to that branch. Having it on a branch other than master will make it easier to submit later,

Re: Markdown READMEs?

2020-07-20 Thread Gregory Nutt
Hi guys. In the meantime, I carefully converted most of the readmes in the `apps` repository. Four folders left - [x] main readme - [x] netutils - [x] wireless - [x] examples - [x] modbus - [x] fsutils - [x] gpsutils - [ ] testing - [ ] system - [x] tools - [x] industry - [x] interpreters -

Re: Markdown READMEs?

2020-07-20 Thread Matias N.
> Sure. I created a "docs" branch on https://github.com/v01d/incubator-nuttx/ > I'm mostly experimenting right now anyways. Should we wait for an official > vote to confirm we're heading > in the right direction? Migrating documentation also will require some > coordination to avoid

Re: Markdown READMEs?

2020-07-20 Thread Adam Feuer
Thanks Matias. Following Matias' proposal, here's a separate repo with just one page of the HTML docs partially converted: https://github.com/adamfeuer/nuttx-docs The files here could also be copied into a directory in the nuttx source tree too, for instance under Documentation/sphinx-docs

Re: Markdown READMEs?

2020-07-20 Thread Bill Rees
+1 Maintaining code coherency (including docs) is YUUGely more difficult when separate repos are involved. If the main reason for creating a second repo is to more cleanly have two doc directories maybe Markdown isn't the answer you want anyway. If the focus on pretty print is to use RST

RE: Markdown READMEs?

2020-07-20 Thread Xiang Xiao
Can we keep the doc and nuttx in one git? The major of document is normally couple with the code. The separation make the synchronization between code and document more harder. Other similar project(e.g. Linux and Zephyr) use the same git manage both code and document: