You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docker/README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ The ``rsmanage`` command will run many useful commands inside the container for
238
238
* Add a course - ``rsmanage addcourse``
239
239
* Add a user - ``rsmanage adduser``
240
240
* Get information about a course ``rsmanage courseinfo``
241
-
* Build a book - ``rsmanage build --course bookname``
241
+
* Build a book - ``rsmanage build bookname``
242
242
* Get a database shell in the current database - ``rsmanage db``
243
243
244
244
...and many other things. Just type ``rsmanage`` for a list of things it can do. For a list of options just type ``rsmanage`` and the subcommand you want followed by ``--help``; for example, ``rsmanage build --help``.
@@ -252,7 +252,7 @@ No books are installed by default; you must add books using the following proces
After cloning a book, you may need to add it to the database. Most of the standard books are already there, but you can use ``rsmanage addcourse`` to add it if needed.
258
258
@@ -448,7 +448,7 @@ system. You need to do the following:
448
448
449
449
#. Run the command ``rsmanage addcourse``. Use the project name you configured in ``pavement.py`` as the name of BOTH the course and the basecourse when it asks.
450
450
451
-
#. Now that your course is registered, rebuild it using the command ``rsmanage build --course <book_name>`` command.
451
+
#. Now that your course is registered, rebuild it using the command ``rsmanage build <book_name>`` command. If this is a PreTeXt book then build with the command ``rsmanage build --ptx <book_name>`` where the ``book_name`` should match the document-id specified in the docinfo section of the pretext book. Often found in ``bookinfo.ptx`` but sometimes as a peer of ``<book>`` in the ``main.ptx`` file for the book.
0 commit comments