Commit Graph

46 Commits

Author SHA1 Message Date
coreygans ac0817adf1 Update ChartsAndGraphs-template.markdown
Needed to change the Chart1.png to chart1.png so that the link would resolve.
2017-01-17 10:14:32 -08:00
Yuan Zhu ead0650dfb Convergence 2016-09-26 22:23:17 -07:00
Ricardo Sánchez-Sáez 6474ebfff7 Merge branch 'master' of github.com:ResearchKit/ResearchKit into rsanchezsaez-documentationformatting
# Conflicts:
#	ResearchKit/ActiveTasks/ORKTowerOfHanoiStep.h
#	ResearchKit/Common/ORKAnswerFormat_Private.h
2016-01-14 20:57:48 +00:00
Yuan Zhu 1817398f61 Merge branch 'convergence' into convergence_incorporate_documentation
Conflicts:
	ResearchKit/Charts/ORKGraphChartView.h
	ResearchKit/Common/ORKAnswerFormat.h
	ResearchKit/Common/ORKDefines.h
	ResearchKit/Common/ORKNavigableOrderedTask.h
	ResearchKit/Common/ORKResult.h
	ResearchKit/Common/ORKResultPredicate.h
	ResearchKit/Consent/ORKConsentReviewController.m
2016-01-05 23:18:21 -08:00
Yuan Zhu 6a1343622d Update charts documentation. 2016-01-05 18:00:56 -08:00
Ricardo Sánchez-Sáez d60c81b004 [docs] Remove extraneous line from the Programming Guide 2016-01-05 02:52:22 +00:00
Yuan Zhu 304d93a79a Add charts sections 2015-11-10 14:21:39 -08:00
Nidhi Gupta 7af35c7c35 Replace old PAVSAT screen shoots to reflect PASAT 2015-10-29 11:00:46 -07:00
Nidhi Gupta a9ea108054 Incorporated edits for the new features. 2015-10-27 14:35:32 -07:00
Yuan Zhu ce6d4fe3ac Fix links in survey page. 2015-10-19 18:19:22 -07:00
Nidhi Gupta d8d3882a1c Update ORKScaleAnswerFormat Class Reference 2015-10-15 11:43:47 -07:00
Nidhi Gupta ec8308b8bd Code snippet for ORKNavigableOrderedTask, and Email answer format. 2015-10-15 11:28:43 -07:00
Nidhi Gupta cfa9e90d76 Corrected ORKOrderedTask description. 2015-10-15 00:13:12 -07:00
Nidhi Gupta 6c54eea404 API reference edits incorporated (part 1) 2015-10-13 15:05:56 -07:00
Nidhi Gupta 4040d962a0 Added rules for scale answer format. 2015-10-09 12:07:26 -07:00
Nidhi Gupta ed60c84a2d Added vertical slider answer format. 2015-10-08 20:01:49 -07:00
Nidhi Gupta e70d56142d Incorporated active task's feedback.
Added ORKNavigableOrderedTask.
2015-10-08 19:40:49 -07:00
Nidhi Gupta 46e61011a2 Active tasks revised. 2015-10-02 13:26:34 -07:00
Nidhi Gupta 921b280a3b Added all the new task in Active task module. 2015-10-01 16:04:51 -07:00
Ricardo Sánchez-Sáez 0eba3970b5 README.md and Programming Guide: fix minor formatting issues 2015-09-30 01:20:42 +01:00
Ricardo Sánchez-Sáez 20e9cb24d4 Merge branch 'master' of github.com:ResearchKit/ResearchKit into rsanchezsaez-documentationformatting
# Conflicts:
#	docs/Overview/GuideOverview-template.markdown
2015-09-29 22:37:51 +01:00
Ricardo Sánchez-Sáez 7361442a04 Programming Guide: add formatting for keywords and hard-wrap at line 100 2015-09-11 00:03:54 +01:00
Ricardo Sánchez-Sáez 58a9366bf5 Programming Guide: rename logging section to Logging Errors and Warnings 2015-09-10 22:35:23 +01:00
Ricardo Sánchez-Sáez bca3ceae78 Programming Guide: add 'Logging Level' section 2015-09-10 22:06:45 +01:00
Ricardo Sánchez-Sáez f8632a371d Fix HeaderDoc markdown template warnings by using fenced code blocks
It needs appledoc v2.2.1 (build 1334), which can be found here: https://github.com/tomaz/appledoc/pull/535
2015-05-26 23:29:25 +01:00
Mattio Valentino 88a2b86d3f Update ORKFormStep API usage in the example snippet 2015-05-15 16:54:29 -04:00
Ricardo Sánchez-Sáez fe82617dc5 Naming conventions: 'ident' is not an acceptable abbreviation
(https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/APIAbbreviations.html#//apple_ref/doc/uid/20001285-BCIHCGAE)
2015-04-28 19:43:30 +01:00
Aaron Brager a0adc6c557 Indicate that consent document must be copied for signature to be applied correctly. 2015-04-28 08:58:32 -05:00
jwe-apple 75c05d200b Merge pull request #126 from troligtvis/master
duplicate initialization of variable removed
2015-04-28 03:18:58 -07:00
strawberrypie 9e12bed600 duplicate initialization of variable removed 2015-04-28 12:14:38 +02:00
jwe-apple 706244f95d Merge pull request #124 from troligtvis/master
Small typo corrected
2015-04-28 02:43:46 -07:00
strawberrypie 0997555a34 small typo corrected 2015-04-28 09:44:17 +02:00
strawberrypie b48ac27ec8 small typo corrected 2015-04-28 09:43:10 +02:00
jwe-apple 713b27060f Merge pull request #106 from evanmiller/evanmiller-activetasks-table
Active Task docs: add thead/tbody tags to table
2015-04-24 16:01:27 -07:00
Evan Miller 1f3ea67c73 Active Task docs: add thead/tbody tags to table 2015-04-24 17:53:07 -05:00
Evan Miller d18907ea56 Fix typo in ActiveTasks template
Remove extraneous "to"
2015-04-24 17:48:01 -05:00
Evan Miller 47babbc318 Fix small grammatical issue
Use a semicolon instead of a comma.

Also add a newline to the end of the file.
2015-04-24 16:03:08 -05:00
jwe-apple 0c2bdc488f Merge pull request #101 from evanmiller/evanmiller-creatingsurveys-codesample
Tweak code sample
2015-04-24 09:14:08 -07:00
Evan Miller 0df2d9a98b Fix typo in documentation
Remove extraneous quotation mark
2015-04-24 09:31:30 -05:00
Evan Miller 6d1e80a583 Tweak code sample
* firstResult is a property of the ORKStepResult

* Remove extraneous space from the if statement
2015-04-24 09:21:13 -05:00
Evan Miller 46236a4a08 Fix spelling error
preformed => performed
2015-04-23 19:52:27 -05:00
strawberrypie 077e1bb94b small typo corrected 2015-04-15 14:35:01 +02:00
strawberrypie 17ae36d939 wrong variable name fixed 2015-04-15 13:39:42 +02:00
Yuan Zhu e477f4e38b Capitalizing "Predefined" 2015-04-14 15:38:53 -07:00
David Rabkin fd84004c37 Add closing p tag to fix formatting in section 2
-The code isn't formatting correctly in section 2. By adding a closing p tag, the documentation can be read more easily.
2015-04-14 13:26:38 -07:00
Yuan Zhu 90472de87a Initial commit 2015-04-14 00:02:43 -07:00