Skip to content

Commit

Permalink
Export
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 8, 2023
1 parent 8101b67 commit 0b785df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hecss/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
d = { 'settings': { 'branch': 'devel',
'doc_baseurl': '/hecss/',
'doc_host': 'https://jochym.github.io/',
'git_url': 'https://gitlab.com/jochym/hecss/-/',
'git_url': 'https://github.com/jochym/hecss/',
'lib_path': 'hecss'},
'syms': { 'hecss.cli': { 'hecss.cli.calculate_xscale': ('cli.html#calculate_xscale', 'hecss/cli.py'),
'hecss.cli.dfset_writer': ('cli.html#dfset_writer', 'hecss/cli.py'),
Expand Down Expand Up @@ -46,6 +46,8 @@
'hecss.monitor.show_dc_conv': ('monitor.html#show_dc_conv', 'hecss/monitor.py')},
'hecss.optimize': { 'hecss.optimize.get_sample_weights': ('optimize.html#get_sample_weights', 'hecss/optimize.py'),
'hecss.optimize.make_sampling': ('optimize.html#make_sampling', 'hecss/optimize.py')},
'hecss.parallel': { 'hecss.parallel.HECSS.estimate_width_scale_par': ( 'parallel.html#hecss.estimate_width_scale_par',
'hecss/parallel.py')},
'hecss.planner': {'hecss.planner.plan_T_scan': ('planner.html#plan_t_scan', 'hecss/planner.py')},
'hecss.util': { 'hecss.util.calc_init_xscale': ('util.html#calc_init_xscale', 'hecss/util.py'),
'hecss.util.create_asap_calculator': ('util.html#create_asap_calculator', 'hecss/util.py'),
Expand Down

0 comments on commit 0b785df

Please sign in to comment.