Release 2.0.
Release 2.0.
Release 2.0.
Compatibility update for Whakerexa 1.0 (ClammingPy 2.0).
Cleaned ClammingPy logo
Added "how to cite" in README
bug correction in exporting the index with the main README.md file
increased version
added accessibility buttons in the header of exported HTML files
Merge branch 'develop' of ssh://git.code.sf.net/p/clamming/code into develop
added coverage and pylint configuration in pyproject.toml
migrated Whakerexa into docs
added support of a software README file which is added to the main index.html file
removed un-necessary toc-shift and toc-content in HTML files
regenerated clamming docs
added support of a README file in each package, which is exported into the module index documentation
Added doc of ClamsModules
Added class ClamsModules: split ClamsPack into 2 parts
Changed license to GNU Affero General Public License.
corrected a remaining "Clamming" instead of the new name "ClammingPy"
Updated version for next release.
Generated 'docs' whith Whakerexa-0.3.
migrated <h1> to the header (software name), then incremented all titles.
Added Whakerexa distrib into un-tracked files
Adapted to Whakerexa-0.2 distrib.
modified to fit whakerexa-0.2
Updated icon.
Renamed "Clamming" into "ClammingPy", for clarity.
updated documentation
simplified clamming.css
Updated README to indicate that "wexa_statics" is required.
Clamming is mostly based on Whakerexa for CSS and JS.
added wexa_statics
docs: replaced main.css by wexa.css. Regenerated the doc.
Added SWHID to pyproject.toml
Added description to codemeta.json
Added codemeta.json
Release 1.5
html_export: added the software URL.
accessibility: add 'external-link' class and icon
clamsclass: For HTML export, the parameters are not systematically added twice anymore.
classparser: can get source of an indented class.
docs/statics: updated CSS for consistency with SPPAS website
clamspack: For HTML export, create the output folder if it does not exist.
Release 1.4.
clapspack: bug correction when exporting the index of a module in HTML
Release 1.3.
Make the tests passed, and analyzed coverage (87%)
clamspack: bug correction when exporting a list of packages.
htmlexport: added a 'statics' member to fix the path of the CSS, JS, etc.
clamspack: Bug correction when exporting a list of package in HTML.
Updated documentation and pyproject.toml with a valid development status
Updated README
Improved look of :example: field when exporting to HTML by interpreting the given markdown as code.
Added a markdown_export_packages() function to ClamsPack.
Updated README and documentation
Migrated get_class() function into a ClamUtils class; migrated other HTMl methods into ClamsPack class.
Added a main.py program, updated README and corrected a minor bug in get_class().
Updated e-mail. Changed to contact@sppas.org.
Updated README with the new features and updated the Vehicle sample.
Updated HTMLDocExport and updated Clamming documentation.
Updated makedoc.py to use the new ClamsPack and HTMLDocExport and updated Clamming documentation.
Added html_index() function to ClamsPack to generate the HTML code of the package list of classes.
Tested HTMLDocExport class, and used in ClamsPack to export HTML pages.
Added a currently un-tested and un-used HTMLDocExport class, and renamed colors_light.css to theme_light.css.
ClamsPack can generate Markdown or HTML content.
Added missing Typing + code cleaning.
Modified GNU GPL web link
ClamInfo class is not a @dataclass anymore. Too many bad side effects.
Added author, version and copyright in __init__.py of clamming module.