<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Software Documentation by River Pease</title>
      <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl</link>
      <description>Rhetorical analysis of software documentation, a genre of writing in the computer science discourse community.</description>
      <language>en-us</language>
      <pubDate>2022-04-11 14:32:11 UTC</pubDate>
      <lastBuildDate>2025-10-23 09:25:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4bb.png</url>
      </image>
      <item>
         <title>The Community</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139273654</link>
         <description><![CDATA[<div>In the simplest sense, computer science is the study of the principles and usage of computers. In the computer science community, the majority of writing is professionally practical rather than academically focused. Computer scientists write summaries of errors encountered in code and details on the software development process, not peer-reviewed papers.<br><br>I plan on becoming a software developer, and as such, I'll need to be able to write effectively in the computer science community.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:37:32 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139273654</guid>
      </item>
      <item>
         <title>Genres</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139274733</link>
         <description><![CDATA[<div><strong>Project proposals</strong><br>When proposing an idea for an app, website, or other pieces of software, computer scientists must write project proposals. Proposals tend to include an introduction to the project, the problem intended to be solved, and the methods by which this project will solve that problem.<br><br><strong>Software documentation</strong></div><div>The documentation describes newly released software. It's intended to detail how computer scientists resolved issues encountered during the development process, help users understand the product, and assist customers and the support team in finding information about the software.<br><br><strong>Reports on error detection and resolution</strong><br>In the development process, computer scientists often have to write reports on errors they encounter during this process. These reports include details on what the error is and how it was resolved.<br><br><strong>Code itself</strong><br>Perhaps the most important writing a computer scientist will do is write code, which is a series of commands designed to solve a problem or perform a task.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:38:13 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139274733</guid>
      </item>
      <item>
         <title>Circulation</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139276120</link>
         <description><![CDATA[<div>Because the primary writing in computer science is specific to a certain product/piece of software, most of this rhetoric is posted by the creators of the products, typically to company websites.&nbsp;<br><br>GitHub is an online platform used to spread information about software. More specifically, GitHub is a service that helps developers store and manage their code, as well as track and control changes to their code.<br><br>When it comes to general information about computer science, the following are all industry sources to stay up-to-date on goings-on (in no particular order):<br>1. MIT Technology Review<br>2. W3Schools<br>3.&nbsp;WIRED<br>4.&nbsp;Science Daily<br>5. Tech XPlore</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:38:55 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139276120</guid>
      </item>
      <item>
         <title>Software Documentation Details and Examples</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139277460</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:39:41 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139277460</guid>
      </item>
      <item>
         <title>Forms of Software Documentation</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139278635</link>
         <description><![CDATA[<div>1. User tutorials that demonstrate how to perform tasks<br>2. Printed manuals or books with step-by-step instructions<br>3. Knowledge bases and FAQ pages on a company’s website</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:40:27 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139278635</guid>
      </item>
      <item>
         <title>Rhetorical Analysis</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139281348</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:41:59 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139281348</guid>
      </item>
      <item>
         <title>Exigence</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139281984</link>
         <description><![CDATA[<div>Software documentation is written and created after a new piece of software is released. The exigence for documentation, or the inspiration for its creation, comes from the need for people to understand how to use the new software. Documentation helps the layperson know how to use software, and it helps developers understand how a certain product was made.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:42:22 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139281984</guid>
      </item>
      <item>
         <title>Audience</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139283503</link>
         <description><![CDATA[<div>Software documentation is written for two groups: users of the product and other computer scientists/developers. Users of the product benefit from documentation because it helps them understand how to use a product. Developers benefit from documentation because it allows them to understand how a product was made in case they want to adopt some features of the product in their own work.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:43:16 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139283503</guid>
      </item>
      <item>
         <title>Context</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139311417</link>
         <description><![CDATA[<div>The typical writer of software documentation varies greatly from company to company. Some of the best developers are entirely self taught, while many others have computer science or computer engineering degrees from a university. Education aside, software documentation is written by software developers. Documentation is usually created by a group rather than an individual, each developer creating documentation for the respective parts of the product they created. These developers have worked to build a piece of software from scratch over a few months or even years, and are thus intimately familiar with the product they document.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 14:58:58 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139311417</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139819073</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/68bf0f89fe54cf86d097f3bd2f5ea61f/EDDB84A3_3EF7_46FC_83F2_C677634B787D.JPEG" />
         <pubDate>2022-04-11 20:52:11 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139819073</guid>
      </item>
      <item>
         <title>Constraints</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139820534</link>
         <description><![CDATA[<div>Because software documentation can take on many forms, it is a loose writing genre. The only constraint on the writing is its purpose: software documentation must in some way describe a piece of software. Additionally, documentation must be easily accessible so that everyone who uses the product can have access to the documentation if they so choose.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 20:53:43 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2139820534</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2141274128</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/756a669e56553667fd8a18b6f712b076/751f0bf7_c5d9_4176_b76d_0856af5f23d2.JPEG" />
         <pubDate>2022-04-12 18:13:19 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2141274128</guid>
      </item>
      <item>
         <title>Knowledge Base</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142450563</link>
         <description><![CDATA[<div>Padlet.com has a "Features" section of their website. This section is software documentation, as it details how to use the software product Padlet.</div>]]></description>
         <enclosure url="https://padlet.com/features" />
         <pubDate>2022-04-13 14:06:53 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142450563</guid>
      </item>
      <item>
         <title>User Tutorial</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142455328</link>
         <description><![CDATA[<div>W3Schools contains documentation on using a variety of coding languages. This "HTML Tutorial" section describes everything you can do with the code language HTML, which is used to build websites.</div>]]></description>
         <enclosure url="https://www.w3schools.com/html/default.asp" />
         <pubDate>2022-04-13 14:09:54 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142455328</guid>
      </item>
      <item>
         <title>Printed Materials</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142510559</link>
         <description><![CDATA[<div>The creator of the coding language C++, Bjarne Stroustrup, wrote a book with all features of the language included.</div>]]></description>
         <enclosure url="https://www.amazon.com/C-Programming-Language-4th/dp/0321563840" />
         <pubDate>2022-04-13 14:45:06 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142510559</guid>
      </item>
      <item>
         <title>Developer Guides</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142515054</link>
         <description><![CDATA[<div>Slack has a special website dedicated to explaining how software developers and computer scientists can use their product. This information describes the product AND gives additional information targeted specifically to developers.</div>]]></description>
         <enclosure url="https://api.slack.com/docs" />
         <pubDate>2022-04-13 14:47:39 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142515054</guid>
      </item>
      <item>
         <title>FAQ</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142521828</link>
         <description><![CDATA[<div>Notion.io is an online platform with a section of their website featuring frequently asked questions, documentation of their product, and ways to seek additional support.</div>]]></description>
         <enclosure url="https://www.notion.so/help" />
         <pubDate>2022-04-13 14:51:54 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142521828</guid>
      </item>
      <item>
         <title>Video Tutorials</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142544246</link>
         <description><![CDATA[<div>Alex Lee creates videos on YouTube teaching the coding language Java. Although he didn't create this language, his videos document how to use Java and are thus considered documentation.</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=az6SehZyY7U&amp;list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ" />
         <pubDate>2022-04-13 15:05:29 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2142544246</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150300433</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/e24053a619234fad7e93b88a53540454/037DC74F_D0D4_4132_9E24_F542374F90CC.JPEG" />
         <pubDate>2022-04-20 13:17:46 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150300433</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150302161</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/d985b9dfe85b0c1775ab0924b934c6ad/7B28981C_2FB1_41A9_9CD8_51884DA459A7.JPEG" />
         <pubDate>2022-04-20 13:18:49 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150302161</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150302675</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/a0aacf805e7fd15f8ff7bdc94df45d48/0337512C_9336_41A2_B736_0D4F4CDE775D.JPEG" />
         <pubDate>2022-04-20 13:19:04 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150302675</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150303245</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/5ebdcd659638716bf459ee07c4edd771/C4DB7117_E3F2_4397_BD99_5E2250D79F06.JPEG" />
         <pubDate>2022-04-20 13:19:24 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150303245</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150304114</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1662680609/fc3a3e79c705200e35772c3fc52c0694/C9AA19CA_852B_47C0_AE68_1293C99F9081.JPEG" />
         <pubDate>2022-04-20 13:19:55 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2150304114</guid>
      </item>
      <item>
         <title>References</title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156605178</link>
         <description><![CDATA[<div>I referenced the articles below. All images are from Pinterest.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-25 14:02:09 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156605178</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156606187</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://whatfix.com/blog/software-documentation-tools/" />
         <pubDate>2022-04-25 14:02:43 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156606187</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156607724</link>
         <description><![CDATA[]]></description>
         <enclosure url="http://otb.smsu.edu/sections/section2-disciplinary-perspectives/computer-science/computer-science-writing.html" />
         <pubDate>2022-04-25 14:03:32 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156607724</guid>
      </item>
      <item>
         <title></title>
         <author>rivpease</author>
         <link>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156609334</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://document360.com/blog/software-documentation/" />
         <pubDate>2022-04-25 14:04:19 UTC</pubDate>
         <guid>https://padlet.com/rivpease/6snz3pp67c6t2rgl/wish/2156609334</guid>
      </item>
   </channel>
</rss>
