Marco Ricci commited on 2024-07-14 10:53:46
              Zeige 2 geänderte Dateien mit 6 Einfügungen und 7 Löschungen.
            
Add standard navigational hints, remove clumsily done custom CSS, and tweak some standard text elements for better readability.
| ... | ... | 
                      @@ -1,9 +1,10 @@  | 
                  
| 1 | 1 | 
                        site_name: derivepassphrase  | 
                    
| 2 | 2 | 
                        site_url: null  | 
                    
| 3 | 3 | 
                        repo_url: https://github.com/the-13th-letter/derivepassphrase  | 
                    
| 4 | 
                        +repo_name: the-13th-letter/derivepassphrase  | 
                    |
| 4 | 5 | 
                        site_description: An almost faithful Python reimplementation of James Coglan's vault.  | 
                    
| 5 | 6 | 
                        site_author: Marco Ricci  | 
                    
| 6 | 
                        -copyright: Copyright 2024 Marco Ricci (the-13th-letter). All rights reserved. Distributed under the MIT license.  | 
                    |
| 7 | 
                        +copyright: Copyright © 2024 Marco Ricci (the-13th-letter)  | 
                    |
| 7 | 8 | 
                         | 
                    
| 8 | 9 | 
                        docs_dir: docs  | 
                    
| 9 | 10 | 
                        site_dir: html  | 
                    
| ... | ... | 
                      @@ -36,10 +37,12 @@ theme:  | 
                  
| 36 | 37 | 
                        icon:  | 
                    
| 37 | 38 | 
                        logo: material/library  | 
                    
| 38 | 39 | 
                        features:  | 
                    
| 40 | 
                        + - content.action.view  | 
                    |
| 39 | 41 | 
                        - content.code.annotate  | 
                    
| 40 | 42 | 
                        - navigation.tracking  | 
                    
| 41 | 43 | 
                        - navigation.tabs  | 
                    
| 42 | 44 | 
                        - navigation.prune  | 
                    
| 45 | 
                        + - navigation.footer  | 
                    |
| 43 | 46 | 
                        - toc.follow  | 
                    
| 44 | 47 | 
                         | 
                    
| 45 | 48 | 
                        plugins:  | 
                    
| ... | ... | 
                      @@ -66,8 +69,8 @@ plugins:  | 
                  
| 66 | 69 | 
                        show_symbol_type_heading: true  | 
                    
| 67 | 70 | 
                        show_symbol_type_toc: true  | 
                    
| 68 | 71 | 
                        parameters_heading: true  | 
                    
| 69 | 
                        - #members_order: 'source'  | 
                    |
| 70 | 
                        - show_signature_annotations: false  | 
                    |
| 72 | 
                        + members_order: 'source'  | 
                    |
| 73 | 
                        + show_signature_annotations: true  | 
                    |
| 71 | 74 | 
                        separate_signature: true  | 
                    
| 72 | 75 | 
                        signature_crossrefs: false  | 
                    
| 73 | 76 | 
                        unwrap_annotated: true  | 
                    
| 74 | 77 |