Skip to content

Commit

Permalink
Try to fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Jul 11, 2023
1 parent 278f10c commit 4a65bc5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 25 deletions.
5 changes: 1 addition & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
tonpy: powerful Python TON toolkit
==================================

.. |br| raw:: html

<br />

.. toctree::
:maxdepth: 2
:caption: Contents:

main_info
installation
tonpy
tonpy.types
tonpy.tlb_gen

Expand Down
4 changes: 2 additions & 2 deletions docs/source/main_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ What is supported?
.. _CellSlice: https://tonpy.dton.io/tonpy.types.html#module-tonpy.types.cellslice
.. _CellBuilder: https://tonpy.dton.io/tonpy.types.html#module-tonpy.types.cellbuilder
.. _VmDict: https://tonpy.dton.io/tonpy.types.html#module-tonpy.types.vmdict
.. _TLB:
.. _Python codegen:
.. _TLB: https://tonpy.dton.io/tonpy.types.html#module-tonpy.types.tlb
.. _Python codegen: https://tonpy.dton.io/tonpy.tlb_gen.html#module-tonpy.tlb_gen.py
|
.. _check tests examples here: https://github.com/disintar/tonpy/tree/main/src/tonpy/tests
Expand Down
21 changes: 2 additions & 19 deletions docs/source/tonpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,8 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4
:maxdepth: 3

tonpy.types
tonpy.tlb_gen

Submodules
----------

tonpy.types module
-----------------

.. automodule:: tonpy.types
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: tonpy
:members:
:undoc-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions docs/source/tonpy.tlb_gen.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
tonpy.tlb_gen package
===================

.. |br| raw:: html

<br />


tonpy.tlb_gen.py module
-----------------------
Expand Down
4 changes: 4 additions & 0 deletions docs/source/tonpy.types.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
tonpy.types package
===================

.. |br| raw:: html

<br />


tonpy.types.cell module
-----------------------
Expand Down

0 comments on commit 4a65bc5

Please sign in to comment.