3333 < div class ="max-w-7xl mx-auto px-4 py-4 flex flex-col md:flex-row md:items-center justify-between gap-4 ">
3434 < div >
3535 < h1 class ="text-2xl font-bold text-indigo-600 "> tinydocs</ h1 >
36- < p class ="text-xs text-gray-500 uppercase tracking-widest "> Generated on 2026-03-02 21:37:26 by tinydocs</ p >
36+ < p class ="text-xs text-gray-500 uppercase tracking-widest "> Generated on 2026-03-02 22:28:59 by tinydocs</ p >
3737 </ div >
3838 < div class ="relative w-full md:w-96 ">
3939 < input type ="text " x-model ="search " placeholder ="Search modules, classes, or methods... "
@@ -350,10 +350,6 @@ <h3 class="font-bold text-gray-800 text-lg" :class="search && 'filter that are n
350350
351351
352352
353-
354-
355-
356-
357353
358354
359355
@@ -376,7 +372,7 @@ <h3 class="font-bold text-gray-800 text-lg" :class="search && 'filter that are n
376372
377373
378374 < section class ="bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden transition-all "
379- x-show ="shouldShowModule('tinydocs/markers.py', 'markers', [ "MarkerType ", " Argument", "Marker to identify and split arguments for specific markers.", "pattern", "to_dict", "from_dict", "parse"])"
375+ x-show ="shouldShowModule('tinydocs/markers.py', 'markers', [ "Argument ", "Marker to identify and split arguments for specific markers.", "pattern", "to_dict", "from_dict", "parse"])"
380376 x-cloak>
381377
382378 < div class ="bg-gray-800 text-white px-6 py-3 flex justify-between items-center ">
@@ -394,25 +390,6 @@ <h2 class="font-mono text-sm" :class="search && 'tinydocs/markers.py'.toLowerCas
394390
395391 < div class ="space-y-6 ">
396392
397- < div class ="border-l-4 border-indigo-200 pl-4 py-1 transition-all "
398- x-show ="shouldShowChild('MarkerType', 'markers') ">
399-
400- < div class ="flex items-center gap-2 mb-1 ">
401- < span class ="text-[10px] font-bold px-1.5 py-0.5 rounded bg-gray-100 border border-gray-300 text-gray-600 uppercase "> enum</ span >
402- < h3 class ="font-bold text-gray-800 text-lg " :class ="search && 'MarkerType'.toLowerCase().includes(search.toLowerCase()) ? 'bg-yellow-200' : '' ">
403- MarkerType
404- </ h3 >
405- </ div >
406-
407- < div class ="ml-4 space-y-2 mt-2 ">
408-
409-
410- < p class ="text-gray-600 italic text-sm "> Defines the various marker types</ p >
411-
412-
413- </ div >
414- </ div >
415-
416393 < div class ="border-l-4 border-indigo-200 pl-4 py-1 transition-all "
417394 x-show ="shouldShowChild('Argument', 'markers') ">
418395
@@ -471,13 +448,6 @@ <h3 class="font-bold text-gray-800 text-lg" :class="search && ''.toLowerCase().i
471448
472449
473450
474- < div class ="text-sm flex items-start gap-2 ">
475- < code class ="text-pink-600 font-bold px-1 bg-pink-50 rounded "> type</ code >
476- < span class ="text-gray-500 "> The category of the marker from MarkerType</ span >
477- </ div >
478-
479-
480-
481451 < div class ="text-sm flex items-start gap-2 ">
482452 < code class ="text-pink-600 font-bold px-1 bg-pink-50 rounded "> arg</ code >
483453 < span class ="text-gray-500 "> Whether the marker requires an argument</ span >
@@ -744,4 +714,4 @@ <h3 class="font-bold text-gray-800 text-lg" :class="search && 'parse'.toLowerCas
744714 </ main >
745715
746716</ body >
747- </ html >
717+ </ html >
0 commit comments