Skip to content

Commit

Permalink
Remove noindex option under geopandas section so that permalinks work (
Browse files Browse the repository at this point in the history
…#130)

* Remove noindex option under geopandas section so that permalinks work

Allow for intersphinx to link to read_dataframe and write_dataframe.

* Use correct automodule link for pyogrio.geopandas

* Use autofunction instead of members

* Remove automodule: pyogrio.geopandas

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
  • Loading branch information
weiji14 and martinfleis committed Jun 10, 2022
1 parent 38a3078 commit 7fa0ded
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ Core
GeoPandas integration
---------------------

.. automodule:: pyogrio
:members: read_dataframe, write_dataframe
:noindex:
.. autofunction:: pyogrio.read_dataframe
.. autofunction:: pyogrio.write_dataframe

0 comments on commit 7fa0ded

Please sign in to comment.