Skip to content

Commit

Permalink
sphobjinv syntax and docs links updates (#1)
Browse files Browse the repository at this point in the history
* Change CLI invocation to match new sphobjinv v2.0 syntax
* update RtD links to the new, much-more-concise URL.
  • Loading branch information
bskinn authored and svenevs committed Oct 20, 2019
1 parent e3cb0ae commit 11f8c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/using_intersphinx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ For things like classes that are qualified in namespaces, it should be pretty ea
you to figure out what the link is by inspection. However, there is an excellent tool
available for you: the `Sphinx Objects.inv Encoder/Decoder <sphobjinv_>`_.

.. _sphobjinv: http://sphinx-objectsinv-encoderdecoder.readthedocs.io/en/latest/
.. _sphobjinv: https://sphobjinv.readthedocs.io/en/latest/

1. Install the utility:

Expand Down Expand Up @@ -192,7 +192,7 @@ available for you: the `Sphinx Objects.inv Encoder/Decoder <sphobjinv_>`_.
.. code-block:: console
# decode it so we can search it
$ sphobjinv decode nanogui_objects.inv
$ sphobjinv convert plain nanogui_objects.inv
Conversion completed.
'nanogui_objects.inv' decoded to 'nanogui_objects.txt'.
Expand All @@ -212,7 +212,7 @@ available for you: the `Sphinx Objects.inv Encoder/Decoder <sphobjinv_>`_.
argument. That is, ``-- -1`` just makes it so ``grep`` doesn't think ``-1`` is
a flag.

.. _syntax: http://sphinx-objectsinv-encoderdecoder.readthedocs.io/en/latest/syntax.html
.. _syntax: https://sphobjinv.readthedocs.io/en/latest/syntax.html

Custom Links
****************************************************************************************
Expand Down

0 comments on commit 11f8c0f

Please sign in to comment.