Skip to content

Commit

Permalink
docs: contrib/docs: Add cross-ref help
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed Apr 30, 2022
1 parent 3c0060d commit f53ee04
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/docs/contributing/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,19 @@ Writing Documentation

- Sphinx
- How to write good docs

Help
----

Helpful links:

- `Cross-referencing with Sphinx <https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html>`_

Debugging cross-references:

.. code-block:: sh
python -m sphinx.ext.intersphinx docs/_build/html/objects.inv
Also make sure you have used ``:ref:`` or ``:doc``
correctly and not confused the two.

0 comments on commit f53ee04

Please sign in to comment.