Skip to content

Commit

Permalink
Add client vs server docs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715463732
  • Loading branch information
jdbcode authored and Xee authors committed Jan 14, 2025
1 parent b9a91e9 commit dfba2fa
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 3 deletions.
577 changes: 577 additions & 0 deletions docs/client-vs-server.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@

autosummary_generate = True

# https://myst-nb.readthedocs.io/en/latest/use/execute.html
jupyter_execute_notebooks = 'cache'
# https://myst-nb.readthedocs.io/en/latest/use/formatting_outputs.html#removing-stdout-and-stderr
# https://myst-nb.readthedocs.io/en/latest/computation/execute.html#notebook-execution-modes
nb_execution_mode = 'off'
# https://myst-nb.readthedocs.io/en/latest/render/format_code_cells.html#remove-stdout-or-stderr
nb_output_stderr = 'remove-warn'

# https://stackoverflow.com/a/66295922/809705
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ between these tools.
:maxdepth: 1
why-xee.md
installation.md
client-vs-server.ipynb
api.md
```

0 comments on commit dfba2fa

Please sign in to comment.