Skip to content

Commit a75b228

Browse files
committedJul 9, 2015
Fix #1874 -- fix documentation bugs
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 07331a6 commit a75b228

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed
 

‎CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Features
1111
Bugfixes
1212
--------
1313

14+
* Fix links in sample post (Issue #1874)
1415
* Don't use deprecated Yapsy methods (Isue #1868)
1516
* Surpress wincing when auto is aborted during rebuilding
1617
* Show tags only from the current language on tag listing pages (Issue #1856)

‎docs/manual.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Edit the post:
3636
Build the site:
3737
``nikola build``
3838

39-
Start the test server and open a browser (http://127.0.0.1:8000/):
39+
Start the test server and open a browser:
4040
``nikola serve -b``
4141

4242

@@ -201,14 +201,14 @@ of how to "get" something for your specific operating system are left to you.
201201

202202
The short version is::
203203

204-
pip install nikola
204+
pip install Nikola
205205

206206
Note that you need Python v2.7 or newer OR v3.3 or newer.
207207

208208
Some features require **extra dependencies**. You can install them all in bulk
209209
by doing::
210210

211-
pip install "nikola[extras]"
211+
pip install "Nikola[extras]"
212212

213213
Alternatively, you can install those packages one-by-one, when required (Nikola
214214
will tell you what packages are needed)

‎nikola/data/samplesite/README.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@ This folder contains the source used to generate a static site using Nikola.
22

33
Installation and documentation at https://getnikola.com/
44

5-
Configuration file for the site is `conf.py`.
5+
Configuration file for the site is ``conf.py``.
66

77
To build the site::
88

99
nikola build
1010

1111
To see it::
1212

13-
nikola serve
14-
15-
And point your browser to http://localhost:8000/
16-
13+
nikola serve -b
1714

1815
To check all available commands::
1916

‎nikola/data/samplesite/posts/1.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ and build a site using it. Congratulations!
1717

1818
Next steps:
1919

20-
* `Read the manual </stories/handbook.html>`__
20+
* `Read the manual <link://slug/handbook>`__
2121
* `Visit the Nikola website to learn more <https://getnikola.com>`__
22-
* `See a demo photo gallery </galleries/demo/index.html>`__
23-
* `See a demo listing </stories/listings-demo.html>`__
24-
* `See a demo slideshow </stories/slides-demo.html>`__
25-
* `See a demo of the Bootstrap theme </stories/bootstrap-demo.html>`__
22+
* `See a demo photo gallery <link://gallery/demo>`__
23+
* `See a demo listing <link://slug/listings-demo>`__
24+
* `See a demo slideshow <link://slug/slides-demo>`__
25+
* `See a demo of the Bootstrap theme <link://slug/bootstrap-demo>`__
2626

2727
Send feedback to info@getnikola.com!

0 commit comments

Comments
 (0)
Please sign in to comment.