[docs] update

This commit is contained in:
Rushabh Mehta 2016-01-12 17:04:40 +05:30
parent 911026811a
commit 7bc0ed99bb
7 changed files with 37 additions and 3 deletions

View file

@ -1364,6 +1364,7 @@ response JSON and shown in a pop-up / modal.</p>
<li><strong><code>user</code></strong> - Transmit to user</li>
<li><strong><code>doctype</code></strong> - Transmit to doctype, docname</li>
<li><strong><code>docname</code></strong> - Transmit to doctype, docname</li>
<li><strong><code>after_commit</code></strong> - (default False) will emit after current transaction is committed</li>
</ul>
</div>
<br>

View file

@ -322,7 +322,7 @@
<a name="frappe.async.publish_realtime" href="#frappe.async.publish_realtime" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
frappe.async.<b>publish_realtime</b>
<i class="text-muted">(event=None, message=None, room=None, user=None, doctype=None, docname=None, now=False)</i>
<i class="text-muted">(event=None, message=None, room=None, user=None, doctype=None, docname=None, after_commit=False)</i>
</p>
<div class="docs-attr-desc"><p>Publish real-time updates</p>
@ -335,6 +335,7 @@
<li><strong><code>user</code></strong> - Transmit to user</li>
<li><strong><code>doctype</code></strong> - Transmit to doctype, docname</li>
<li><strong><code>docname</code></strong> - Transmit to doctype, docname</li>
<li><strong><code>after_commit</code></strong> - (default False) will emit after current transaction is committed</li>
</ul>
</div>
<br>

View file

@ -251,6 +251,22 @@
<p class="docs-attr-name">
<a name="frappe.defaults.is_a_user_permission_key" href="#frappe.defaults.is_a_user_permission_key" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
frappe.defaults.<b>is_a_user_permission_key</b>
<i class="text-muted">(key)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<p class="docs-attr-name">
<a name="frappe.defaults.set_default" href="#frappe.defaults.set_default" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>

View file

@ -21,7 +21,7 @@
<a name="frappe.utils.bench_helper.app_group" href="#frappe.utils.bench_helper.app_group" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
frappe.utils.bench_helper.<b>app_group</b>
<i class="text-muted">()</i>
<i class="text-muted">(ctx, site=False, force=False, verbose=False, profile=False)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>

View file

@ -35,7 +35,7 @@
Version
</td>
<td>
<code>6.17.3</code>
<code>6.17.6</code>
</td>
</tr>
</table>

View file

@ -86,6 +86,20 @@
<br>
<p class="docs-attr-name">
<a name="before_rename" href="#before_rename" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>before_rename</b>
<i class="text-muted">(self, old, new, merge=False)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
</div>
<hr>

View file

@ -1595,6 +1595,8 @@ The mentions will be separated by non-word characters or may appear at the start