Skip to content

Commit 5794ea8

Browse files
committed
Updated
1 parent 01156b4 commit 5794ea8

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

_exts/phpcr/__init__.py

Whitespace-only changes.

_exts/phpcr/sphinx/__init__.py

Whitespace-only changes.

conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@
2424
#needs_sphinx = '1.0'
2525

2626

27-
# Add ourxextension directory to the system paths
27+
# Add our extension directory to the system paths
2828
sys.path.append(os.path.abspath('_exts'))
2929

3030
# Add any Sphinx extension module names here, as strings. They can be extensions
3131
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3232

3333
# why doesn't this work on readthedocs?
34-
# extensions = ['phpcr.sphinx.cnd']
3534
extensions = ['phpcr.sphinx.cnd']
3635

3736
# Add any paths that contain templates here, relative to this directory.

phpcr-shell/configuration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Initialization and reloading
55
----------------------------
66

77
The configuration files can be initialized and reloaded at any time using the
8-
:ref:`phpcr_shell_command_shellconfiginit` and :ref:`phpcr_shell_command_shellconfigreload`
8+
``shell:config:init`` and ``shell:config:reload``
99
commands:
1010

1111
.. code-block:: bash
@@ -26,7 +26,7 @@ PHPCRSH supports aliases. Aliases are shortcuts for commands.
2626
Aliases are stored in the file ``$HOME/.phpcrsh/aliases.yml``, which is created
2727
automatically when launching the PHPCR Shell.
2828

29-
You can list the current aliases with the :ref:`phpcr_shell_command_shellaliaslist` command.
29+
You can list the current aliases with the ``shell:alias:list`` command.
3030

3131
For example:
3232

0 commit comments

Comments
 (0)