Skip to content

Commit 2ed8eda

Browse files
committed
Starting an FAQ.
1 parent 556287c commit 2ed8eda

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/faq.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ python-intercom
66
:hidden:
77

88
installation
9-
api/modules
9+
faq
1010
changelog
1111
development
12-
authors
12+
api/modules
1313

1414
Installation
1515
============

0 commit comments

Comments
 (0)