Skip to content

Commit

Permalink
fix package reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Dec 21, 2023
1 parent abf4af2 commit b5d6307
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"files.trimTrailingWhitespace": true,
},
Expand Down
12 changes: 12 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ Notes
:doc:`docking`
Get a detailed overview about PPIs' docking metrics implemented in the package.

Package reference
===========

.. toctree::
:caption: API
:hidden:

reference/deeprank2

:doc:`reference/deeprank2`
This section documents the DeepRank2 API.

Indices and tables
==================

Expand Down
File renamed without changes.

0 comments on commit b5d6307

Please sign in to comment.