File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * .pyc
Original file line number Diff line number Diff line change 2424#needs_sphinx = '1.0'
2525
2626
27- # Add ourxextension directory to the system paths
27+ # Add our extension directory to the system paths
2828sys .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']
3534extensions = ['phpcr.sphinx.cnd' ]
3635
3736# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Initialization and reloading
55----------------------------
66
77The 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 ` `
99commands:
1010
1111.. code-block :: bash
@@ -26,7 +26,7 @@ PHPCRSH supports aliases. Aliases are shortcuts for commands.
2626Aliases are stored in the file ``$HOME/.phpcrsh/aliases.yml ``, which is created
2727automatically 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
3131For example:
3232
You can’t perform that action at this time.
0 commit comments