We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556287c commit 2ed8edaCopy full SHA for 2ed8eda
docs/faq.rst
@@ -0,0 +1,12 @@
1
+FAQ
2
+===
3
+
4
+How do I start a session?
5
+-------------------------
6
7
+::
8
9
+ user = User.create(email='bingo@example.com')
10
+ # register a new session
11
+ user.new_session = True
12
+ user.save()
docs/index.rst
@@ -6,10 +6,10 @@ python-intercom
:hidden:
installation
- api/modules
+ faq
changelog
development
- authors
+ api/modules
13
14
Installation
15
============
0 commit comments