File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,15 @@ Alternatively, if you are using a ``pyproject.toml``-based build:
9494 # pyproject.toml 
9595 [project.entry-points."pandas.DataFrame.accessor"] 
9696 <name> = "<module>:<AccessorClass>" 
97+  ... 
9798
9899 [project.entry-points."pandas.Series.accessor"] 
99100 <name> = "<module>:<AccessorClass>" 
101+  ... 
100102
101103 [project.entry-points."pandas.Index.accessor"] 
102104 <name> = "<module>:<AccessorClass>" 
105+  ... 
103106
104107
105108GeoAccessor `` is defined in the module
@@ -115,7 +118,7 @@ example above:
115118
116119pyproject.toml ``-based build:
117120
118- .. code-block :: toml 
121+ .. code-block :: none 
119122
120123 # pyproject.toml 
121124 [project.entry-points."pandas.DataFrame.accessor"] 
                         You can’t perform that action at this time. 
           
                  
0 commit comments