Skip to content

Commit

Permalink
adjust image path
Browse files Browse the repository at this point in the history
  • Loading branch information
claudius-krause committed Oct 31, 2024
1 parent e458cc6 commit ccd1512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def write_to_files(*args,readme=myfile_readme,webpage=myfile_out,add_header=Fals
transform=plt.gca().transAxes)
plt.savefig('docs/assets/per_year.png')

myfile_readme.write("![Publications per Year](https://iml-wg.github.io/HEPML-LivingReview/assets/per_year.png)\n")
myfile_readme.write("![Publications per Year](docs/assets/per_year.png)\n")

def get_year_month(period_months=3):
month_up = datetime.now().month
Expand Down

0 comments on commit ccd1512

Please sign in to comment.