You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/fixtures/test_rst_linkify.html
+21-21
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<p>It requires a spatial databases compatible with <ahref="https://docs.djangoproject.com/en/dev/ref/contrib/gis/" rel="nofollow">GeoDjango</a>. <ahref="http://www.postgresql.org" rel="nofollow">PostgreSQL</a> 9.x
8
8
and <ahref="http://postgis.refractions.net" rel="nofollow">PostGIS</a> 2.x are recommended for development and production, since these
9
9
support all the GeoDjango features.</p>
10
-
<divclass="section"id="status">
10
+
<sectionid="status">
11
11
<h2>Status</h2>
12
12
<p>multigtfs is ready for your GTFS project.</p>
13
13
<p>Point releases (0.4.1 to 0.4.2) should be safe, only adding features or fixing
@@ -21,28 +21,28 @@ <h2>Status</h2>
21
21
release.</p>
22
22
<p>All valid GTFS feeds are supported for import and export. This includes
23
23
feeds with extra columns not yet included in the GTFS spec, and feeds that
24
-
omit <tt>calendar.txt</tt> in favor of <tt>calendar_dates.txt</tt> (such as the TriMet
24
+
omit <spanclass="docutils literal">calendar.txt</span> in favor of <spanclass="docutils literal">calendar_dates.txt</span> (such as the TriMet
25
25
archive feeds). If you find a feed that doesn’t work, <ahref="https://github.com/tulsawebdevs/django-multi-gtfs/issues" rel="nofollow">file a bug</a>!</p>
26
26
<p>See the <ahref="https://github.com/tulsawebdevs/django-multi-gtfs/issues?state=open" rel="nofollow">issues list</a> for more details on bugs and feature requests.</p>
27
-
</div>
28
-
<divclass="section"id="example-project">
27
+
</section>
28
+
<sectionid="example-project">
29
29
<h2>Example project</h2>
30
30
<p>Check out the <ahref="examples/explore/README.md" rel="nofollow">example project</a>.</p>
0 commit comments