Skip to content

Commit 7790d9f

Browse files
committed
doc update
1 parent 2baed9d commit 7790d9f

File tree

5 files changed

+132
-117
lines changed

5 files changed

+132
-117
lines changed

demos/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.. automodule:: demos.output_usage
55
.. automodule:: demos.chat_room
66
.. automodule:: demos.markdown_previewer
7+
.. automodule:: demos.gomoku_game
78
"""

docs/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Use `start_server() <pywebio.platform.tornado.start_server>` to start a web serv
643643
start_server([index, task_1, task_2])
644644

645645

646-
The `start_server() <pywebio.platform.tornado.start_server>` provide a remote access support, when enabled (by passing `remote_access=True` to `start_server()`), you can get a temporary public network access address for the current application, others can access your application via this address. Using remote access makes it easy to temporarily share the application with others. This service is powered by `localhost.run <https://localhost.run>`_.
646+
The `start_server() <pywebio.platform.tornado.start_server>` provide a remote access support, when enabled (by passing `remote_access=True` to `start_server()`), you will get a public, shareable address for the current application, others can access your application in their browser via this address. Because the processing happens on your device (as long as your device stays on!), you don't have to worry about any dependencies. Using remote access makes it easy to temporarily share the application with others. This service is powered by `localhost.run <https://localhost.run>`_.
647647

648648
Use `path_deploy() <pywebio.platform.path_deploy>` to deploy the PyWebIO applications from a directory.
649649
The python file under this directory need contain the ``main`` function to be seen as the PyWebIO application.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ This documentation is also available in `PDF and Epub formats <https://readthedo
7878
output
7979
session
8080
platform
81+
pin
8182
libraries_support
8283
demos
8384
misc

0 commit comments

Comments
 (0)