### Sub-commands Example Source: https://diataxis.fr/reference Lists available sub-commands for a given tool or function. ```text Sub-commands are: a, b, c, d, e, f. ``` -------------------------------- ### Tutorial Structure Example 1 Source: https://diataxis.fr/complex-hierarchies This structure organizes tutorials by user context (land, sea, air) first, then by documentation type. It may lead to repetition. ```plaintext tutorial for users on land [...] for users at sea [...] for users in the air [...] [and then so on for how-to guides, reference and explanation] ``` -------------------------------- ### Tutorial Structure Example 2 Source: https://diataxis.fr/complex-hierarchies This structure organizes by documentation type first, then by user context. It also may lead to repetition. ```plaintext for users on land tutorial [...] how-to guides [...] reference [...] explanation [...] for users at sea [tutorial, how-to, reference, explanation sections] for users in the air [tutorial, how-to, reference, explanation sections] ``` -------------------------------- ### Standard Diátaxis documentation structure Source: https://diataxis.fr/complex-hierarchies A basic example of a documentation hierarchy organized by the four Diátaxis quadrants. ```text Home <- landing page Tutorial <- landing page Part 1 Part 2 Part 3 How-to guides <- landing page Install Deploy Scale Reference <- landing page Command-line tool Available endpoints API Explanation <- landing page Best practice recommendations Security overview Performance ``` -------------------------------- ### Hierarchical Diátaxis documentation structure Source: https://diataxis.fr/complex-hierarchies An example of adding an extra layer of hierarchy to manage larger documentation sets. ```text Home <- landing page Tutorial <- landing page Part 1 Part 2 Part 3 How-to guides <- landing page Install <- landing page Local installation Docker Virtual machine Linux container Deploy Scale Reference <- landing page Command-line tool Available endpoints API Explanation <- landing page Best practice recommendations Security overview Performance ``` -------------------------------- ### How-to landing page layout Source: https://diataxis.fr/complex-hierarchies A template for a how-to landing page that uses introductory text and grouped lists to improve readability. ```text How to guides ============= Lorem ipsum dolor sit amet, consectetur adipiscing elit. Installation guides ------------------- Pellentesque malesuada, ipsum ac mollis pellentesque, risus nunc ornare odio, et imperdiet dui mi et dui. Phasellus vel porta turpis. In feugiat ultricies ipsum. * Local installation | * Docker | links to * Virtual machines | the guides * Linux containers | Deployment and scaling ----------------------- Morbi sed scelerisque ligula. In dictum lacus quis felis facilisisvulputate. Quisque lacinia condimentum ipsum laoreet tempus. * Deploy an instance | links to * Scale your application | the guides ``` -------------------------------- ### Command Usage Rules Source: https://diataxis.fr/reference Specifies mandatory and conditional usage of commands or options. ```text You must use a. You must not apply b unless c. Never d. ``` -------------------------------- ### Django Logging Configuration Source: https://diataxis.fr/reference Django's default logging configuration inherits Python's defaults. It is available as a constant. ```python django.utils.log.DEFAULT_LOGGING ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.