-
Couldn't load subscription status.
- Fork 23
Changes in the user guide layout #1763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 14 commits
2567240
0fbbf46
d02de1d
775f214
5fd0d8e
efc9057
a643750
17f3f8e
d263baf
43bfd72
2ea779f
1d0e594
199eb1c
f5db9c4
7427c54
880ceba
c94293b
2f26593
869c6f3
cc48be4
5d1e881
783c9c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,28 @@ | ||
| .. _ref_concepts: | ||
| .. _ref_concepts_index: | ||
|
|
||
| ======== | ||
| Concepts | ||
| ======== | ||
| -------- | ||
|
|
||
| This section provides in-depth descriptions and explanations of DPF concepts, including terminology. | ||
| .. grid:: 3 | ||
| :gutter: 2 | ||
|
|
||
| DPF concepts | ||
| ~~~~~~~~~~~~ | ||
|
|
||
| .. toctree:: | ||
| :hidden: | ||
|
|
||
| concepts.rst | ||
| waysofusing.rst | ||
| stepbystep.rst | ||
|
|
||
|
|
||
| .. card-carousel:: 2 | ||
|
|
||
| .. card:: Concepts and terminology | ||
| .. grid-item-card:: Concepts and terminology | ||
| :link: user_guide_concepts | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/book-logo.png | ||
|
|
||
| .. card:: Ways of using DPF | ||
| .. grid-item-card:: Ways of using DPF | ||
| :link: user_guide_waysofusing | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/using-dpf.png | ||
|
|
||
| .. card:: Using DPF: Step by step | ||
| .. grid-item-card:: Using DPF: Step by step | ||
| :link: user_guide_stepbystep | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/checklist.png | ||
| .. image:: ../images/drawings/checklist.png |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,73 +1,47 @@ | ||
| .. _ref_how_to: | ||
|
|
||
| How-tos | ||
| ~~~~~~~ | ||
| Accessing and enriching DPF capabilities | ||
| ---------------------------------------- | ||
|
|
||
| .. toctree:: | ||
| :hidden: | ||
| .. grid:: 3 | ||
| :gutter: 2 | ||
|
|
||
| plotting.rst | ||
| custom_operators.rst | ||
| dpf_server.rst | ||
| server_types.rst | ||
| server_context.rst | ||
| xmlfiles.rst | ||
|
|
||
|
|
||
| .. card-carousel:: 2 | ||
|
|
||
| .. card:: Plot | ||
| :link: user_guide_plotting | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/plotting/pontoon.png | ||
| .. image:: ../images/plotting/pontoon_strain.png | ||
|
|
||
|
|
||
| .. card:: Create custom operators | ||
| .. grid-item-card:: Create custom operators | ||
luisaFelixSalles marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| :link: user_guide_custom_operators | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/plugin-logo.png | ||
| :width: 50% | ||
|
|
||
|
|
||
| .. card:: Use DPF Server package | ||
| .. grid-item-card:: Use DPF Server package | ||
|
||
| :link: ref_dpf_server | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/dpf_server_client.png | ||
|
|
||
|
|
||
| .. card-carousel:: 2 | ||
|
|
||
| .. card:: Switch between local and remote server | ||
| .. grid-item-card:: Switch between local and remote server | ||
| :link: user_guide_server_types | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/remote_machines.png | ||
|
|
||
| .. card:: Access Entry and Premium capabilities | ||
|
|
||
| .. grid-item-card:: Access Entry and Premium capabilities | ||
| :link: user_guide_server_context | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/entry_premium.png | ||
|
|
||
|
|
||
| .. card:: Use DPF XML Files | ||
| .. grid-item-card:: Use DPF XML Files | ||
luisaFelixSalles marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| :link: user_guide_xmlfiles | ||
| :link-type: ref | ||
| :width: 25% | ||
| :text-align: center | ||
|
|
||
| .. image:: ../images/drawings/xml.png | ||
PProfizi marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,16 +13,51 @@ The goals of this section are to: | |
| - Describe the most-used DPF entities and how they can help you to access and modify solver data. | ||
| - Provide simple how-tos for tackling the most common use cases. | ||
|
||
|
|
||
| .. include:: | ||
| concepts/index.rst | ||
|
|
||
| .. include:: | ||
| tutorials/index.rst | ||
|
|
||
| .. include:: | ||
| main_entities.rst | ||
| how-to/index.rst | ||
|
|
||
| .. include:: | ||
| how_to.rst | ||
| troubleshooting/index.rst | ||
|
|
||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :hidden: | ||
| :caption: Concepts | ||
|
|
||
| concepts/concepts.rst | ||
| concepts/waysofusing.rst | ||
| concepts/stepbystep.rst | ||
|
|
||
| Troubleshooting | ||
| ~~~~~~~~~~~~~~~ | ||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :hidden: | ||
| :caption: Tutorials | ||
|
|
||
| tutorials/model.rst | ||
| tutorials/operators.rst | ||
| tutorials/fields_container.rst | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :hidden: | ||
| :caption: Accessing and enriching DPF capabilities | ||
|
|
||
| how-to/plotting.rst | ||
| how-to/custom_operators.rst | ||
| how-to/server_context.rst | ||
| how-to/server_types.rst | ||
| how-to/xmlfiles.rst | ||
|
|
||
| .. toctree:: | ||
| troubleshooting | ||
| :maxdepth: 1 | ||
| :hidden: | ||
| :caption: Troubleshooting | ||
|
|
||
| troubleshooting/troubleshooting.rst | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| .. _ref_troubleshooting_index: | ||
|
|
||
| Troubleshooting | ||
| --------------- | ||
|
|
||
| .. grid:: 3 | ||
| :gutter: 2 | ||
|
|
||
| .. grid-item-card:: Server issues | ||
| :link: ref_server_issues | ||
| :link-type: ref | ||
| :text-align: center | ||
|
|
||
| Start the DPF server | ||
|
|
||
| Connect to the DPF server | ||
|
|
||
| Import the pydpf-core package | ||
|
|
||
| .. grid-item-card:: Model issues | ||
| :link: ref_model_issues | ||
| :link-type: ref | ||
| :text-align: center | ||
|
|
||
| Invalid UTF-8 error | ||
|
|
||
| .. grid-item-card:: Plotting issues | ||
| :link: ref_plotting_issues | ||
| :link-type: ref | ||
| :text-align: center | ||
|
|
||
| .. grid-item-card:: Performance issues | ||
| :link: ref_performance_issues | ||
| :link-type: ref | ||
| :text-align: center | ||
|
|
||
| Get and set a field's data | ||
|
|
||
| Autocompletion in notebooks |
Uh oh!
There was an error while loading. Please reload this page.