File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ repository:
77
77
78
78
$ python -m pytest pandas
79
79
80
+ Note that this command takes a while to run, so once you've confirmed it's running you may want to cancel it using ctrl-c.
80
81
81
82
Quick workspace tour
82
83
--------------------
@@ -138,9 +139,9 @@ Rendering the pandas documentation
138
139
----------------------------------
139
140
You can find the detailed documentation on how rendering the documentation with
140
141
Sphinx works in the :ref: `contributing.howto-build-docs ` section. To build the full
141
- docs you need to run the following command in the docs directory::
142
+ docs you need to run the following command in the `` /doc `` directory::
142
143
143
- $ cd docs
144
+ $ cd doc
144
145
$ python make.py html
145
146
146
147
Alternatively you can build a single page with::
You can’t perform that action at this time.
0 commit comments