Skip to content

Commit

Permalink
Rename .rpy.py files to .rpy
Browse files Browse the repository at this point in the history
These files are not standalone Python files.
  • Loading branch information
rodrigc committed Sep 14, 2020
1 parent 9e71c8a commit 5bdc7a0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/web/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Virtual hosts and proxies
.rpys and ResourceTemplate
--------------------------

- :download:`hello.rpy.py` - use ``twisted.web.static`` to create a static resource to serve
- :download:`fortune.rpy.py` - create a resource that returns the output of a process run on the server
- :download:`report.rpy.py` - display various properties of a resource, including path, host, and port
- :download:`users.rpy.py` - use ``twisted.web.distrib`` to publish user directories as for a "community web site"
- :download:`hello.rpy` - use ``twisted.web.static`` to create a static resource to serve
- :download:`fortune.rpy` - create a resource that returns the output of a process run on the server
- :download:`report.rpy` - display various properties of a resource, including path, host, and port
- :download:`users.rpy` - use ``twisted.web.distrib`` to publish user directories as for a "community web site"
- :download:`simple.rtl` - example use of ``twisted.web.resource.ResourceTemplate``


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5bdc7a0

Please sign in to comment.