Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repos:
- id: trailing-whitespace
exclude: '\.(pdb|gro|top|sdf|xml|cif|graphml)$'
- id: check-added-large-files
args: ["--maxkb=4000"]
- id: check-case-conflict
- id: check-symlinks
- id: check-toml
Expand Down
839 changes: 839 additions & 0 deletions dev/advanced_topics.ipynb
Comment thread
atravitz marked this conversation as resolved.

Large diffs are not rendered by default.

Binary file removed docs/_static/img/cyclic_graph_ipy_widget.png
Binary file not shown.
Binary file removed docs/_static/img/cyclic_graph_pyplot_fig.png
Binary file not shown.
3 changes: 0 additions & 3 deletions docs/guide/application_network_planning_fe_calculations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ Network, N-Node Edges Network, and Cyclic Network. Notably, the Twin Star
Network and the Cyclic Network focus on constructing a set of cycles.

So in applied cases we suggest the slightly more redundant networks in order to build up a robust network for the calculations.

tutorial: :doc:`/tutorials/building_networks`.
NetworkPlanner: :doc:`/guide/network_planner`.
460 changes: 460 additions & 0 deletions docs/tutorials/basic_network_generation.ipynb

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions docs/tutorials/building_networks.rst

This file was deleted.

24 changes: 13 additions & 11 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,28 @@ A simple first-use tutorial for building a ``LigandNetwork`` with **konnektor**.
.. toctree::
:maxdepth: 2

building_networks
basic_network_generation


Using **konnektor**
-------------------
Exploring the different **konnektor** network types
---------------------------------------------------

A longer tutorial which demonstrates how to use some of the different **konnektor** features on toy and real example cases.
A tutorial that demonstrates a variety of different network types that can be built with **konnektor**.

.. toctree::
:maxdepth: 2

konnektor_example
network_generation_algorithms


Exploring the different **konnektor** network types
---------------------------------------------------
.. TODO: add this back once https://github.com/OpenFreeEnergy/konnektor/issues/202 is resolved

A tutorial that demonstrates a variety of different network types that can be built with **konnektor**.
.. Advanced Topics
.. ---------------

.. toctree::
:maxdepth: 2
.. A longer tutorial which demonstrates how to use some of the different **konnektor** features.

.. .. toctree::
.. :maxdepth: 2

konnektor_networks
.. advanced_topics
12,098 changes: 0 additions & 12,098 deletions docs/tutorials/konnektor_example.ipynb

This file was deleted.

1,209 changes: 0 additions & 1,209 deletions docs/tutorials/konnektor_networks.ipynb

This file was deleted.

1,310 changes: 1,310 additions & 0 deletions docs/tutorials/network_generation_algorithms.ipynb

Large diffs are not rendered by default.

Loading