<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How do I view the &amp;quot;pretty&amp;quot; version of README.rst?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117293/how-do-i-view-the-pretty-version-of-readme-rst</link><description>It seems like most or all of the sample code contains README.rst files as their documentation. What is the preferred/suggested way to view these in rendered (i.e. not raw markup text) form? I&amp;#39;ve tried Firefox, Microsoft Edge, VS Code, etc. and they all</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2024 13:23:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117293/how-do-i-view-the-pretty-version-of-readme-rst" /><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/515503?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2024 13:23:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85104c9b-0984-45d6-ba02-2bf85e2c9992</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;I guess the best way to read these are online - if only the files made html links to these pages.&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/tfm/tfm_hello_world/README.html"&gt;TF-M Hello World&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/515279?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2024 14:01:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbcb3d12-98b6-42ec-a005-6a874a64f947</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;I have VSCode, it shows it and highlights items but doesn&amp;#39;t really format it for me. I guess that is some kind of support extension I am reluctant to use.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;All these years working with python, I have never looked at python documentation. I have seen discussions but never used it. How sad is that. Python was always just a thing to create scripts with. Documentation was always a text README next to it.&lt;br /&gt;&lt;br /&gt;Looks like the proper way to go is to look into some primers on Python self-documenting code. Guess I will have to dumb all my rust knowledge to make space.&lt;br /&gt;&lt;br /&gt;Time to start reading&lt;br /&gt;&lt;a href="https://devguide.python.org/documentation/markup/"&gt;reStructuredText markup&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/515237?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2024 09:20:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84d8a8b5-3493-4748-9492-0bae0f3c88be</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Thank you for your input&lt;/p&gt;
&lt;p&gt;Just to start with the original question. I think it depends on how people work. Just to use myself as an example I would open it to the side in VScode as text. VScode supports the formatting and the readability is good(in my opinion and embedded links and so on works).&amp;nbsp; You can also view the the documentation on the our website for all samples.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;RST is a normal format for documentation as is for example used for the Python documentation. In general I would say there is multiple ways of viewing the samples documentation. The readme in the sample itself, our documentation website and if you prefer a pdf it is possible to download from the website.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will forward the feedback internally&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/515140?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 14:18:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0a7921a-19d7-42fb-9743-8181aba4e0ec</guid><dc:creator>Will_20241202</dc:creator><description>&lt;p&gt;Echoing AMarch01, I looked into a handful of the extensions and the ones I tried had all dropped support for &amp;quot;previewing&amp;quot; the RST files and only had support for editing and creating full blown projects.&lt;/p&gt;
&lt;p&gt;I consider it a _SERIOUS_ shortcoming to a product line when the documentation for the _EXAMPLES_ requires creation of its own project and build chain to even view it.&amp;nbsp; Especially when there is no documentation on how to do that!&amp;nbsp; Turtles all the way down...&lt;/p&gt;
&lt;p&gt;in 2024 it should not be asking much for documentation to be provided in one (or more) of the following forms, listed in order of preference:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;PDF
&lt;ol&gt;
&lt;li&gt;+ easy to access offline (save locally)&lt;/li&gt;
&lt;li&gt;+ easy to search&lt;/li&gt;
&lt;li&gt;+ allows for complex formatting and embedded content&lt;/li&gt;
&lt;li&gt;+ accessible on all major operating systems&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;offline HTML or other _common_ markup language
&lt;ol&gt;
&lt;li&gt;+ doesn&amp;#39;t rely on servers staying up/accessible/in the same location&lt;/li&gt;
&lt;li&gt;+ allows for complex formatting and embedded content&lt;/li&gt;
&lt;li&gt;- not always guaranteed to look the same on all platforms&lt;/li&gt;
&lt;li&gt;&amp;nbsp;- may break if viewer&amp;#39;s security settings are anything but the most lax&lt;/li&gt;
&lt;li&gt;- information usually split across multiple pages so searching is hit or miss&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;offline plain text
&lt;ol&gt;
&lt;li&gt;+ doesn&amp;#39;t rely on servers staying up/accessible/in the same location&lt;/li&gt;
&lt;li&gt;+ guaranteed to look the same on all platforms&lt;/li&gt;
&lt;li&gt;- doesn&amp;#39;t support fancy formatting or embedded content (pictures, plots, etc.)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;online HTML or other _common_ markup language
&lt;ol&gt;
&lt;li&gt;--- relies on servers staying up/accessible/not reorg&amp;#39;ed! Rarely seems to survive more than a year or two in my experience.&lt;/li&gt;
&lt;li&gt;&amp;nbsp;+ allows for complex formatting and embedded content&lt;/li&gt;
&lt;li&gt;&amp;nbsp;- not always guaranteed to look the same on all platforms&lt;/li&gt;
&lt;li&gt;&amp;nbsp;- may break if viewer&amp;#39;s security settings are anything but the most lax.&lt;/li&gt;
&lt;li&gt;&amp;nbsp;- information usually split across multiple pages so searching is hit or miss&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;lt;/rant&amp;gt;&lt;/p&gt;
&lt;p&gt;Circling back to my original question, how does Nordic Semiconductor recommend/expect/envision their customers access the provided documentation for the example code, etc.?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/515125?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 13:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4ab6371-b447-42d6-844f-bfd4411a2dc7</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;Yeah,&amp;nbsp;I looked at one .... the reviews were not good. The whole thing seemed like it was too much effort to put into this level of text viewing. The whole thing seems geared to a web site engines and encodings. There is probably a reasonable answer to this level of effort put into the documents, but it would be nice if they would add a compiled pdf or some kind of easily readable text version for people who work mostly from the command line.&lt;br /&gt;Maybe I am just too old.&lt;br /&gt;AM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/515023?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 06:45:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:061ead28-9532-4fef-998d-7f96aad9fb77</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can try some of the restructured text extensions and see if you prefer that view.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I view the "pretty" version of README.rst?</title><link>https://devzone.nordicsemi.com/thread/514946?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2024 16:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eeff140-b2bc-4519-8547-6663c64eff72</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;If you do find a viewer, I would be interested. Something about the data tags in them leads me to suspect that they need compiled in some way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>