Skip to content

Commit ce8c92f

Browse files
semenkoclaude
andcommitted
Update docs index, fix copyright dates, remove code of conduct
- Fix docs index to properly include README content by removing the end-before directive that was looking for a non-existent marker - Update copyright to 2023-2026 in docs/conf.py and LICENSE - Fix typo in LICENSE copyright date (was 2023-2014) - Remove Code of Conduct files and docs reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 52d1aaf commit ce8c92f

5 files changed

Lines changed: 2 additions & 141 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © 2023–2014 Nick Semenkovich \<[email protected]\>
3+
Copyright © 2023-2026 Nick Semenkovich <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/codeofconduct.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "Bam2Tensor"
24-
copyright = "2023, Nick Semenkovich"
24+
copyright = "2023-2026, Nick Semenkovich"
2525
author = "Nick Semenkovich"
2626

2727
# -- General configuration ---------------------------------------------------

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
```{include} ../README.md
2-
---
3-
end-before: <!-- github-only -->
4-
---
52
```
63

74
[license]: license
@@ -16,7 +13,6 @@ maxdepth: 1
1613
1714
reference
1815
contributing
19-
Code of Conduct <codeofconduct>
2016
License <license>
2117
Changelog <https://github.com/mcwdsi/bam2tensor/releases>
2218
```

0 commit comments

Comments
 (0)