File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+ * .pyc
Original file line number Diff line number Diff line change 24
24
#needs_sphinx = '1.0'
25
25
26
26
27
- # Add ourxextension directory to the system paths
27
+ # Add our extension directory to the system paths
28
28
sys .path .append (os .path .abspath ('_exts' ))
29
29
30
30
# Add any Sphinx extension module names here, as strings. They can be extensions
31
31
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32
32
33
33
# why doesn't this work on readthedocs?
34
- # extensions = ['phpcr.sphinx.cnd']
35
34
extensions = ['phpcr.sphinx.cnd' ]
36
35
37
36
# 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
5
5
----------------------------
6
6
7
7
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 ` `
9
9
commands:
10
10
11
11
.. code-block :: bash
@@ -26,7 +26,7 @@ PHPCRSH supports aliases. Aliases are shortcuts for commands.
26
26
Aliases are stored in the file ``$HOME/.phpcrsh/aliases.yml ``, which is created
27
27
automatically when launching the PHPCR Shell.
28
28
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.
30
30
31
31
For example:
32
32
You can’t perform that action at this time.
0 commit comments