File: textfile.rst

package info (click to toggle)
python-paver 1.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,220 kB
  • ctags: 979
  • sloc: python: 4,678; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
This is an example file that will use cog to include stuff.

For example, here's some Python code::

    # [[[cog include('t2.py', 'second') ]]]
    # [[[end]]]
    
It should be included there. We'll see.