Skip to content

Commit 093531d

Browse files
author
clams-bot
committed
adding HTML documentation for publication
1 parent 5173675 commit 093531d

File tree

2,326 files changed

+34812
-17388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,326 files changed

+34812
-17388
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
## releasing 1.1.0 (2025-07-23)
3+
### Overview
4+
This is a minor version release, but it includes several significant changes and improvements across the codebase.
5+
6+
### Additions
7+
* Added support for synonyms and property aliases from LAPPS type migration in MMIF spec 1.1.0 (#321).
8+
* Migrated CLI modules from `clams-python` to `mmif` (#317).
9+
10+
### Changes
11+
* Updated minimum Python version to 3.10 (#310).
12+
* Transitioned `Annotation.id` to a "long" form for better disambiguation as now explicitly specified in MMIF 1.1.0 (#318).
13+
* Fixed missing ISO format conversion in timeunit helper (#315).
14+
* Fixed issues with videodocument helper's `extract_frames_as_images` destroying input frame lists (#303).
15+
* Miscellaneous cleanup and improvements on documentation and unused code.
16+
17+
218
## releasing 1.0.19 (2024-07-29)
319
### Overview
420
Patch to fix a critical bug.

docs/0.3.0/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 150c922e863772efb719a199ed6b54a2
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 5adb6bdb18f4d50fbbe9175296587406
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
557 Bytes
Binary file not shown.
470 Bytes
Binary file not shown.
21 Bytes
Binary file not shown.
-212 KB
Binary file not shown.

docs/0.3.0/.doctrees/index.doctree

-19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.

docs/0.3.0/_static/basic.css

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -237,6 +226,10 @@ a.headerlink {
237226
visibility: hidden;
238227
}
239228

229+
a:visited {
230+
color: #551A8B;
231+
}
232+
240233
h1:hover > a.headerlink,
241234
h2:hover > a.headerlink,
242235
h3:hover > a.headerlink,

0 commit comments

Comments
 (0)