Skip to content

Commit

Permalink
Merge pull request #919 from icecraft/fix/remove_class_hierarchy
Browse files Browse the repository at this point in the history
fix: remove classes hierarchy diagram
  • Loading branch information
myhloli authored Nov 11, 2024
2 parents e75076b + be774ac commit fd64610
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion next_docs/en/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
api/read_api
api/schemas
api/io
api/classes
14 changes: 0 additions & 14 deletions next_docs/en/api/classes.rst

This file was deleted.

2 changes: 1 addition & 1 deletion next_docs/en/user_guide/data/data_reader_writer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ Write Examples
s3_writer1.write('s3://test_bucket/efg', '123'.encode())
Check :doc:`../../api/classes` for more intuitions or check :doc:`../../api/data_reader_writer` for more details
Check :doc:`../../api/data_reader_writer` for more details
2 changes: 1 addition & 1 deletion next_docs/en/user_guide/data/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Extract chars via third-party library, currently we use ``pymupdf``.



Check :doc:`../../api/classes` for more intuitions or check :doc:`../../api/dataset` for more details
Check :doc:`../../api/dataset` for more details

2 changes: 1 addition & 1 deletion next_docs/en/user_guide/data/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if MinerU have not provide the suitable classes. It is easy to implement new cla
def write(self, path: str, data: bytes) -> None:
pass
Check :doc:`../../api/classes` for more intuitions or check :doc:`../../api/io` for more details
Check :doc:`../../api/io` for more details

0 comments on commit fd64610

Please sign in to comment.