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
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
activate-environment: parcels
python-version: "3.10"
channels: conda-forge
- run: conda install -c conda-forge c-compiler pip
- run: conda install -c conda-forge pip
- run: pip install parcels --no-cache
- run: curl https://raw.githubusercontent.com/OceanParcels/parcels/main/docs/examples/example_peninsula.py > example_peninsula.py
- run: python example_peninsula.py
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def linkcode_resolve(domain, info):
nbsphinx_thumbnails = {
"examples/tutorial_parcels_structure": "_images/parcels_user_diagram.png",
"examples/tutorial_timestamps": "_static/calendar-icon.jpg",
"examples/tutorial_jit_vs_scipy": "_static/clock-icon.png",
"examples/documentation_homepage_animation": "_images/homepage.gif",
"examples/tutorial_interaction": "_static/pulled_particles_twoatractors_line.gif",
"examples/documentation_LargeRunsOutput": "_static/harddrive.png",
Expand Down
1 change: 0 additions & 1 deletion docs/documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Parcels has several documentation and tutorial Jupyter notebooks and scripts whi
:caption: Creating ParticleSets
:name: tutorial-particlesets

../examples/tutorial_jit_vs_scipy.ipynb
../examples/tutorial_delaystart.ipynb


Expand Down
3 changes: 0 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ The steps below are the installation instructions for Linux, macOS and Windows.

python example_peninsula.py --fieldset 100 100

.. note::
If you are on macOS and get a compilation error, you may need to accept the Apple xcode license ``xcode-select --install``. If this does not solve the compilation error, you may want to try running ``export CC=gcc``. If the compilation error remains, you may want to check `this solution <https://stackoverflow.com/a/58323411/5172570>`_.

*Optionally:* if you want to run all the examples and tutorials, start Jupyter and open the tutorial notebooks:

.. code-block:: bash
Expand Down
1 change: 0 additions & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ Parcels API
User-defined Kernels <reference/userdefined_kernels>
Particle-particle interaction <reference/interaction>
Gridsets and grids <reference/grids>
C Code Generation <reference/code_generation>
Miscellaneous <reference/misc>
16 changes: 0 additions & 16 deletions docs/reference/code_generation.rst

This file was deleted.

Empty file removed parcels/compilation/__init__.py
Empty file.
314 changes: 0 additions & 314 deletions parcels/compilation/codecompiler.py

This file was deleted.

Loading
Loading