aburrell / apexpy

A Python wrapper for Apex coordinates
MIT License
34 stars 25 forks source link

Question: Read the Docs is not displaying reference API #88

Closed ljlamarche closed 2 years ago

ljlamarche commented 2 years ago

Describe the problem or ask the question When I go to the apexpy readthedocs page, I no longer see the full description of all the available functions and their call signatures.

Provide an example, if applicable Steps to reproduce the behavior:

  1. Go to https://apexpy.readthedocs.io/en/latest/index.html
  2. Click on apexpy.Apex, or any of the sections under Reference

Expectations The reference API pages should display all the function descriptions generated with autodoc from the docstrings in the source code.

Screenshots

Screen Shot 2022-05-10 at 9 32 08 AM

Desktop (please complete the following information):

Additional context This may be a known problem related to some of the other challenges with automatic installation. If so, it can be closed.

ljlamarche commented 2 years ago

Never mind, I see this is solved (#72). Closing this.