浏览代码

style edits

faricacarroll 8 年之前
父节点
当前提交
b72f94f755
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      design/help.md

+ 5 - 5
design/help.md

@@ -2,18 +2,18 @@
 
 This document describes the design of the Help plugin. This document illustrates how our research on personas and other solutions translates into the design decisions made to improve the Help plugin.
 
-## Personas
+# Personas
 ### Jason Shu
 Jason Shu is a student majoring in computer programming. He has very basic knowledge of computer science and no knowledge of what Jupyter is.
 
 **Goal:** Learn how to create new notebooks, open a new terminal, and change kernels
 
-## Research of other solutions:
+# Research of other solutions:
 * Improve discoverability of “Help” tab by including it in the main menu
 * Include a “Quickstart Guide” for how to use JupyterLab
 * Include a “FAQ” page
 
-## User tasks
+# User tasks
 
 Users should be able to:
 
@@ -28,10 +28,10 @@ Users should be able to:
 * View the keyboard shortcuts for all commands related to a plugin (command palette)
 * Collapse the R side panel to hide all of the help (mouse)
 
-## Visual design:
+# Visual design
 * Help menu should follow design guidelines for all menus.
 * Help menu should have different sections for different types of content.
 * When a help item is opened, it should appear in the R side panel in an IFRAME.
 
-## Design questions:
+# Design questions
 * Should each help topic open in a single global R side panel help tab (current behavior), or should each open a new help tab that can be closed completely?