Skip to content

Commit

Permalink
docs xams little go
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Aug 29, 2023
1 parent b19d3f1 commit f75adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/build_data_structure_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_context(name='xams'):
def build_data_structure_doc():
pd.set_option('display.max_colwidth', int(1e9))

for context_name in ['xams', 'xams_little']:
for context_name in ['xams']:
print(f'Make for {context_name}')
st = get_context(context_name)

Expand Down

0 comments on commit f75adb6

Please sign in to comment.