Skip to content

DOC: Removing duplicated ecosystem and roadmap in the docs #29586

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

Closed
wants to merge 4 commits into from
Closed
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
4 changes: 2 additions & 2 deletions doc/source/development/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Now users can access your methods using the ``geo`` namespace:

This can be a convenient way to extend pandas objects without subclassing them.
If you write a custom accessor, make a pull request adding it to our
:ref:`ecosystem` page.
`Ecosystem </community/ecosystem.html>`__ page.

We highly recommend validating the data in your accessor's `__init__`.
In our ``GeoAccessor``, we validate that the data contains the expected columns,
Expand Down Expand Up @@ -91,7 +91,7 @@ objects). Many methods like :func:`pandas.isna` will dispatch to the extension
type's implementation.

If you're building a library that implements the interface, please publicize it
on :ref:`ecosystem.extensions`.
on `Extension data types </community/ecosystem.html#extension-data-types>`__.

The interface consists of two classes.

Expand Down
1 change: 0 additions & 1 deletion doc/source/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ Development
extending
developer
policies
roadmap
193 changes: 0 additions & 193 deletions doc/source/development/roadmap.rst

This file was deleted.

Loading