Sashko Stubailo
52db2174a5
Wrap link redirect in Meteor.startup
2014-08-28 10:28:34 -07:00
Sashko Stubailo
e2dc996865
Merge branch 'devel' of github.com:meteor/meteor into devel
...
Conflicts:
docs/.meteor/versions
2014-08-28 10:13:32 -07:00
Sashko Stubailo
2b680d087c
Added link redirect to docs
2014-08-28 10:12:09 -07:00
David Greenspan
1dedd89387
Eliminate UI from docs; add some API to Template!
...
By choosing names like Template.registerHelper(…) and Template.instance() (instead of Blaze), we can separate the “Templates” section and the “Blaze” section of the docs.
2014-08-28 04:11:25 -07:00
David Greenspan
db17540f2f
findView becomes getView, has no viewName arg
...
Also, make UI.templateInstance() not throw, to match the docs.
2014-08-28 02:46:13 -07:00
David Greenspan
4b1958de0a
More docs fixes from MDG feedback
2014-08-28 02:36:00 -07:00
David Greenspan
26bb071967
Don’t hype UI.Template
2014-08-28 02:28:41 -07:00
David Greenspan
c081213fc9
Deprecate UI.insert and isAttached in docs
...
Also:
* Rework UI.render and UI.remove docs
* Get rid of reference to UI.destroy
* Document optional parentView argument to UI.render[withData]
2014-08-28 02:28:16 -07:00
David Greenspan
cecf89516e
Call the template instance template, not this
...
But keep some occurrences of `this` for clarity; for example, “in a rendered callback you can use `this.findAll`”.
2014-08-28 00:53:22 -07:00
David Greenspan
d951e45a1b
docs: move ReactiveVar to own package
2014-08-28 00:31:23 -07:00
David Greenspan
743396a0ce
Fix some more docs refs, and run jsdoc
2014-08-27 22:58:09 -07:00
David Greenspan
8345de74e9
Merge branch 'devel' into blaze-templates
...
Conflicts:
docs/.meteor/versions
docs/client/api.html
docs/client/docs.js
packages/blaze/builtins.js
packages/blaze/materializer.js
packages/blaze/render_tests.js
packages/blaze/view.js
packages/livedata/package.js
packages/minimongo/package.js
packages/reactive-var/reactive-var.js
packages/standard-app-packages/package.js
packages/templating/templating.js
packages/test-helpers/reactivevar.js
packages/test-in-browser/package.js
packages/ui/package.js
2014-08-27 22:34:21 -07:00
David Greenspan
aef29845c5
docs versions file
2014-08-27 22:08:29 -07:00
David Greenspan
d2eaa25d92
UI.body to Template.body
2014-08-27 21:01:51 -07:00
Sashko Stubailo
5458c985f5
Run JSDoc to update API and names.json
2014-08-27 20:25:35 -07:00
Sashko Stubailo
d224143c54
Rename Deps to Tracker in the docs
2014-08-27 20:20:53 -07:00
Sashko Stubailo
093c98cad0
Fix type link checker
2014-08-27 19:23:00 -07:00
Sashko Stubailo
a8a13a9de8
Fix spelling error
2014-08-27 19:13:52 -07:00
Sashko Stubailo
27d48b4ede
Merge branch 'devel' into jsdoc
...
Conflicts:
meteor
2014-08-27 18:52:40 -07:00
Emily Stark
8e6b2faeca
Update docs and examples to 0.9.0.1
2014-08-27 15:52:21 -07:00
Emily Stark
980e50ad0f
Update apps to 0.9.0.1-rc1
2014-08-27 15:03:37 -07:00
David Greenspan
d660ffd290
Make “reactive-var” package
...
No more ReactiveVar test-helper! They were basically identical. Yay.
2014-08-27 14:42:59 -07:00
Sashko Stubailo
9f65ec1ba0
Add canonicalize script for docs
2014-08-27 14:41:51 -07:00
Sashko Stubailo
b89d48e2aa
Add diff script
2014-08-27 14:26:36 -07:00
Sashko Stubailo
d057ec4a3a
Fix issues identified by the diff
2014-08-27 12:51:59 -07:00
Sashko Stubailo
40dc5e7735
Fix some arguments
2014-08-27 11:17:40 -07:00
Sashko Stubailo
601fd6df5e
Fix all links
2014-08-27 10:04:53 -07:00
Sashko Stubailo
e50f71f404
Revert "Updating ids and links"
...
This reverts commit 47c5e638b9 .
2014-08-26 21:41:39 -07:00
Sashko Stubailo
30323f9f67
Revert "Add back two files"
...
This reverts commit f2cab6651b .
2014-08-26 21:41:29 -07:00
Sashko Stubailo
f2cab6651b
Add back two files
2014-08-26 21:35:20 -07:00
Sashko Stubailo
47c5e638b9
Updating ids and links
2014-08-26 21:34:42 -07:00
Sashko Stubailo
8ab5f4f927
Merge branch 'devel' into jsdoc
2014-08-26 16:53:52 -07:00
Sashko Stubailo
a93cdf4666
Made names.json alphabetical so that it doesn't change
...
Apparently JSON isn't stable
2014-08-26 16:52:15 -07:00
Sashko Stubailo
5931697fa6
A mind-blowing number of new automatic docs
2014-08-26 16:00:01 -07:00
David Greenspan
5eae6f409e
Remove UI.destroy
...
Don’t fix the docs yet; will do a pass that includes removing UI.insert
2014-08-26 14:12:30 -07:00
David Greenspan
8aa9d858d0
remove identifier in docs
2014-08-26 12:35:03 -07:00
David Greenspan
02fccd56d8
Merge remote-tracking branch 'origin/devel' into blaze-templates
...
Conflicts:
docs/.meteor/versions
2014-08-26 12:34:36 -07:00
Sashko Stubailo
45ad88bab7
A loooot of documentation, see names.json diff for details
2014-08-26 11:58:40 -07:00
Sashko Stubailo
61f709ac9b
Add Deps.Computation
2014-08-26 10:18:36 -07:00
Sashko Stubailo
dbaf42e6ea
Add capability for instance documentation, added dependency
...
Broke some links, going to fix those later
2014-08-26 10:12:32 -07:00
David Glasser
9a4a7f2b11
update docs
2014-08-26 08:00:45 -07:00
Sashko Stubailo
3cf303d8ce
Stop autogenerating thousands of lines
2014-08-25 21:37:12 -07:00
Sashko Stubailo
538468f42b
Automate EJSON and HTTP
2014-08-25 21:30:33 -07:00
Sashko Stubailo
3a6f9dbe43
Autodoc'ed Deps
2014-08-25 21:13:22 -07:00
Sashko Stubailo
d093710e45
Automated timer docs
2014-08-25 21:07:01 -07:00
Sashko Stubailo
8f23bed3de
Fix names.json generation
2014-08-25 20:56:49 -07:00
Sashko Stubailo
aa43fb2f2f
Add a bunch of new stuff to auto docs, see names.json
2014-08-25 20:54:28 -07:00
Sashko Stubailo
b9885e77f4
Meteor.absoluteUrl is now auto-documented from a comment
2014-08-25 19:57:47 -07:00
Sashko Stubailo
0618c41dd6
Add some basic JSDoc stuff to generate a js file for docs
2014-08-25 17:24:31 -07:00
Maria Pacana
8f097cbea7
Minor edits to packaging docs.
2014-08-25 15:42:59 -07:00