Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 750 forks source link

Remove circuit library provider from the sidebar #1644

Closed 1ucian0 closed 1 year ago

1ucian0 commented 1 year ago

Currently, the side bar includes Circuit Library (in a singleton section called Libraries) as part of the sidebar.

sidebar

The original goal was to highlight this feature. However, they link to the feature now is in the landing page, in much more prominent place: Circuit library link in the landing page

This fulfils the original goal and the singleton section can be removed.

Does existing documentation need to be updated with new content?

docs/index.rst

  API Reference <apidoc/terra>
- circuit_library
  aer
  ibmq-provider
  release_notes
  configuration

None.

mtreinish commented 1 year ago

To do this you will need to update terra, the circuit library is managed as a separate table of contents and source file in the apidocs pulled in from terra.

HuangJunye commented 1 year ago

This can be done after the next Terra release. See more details https://github.com/Qiskit/qiskit/pull/1638#issuecomment-1421070966