Skip to content

Conversation

@Abies-0
Copy link

@Abies-0 Abies-0 commented Oct 9, 2025

What does this PR do?

Classify command line options into three categories (i.e., general, nn, and linear).
https://www.csie.ntu.edu.tw/~cjlin/libmultilabel/cli/flags.html

Test CLI & API (bash tests/autotest.sh)

Test APIs used by main.py.

  • Test Pass
    • (Copy and paste the last outputted line here.)
  • Not Applicable (i.e., the PR does not include API changes.)

Check API Document

If any new APIs are added, please check if the description of the APIs is added to API document.

  • API document is updated (linear, nn)
  • Not Applicable (i.e., the PR does not include API changes.)

Test quickstart & API (bash tests/docs/test_changed_document.sh)

If any APIs in quickstarts or tutorials are modified, please run this test to check if the current examples can run correctly after the modified APIs are released.

@Abies-0 Abies-0 requested review from a team and cjlin1 as code owners October 9, 2025 06:27
@Eleven1Liu Eleven1Liu self-assigned this Oct 9, 2025
@Eleven1Liu Eleven1Liu added the documentation Improvements or additions to documentation label Oct 9, 2025
Copy link
Contributor

@Eleven1Liu Eleven1Liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please help change settings in https://github.com/ntumlgroup/LibMultiLabel/blob/master/docs/conf.py#L48-L52 to prevent writing sg_execution_times.rst in Sphinx 5.

sphinx_gallery_conf = {
     ...
     "write_computation_times": False,
     ...
}

…es.rst in Sphinx 5

- optimize code in docs/cli/classifier.py
- reformat the above scripts
@Eleven1Liu Eleven1Liu self-requested a review October 20, 2025 04:07
…ategory, find_config_usages_in_file, move_duplicates_together, classify)

- reformat the above script
@Eleven1Liu Eleven1Liu self-requested a review November 10, 2025 05:01
@Eleven1Liu Eleven1Liu self-requested a review November 10, 2025 06:38
@Eleven1Liu Eleven1Liu merged commit 3a0e32c into ntumlgroup:master Nov 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants