Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
rename ford config file
+badge to readme
  • Loading branch information
jacobwilliams committed Jan 7, 2024
1 parent 814c2ae commit 14f0027
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
files: build/coverage/coverage.info

- name: Build documentation
run: ford ./slsqp.md
run: ford ./ford.md

- name: Deploy Documentation
if: github.ref == 'refs/heads/master'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Modern Fortran Edition of the SLSQP Optimizer
https://github.com/jacobwilliams/slsqp

Copyright (c) 2016-2021, Jacob Williams
Copyright (c) 2016-2024, Jacob Williams
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Modern Fortran Edition of the SLSQP Optimizer

### Status

[![Language](https://img.shields.io/badge/-Fortran-734f96?logo=fortran&logoColor=white)](https://github.com/topics/fortran)
[![GitHub release](https://img.shields.io/github/release/jacobwilliams/slsqp.svg)](https://github.com/jacobwilliams/slsqp/releases/latest)
[![Build Status](https://github.com/jacobwilliams/slsqp/actions/workflows/CI.yml/badge.svg)](https://github.com/jacobwilliams/slsqp/actions)
[![codecov](https://codecov.io/gh/jacobwilliams/slsqp/branch/master/graph/badge.svg)](https://codecov.io/gh/jacobwilliams/slsqp)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "1.4.1"
license = "BSD-3-Clause"
author = "Jacob Williams"
maintainer = "https://github.com/jacobwilliams"
copyright = "Copyright (c) 2016-2021, Jacob Williams"
copyright = "Copyright (c) 2016-2024, Jacob Williams"
description = "Modern Fortran Edition of the SLSQP Optimizer"
homepage = "https://github.com/jacobwilliams/slsqp"
keywords = ["optimization"]
Expand Down

0 comments on commit 14f0027

Please sign in to comment.