• 
      

    Add documentation on Cryptozoology.

    Review Request #15190 — Created July 22, 2026 and updated

    Information

    cryptozoology
    master

    Reviewers

    This adds a docs page for Cryptozoology, which features a brief
    overview, a code reference, and release notes.

    The documentation is pretty brief, and at this stage does not include
    any useful guides or code samples.

    A TBD 1.0 release notes page has been written to go along with this, as
    well as a README.

    Built the docs and checked for obvious issues or build errors.

    Viewed the README in a ReST viewer. Checked for build errors and link
    issues.

    Summary ID
    Add documentation on Cryptozoology.
    This adds a docs page for Cryptozoology, which features a brief overview, a code reference, and release notes. The documentation is pretty brief, and at this stage does not include any useful guides or code samples. A TBD 1.0 release notes page has been written to go along with this, as well as a README.
    7d05129a31192807e45cbaeb0e48f85bca09004a
    Description From Last Updated

    Copy/pasto: repo link points to typelets, not buildthings

    david david

    module level import not at top of file Column: 1 Error code: E402

    reviewbot reviewbot

    module level import not at top of file Column: 1 Error code: E402

    reviewbot reviewbot

    This has been deprecated since Sphinx 1.8. Can we migrate? autodoc_default_options = { 'members': True, 'special-members': True, 'undoc-members': True, 'show-inheritance': …

    david david

    Typos: napolean -> napoleon Do we have this mistake elsewhere that you copied from?

    david david

    Your other bullet points have periods at the end.

    david david

    Doesn't the _ need to be inside <ecies_>? Seems like this would treat this as a (broken) reference

    david david
    Checks run (1 failed, 1 succeeded)
    flake8 failed.
    JSHint passed.

    flake8

    • docs/conf.py (Diff revision 1)
       
       
      Show all issues
      module level import not at top of file
      
      Column: 1
      Error code: E402
    • docs/conf.py (Diff revision 1)
       
       
      Show all issues
      module level import not at top of file
      
      Column: 1
      Error code: E402
    • 
        
    david
    1. 
        
    2. README.rst (Diff revision 1)
       
       
      Show all issues

      Copy/pasto: repo link points to typelets, not buildthings

    3. docs/conf.py (Diff revision 1)
       
       
       
       
       
       
       
      Show all issues

      This has been deprecated since Sphinx 1.8. Can we migrate?

      autodoc_default_options = {
          'members': True,
          'special-members': True,
          'undoc-members': True,
          'show-inheritance': True,
      }
      
    4. docs/conf.py (Diff revision 1)
       
       
       
       
      Show all issues

      Typos: napolean -> napoleon

      Do we have this mistake elsewhere that you copied from?

      1. Yep. Probably a lot of places. This file was largely copied from registries, which was copied from somewhere else.

    5. docs/index.rst (Diff revision 1)
       
       
      Show all issues

      Your other bullet points have periods at the end.

    6. docs/index.rst (Diff revision 1)
       
       
      Show all issues

      Doesn't the _ need to be inside <ecies_>? Seems like this would treat this as a (broken) reference

    7.