Skip to content

Commit

Permalink
Add API guide to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-cs committed Feb 27, 2016
1 parent 7d20479 commit 1de85ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions api-guide.md
Expand Up @@ -4,7 +4,8 @@ title: CS 1331 - API Guide
---

# Understanding the API
**Amanda Moreton**

by **Amanda Moreton**, with updates by the staff of CS 1331

### What is the API?

Expand Down Expand Up @@ -82,7 +83,7 @@ We would know if it was a static method because it would say static in front of

String stringToChange = “Today is a beautiful day!”;

We can save the upper case version in a new variable:
We can save the upper case version in a new variable:

String changedString = stringToChange.toUpperCase();

Expand Down
5 changes: 3 additions & 2 deletions debugging.md
@@ -1,10 +1,11 @@
---
layout: default
title: CS 1331 - API Guide
title: CS 1331 - Debugging Guide
---

# Debugging Guide
*Nicolette Fink*

by **Nicolette Fink**, with updates by the staff of CS 1331

## Overview

Expand Down
3 changes: 3 additions & 0 deletions resources.html
Expand Up @@ -16,6 +16,8 @@ <h2>Getting Started</h2>
<li>Download and install <a href="http://gradle.org/" target="_blank">Gradle</a>.</li>
</ol>

For Linux and Mac users we recommend using your package managers, such as apt-get or [Homebrew](http://brew.sh/).

<h2>Getting Help</h2>

<p>A Message From Academic Advising</p>
Expand Down Expand Up @@ -43,6 +45,7 @@ <h2>Guides</h2>
<li><a href="cs1331-style-guide.html">CS 1331 Style Guide</a></li>
<li><a href="text-editors.html">Text Editors</a> - an intro to text editors for beginning programmers</li>
<li><a href="debugging.html">Debugging</a></li>
<li><a href="api-guide.html">API Guide</a></li>
<li><a href="http://matt.might.net/articles/basic-unix/">Basic Unix</a> - a tutorial introduction to the Unix command line
that will give you the basic skills you need for this class should you choose to use a unix-like operating system like Ubuntu Linux or Mac OS X</li>
<li><a href="customization-tips.html">Customization Tips</a> for the bash shell, Atom text editor, and Sublime Text editor.</li>
Expand Down

0 comments on commit 1de85ce

Please sign in to comment.