Skip to content

Commit

Permalink
Merge branch 'landlab:master' into loroberge/add-bedrocklandslider-ge…
Browse files Browse the repository at this point in the history
…tters
  • Loading branch information
loroberge authored Aug 11, 2023
2 parents dff32fc + 5c77ef5 commit a6e7e62
Show file tree
Hide file tree
Showing 59 changed files with 918 additions and 1,741 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the steps are the same for developing a utility. Unlike a component, a utility
can just be a function. But like a component, we expect contributed utilities
to follow the landlab standard practices outlined in our documentation.

Once you have installed Landlab (:ref:`developer install <developer_install>`)
Once you have installed Landlab (:ref:`developer install <install>`)
and :ref:`created your own branch <landlab_develop_with_git>`, you can start
writing a Python script for your component.

Expand Down
9 changes: 1 addition & 8 deletions docs/source/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ The most important things to remember are to:
`master` branch; and
* Keep your fork's `master` and development branches up to date with changes
in the main Landlab repository.
* Consider creating a small Pull Request to update the page on
:ref:`ongoing development <ongoing_development>` so that others know what
you are working on.

Supported Python Versions
-------------------------
Expand All @@ -29,13 +26,10 @@ Python 3.9, 3.10, and 3.11
If you need to introduce a new dependency, that dependency must be compatible
with Python 3.9+ and be available on Linux, Mac, and Windows.

Installation, Contribution, and Development Practices
-----------------------------------------------------

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

install/index
contribution/index
practices/index
package_organization
Expand All @@ -47,7 +41,6 @@ There are a few pages that are particularly important for the maintenance of
the package. These are:

* :ref:`directory organization <organization>`
* :ref:`testing protocol <testing>`
* :ref:`dependency organization <dependencies>`, and
* :ref:`release workflow <dev_releases>`

Expand Down
103 changes: 0 additions & 103 deletions docs/source/development/install/fork.rst

This file was deleted.

61 changes: 0 additions & 61 deletions docs/source/development/install/index.rst

This file was deleted.

127 changes: 0 additions & 127 deletions docs/source/development/install/install.rst

This file was deleted.

43 changes: 0 additions & 43 deletions docs/source/development/install/installing_windows_compiler.rst

This file was deleted.

Loading

0 comments on commit a6e7e62

Please sign in to comment.