mirror of
https://github.com/allenai/olmocr.git
synced 2025-07-23 17:11:57 +00:00
28 lines
417 B
Markdown
28 lines
417 B
Markdown
![]() |
# **my-package**
|
||
|
|
||
|
```{toctree}
|
||
|
:maxdepth: 2
|
||
|
:hidden:
|
||
|
:caption: Getting started
|
||
|
|
||
|
installation
|
||
|
overview
|
||
|
```
|
||
|
|
||
|
```{toctree}
|
||
|
:hidden:
|
||
|
:caption: Development
|
||
|
|
||
|
CHANGELOG
|
||
|
CONTRIBUTING
|
||
|
License <https://raw.githubusercontent.com/allenai/python-package-template/main/LICENSE>
|
||
|
GitHub Repository <https://github.com/allenai/python-package-template>
|
||
|
```
|
||
|
|
||
|
## Indices and tables
|
||
|
|
||
|
```{eval-rst}
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
```
|