Skip to content

Commit

Permalink
readmen
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 28, 2024
1 parent a72e8ea commit 3a8e377
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 61 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
claudio
================

::: {.cell 0=‘h’ 1=‘i’ 2=‘d’ 3=‘e’}

``` python
from claudio.core import *
```

:::

# claudio

> Claudio is Claude’s friend
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.
Expand Down
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ website:
style: floating

metadata-files: [nbdev.yml, sidebar.yml]

77 changes: 27 additions & 50 deletions claudio/_modidx.py
Original file line number Diff line number Diff line change
@@ -1,55 +1,32 @@
# Autogenerated by nbdev

d = { 'settings': { 'audience': 'Developers',
'author': 'Jeremy Howard',
'author_email': '[email protected]',
'black_formatting': 'False',
'branch': 'main',
'copyright': '2024 onwards, Jeremy Howard',
'custom_sidebar': 'False',
'description': "Claudio is Claude's friend",
d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/claudio',
'doc_host': 'https://AnswerDotAI.github.io',
'doc_path': '_docs',
'git_url': 'https://github.com/AnswerDotAI/claudio',
'keywords': 'nbdev jupyter notebook python',
'language': 'English',
'lib_name': 'claudio',
'lib_path': 'claudio',
'license': 'apache2',
'min_python': '3.8',
'nbs_path': '.',
'put_version_in_init': 'True',
'recursive': 'True',
'repo': 'claudio',
'requirements': 'fastcore>1.5.30 anthropic',
'status': '3',
'title': 'claudio',
'tst_flags': 'notest',
'user': 'AnswerDotAI',
'version': '0.0.1'},
'syms': { 'claudio.core': { 'claudio.core.Chat': 'https://AnswerDotAI.github.io/core.html#chat',
'claudio.core.Client': 'https://AnswerDotAI.github.io/core.html#client',
'claudio.core.Client.__call__': 'https://AnswerDotAI.github.io/core.html#client.__call__',
'claudio.core.Client._r': 'https://AnswerDotAI.github.io/core.html#client._r',
'claudio.core.Client.stream': 'https://AnswerDotAI.github.io/core.html#client.stream',
'claudio.core.Usage.__add__': 'https://AnswerDotAI.github.io/core.html#usage.__add__',
'claudio.core.Usage.__repr__': 'https://AnswerDotAI.github.io/core.html#usage.__repr__',
'claudio.core.Usage.total': 'https://AnswerDotAI.github.io/core.html#usage.total',
'claudio.core.call_func': 'https://AnswerDotAI.github.io/core.html#call_func',
'claudio.core.contents': 'https://AnswerDotAI.github.io/core.html#contents',
'claudio.core.empty': 'https://AnswerDotAI.github.io/core.html#empty',
'claudio.core.find_block': 'https://AnswerDotAI.github.io/core.html#find_block',
'claudio.core.g': 'https://AnswerDotAI.github.io/core.html#g',
'claudio.core.get_schema': 'https://AnswerDotAI.github.io/core.html#get_schema',
'claudio.core.hl_md': 'https://AnswerDotAI.github.io/core.html#hl_md',
'claudio.core.json_to_xml': 'https://AnswerDotAI.github.io/core.html#json_to_xml',
'claudio.core.mk_msg': 'https://AnswerDotAI.github.io/core.html#mk_msg',
'claudio.core.mk_msgs': 'https://AnswerDotAI.github.io/core.html#mk_msgs',
'claudio.core.mk_ns': 'https://AnswerDotAI.github.io/core.html#mk_ns',
'claudio.core.mk_toolres': 'https://AnswerDotAI.github.io/core.html#mk_toolres',
'claudio.core.models': 'https://AnswerDotAI.github.io/core.html#models',
'claudio.core.tags': 'https://AnswerDotAI.github.io/core.html#tags',
'claudio.core.to_xml': 'https://AnswerDotAI.github.io/core.html#to_xml',
'claudio.core.usage': 'https://AnswerDotAI.github.io/core.html#usage',
'claudio.core.xt': 'https://AnswerDotAI.github.io/core.html#xt'}}}
'lib_path': 'claudio'},
'syms': { 'claudio.core': { 'claudio.core.Chat': ('core.html#chat', 'claudio/core.py'),
'claudio.core.Chat.__init__': ('core.html#chat.__init__', 'claudio/core.py'),
'claudio.core.Client': ('core.html#client', 'claudio/core.py'),
'claudio.core.Client.__call__': ('core.html#client.__call__', 'claudio/core.py'),
'claudio.core.Client.__init__': ('core.html#client.__init__', 'claudio/core.py'),
'claudio.core.Client._r': ('core.html#client._r', 'claudio/core.py'),
'claudio.core.Client.stream': ('core.html#client.stream', 'claudio/core.py'),
'claudio.core.Usage.__add__': ('core.html#usage.__add__', 'claudio/core.py'),
'claudio.core.Usage.__repr__': ('core.html#usage.__repr__', 'claudio/core.py'),
'claudio.core.Usage.total': ('core.html#usage.total', 'claudio/core.py'),
'claudio.core._param': ('core.html#_param', 'claudio/core.py'),
'claudio.core._types': ('core.html#_types', 'claudio/core.py'),
'claudio.core.call_func': ('core.html#call_func', 'claudio/core.py'),
'claudio.core.contents': ('core.html#contents', 'claudio/core.py'),
'claudio.core.find_block': ('core.html#find_block', 'claudio/core.py'),
'claudio.core.get_schema': ('core.html#get_schema', 'claudio/core.py'),
'claudio.core.hl_md': ('core.html#hl_md', 'claudio/core.py'),
'claudio.core.json_to_xml': ('core.html#json_to_xml', 'claudio/core.py'),
'claudio.core.mk_msg': ('core.html#mk_msg', 'claudio/core.py'),
'claudio.core.mk_msgs': ('core.html#mk_msgs', 'claudio/core.py'),
'claudio.core.mk_ns': ('core.html#mk_ns', 'claudio/core.py'),
'claudio.core.mk_toolres': ('core.html#mk_toolres', 'claudio/core.py'),
'claudio.core.to_xml': ('core.html#to_xml', 'claudio/core.py'),
'claudio.core.usage': ('core.html#usage', 'claudio/core.py'),
'claudio.core.xt': ('core.html#xt', 'claudio/core.py')}}}

0 comments on commit 3a8e377

Please sign in to comment.