Skip to content

Commit

Permalink
toc hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
natenka committed Jul 12, 2022
1 parent a93ed50 commit 4b10ed0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/book/04_data_structures/dicts.rst
Expand Up @@ -123,6 +123,7 @@ returns a new list with sorted keys:
.. toctree::
:maxdepth: 1
:hidden:

dict_methods
create_dict
1 change: 1 addition & 0 deletions docs/source/book/04_data_structures/lists.rst
Expand Up @@ -116,5 +116,6 @@ a new list with sorted items:
.. toctree::
:maxdepth: 1
:hidden:

list_methods
1 change: 1 addition & 0 deletions docs/source/book/04_data_structures/set.rst
Expand Up @@ -21,6 +21,7 @@ Set can easily remove repetitive elements:
.. toctree::
:maxdepth: 1
:hidden:

set_methods
set_operations
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/04_data_structures/strings.rst
Expand Up @@ -157,6 +157,7 @@ The ``len`` function allows you to get number of characters in a string:

.. toctree::
:maxdepth: 1
:hidden:

string_methods
string_format
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/06_control_structures/for.rst
Expand Up @@ -209,6 +209,7 @@ Method items() returns a special view object that displays key-value pairs:
.. toctree::
:maxdepth: 1
:hidden:

for_in_for
for_if
1 change: 1 addition & 0 deletions docs/source/book/09_functions/func_params_args.rst
Expand Up @@ -62,6 +62,7 @@ Similarly, an error will occur if three or more arguments are passed.

.. toctree::
:maxdepth: 1
:hidden:

func_params_types.rst
func_args_types.rst
Expand Down
Expand Up @@ -61,6 +61,7 @@ in different threads for different IP addresses using concurrent.futures.

.. toctree::
:maxdepth: 1
:hidden:

concurrent_futures_map
concurrent_futures_submit
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/20_jinja2/template_syntax.rst
Expand Up @@ -64,6 +64,7 @@ Parameters trim_blocks and lstrip_blocks are described in the following subsecti

.. toctree::
:maxdepth: 1
:hidden:

whitespace_control
syntax_variables
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/23_oop_special_methods/protocols.rst
Expand Up @@ -16,6 +16,7 @@ by all who write on Python.

.. toctree::
:maxdepth: 1
:hidden:

iterable_iterator
sequence_protocol
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/25_db/sql_basics.rst
Expand Up @@ -8,6 +8,7 @@ to section :ref:`sqlite3_index`

.. toctree::
:maxdepth: 1
:hidden:

create
drop
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/25_db/sqlite3.rst
Expand Up @@ -27,6 +27,7 @@ Cursor is created from DB connection:
.. toctree::
:maxdepth: 1
:hidden:

sqlite3_execute
sqlite3_fetch
Expand Down
1 change: 1 addition & 0 deletions docs/source/book/additional_info/pytest.rst
Expand Up @@ -23,6 +23,7 @@ Pytest is used to run tests - a framework for writing tests.

.. toctree::
:maxdepth: 1
:hidden:

pytest_basics
pytest_pyneng

0 comments on commit 4b10ed0

Please sign in to comment.