diff --git a/docs/conf.py b/docs/conf.py index 48c10d8..4a4175e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ['_build', 'args/*.rst'] # The reST default role (used for this markup: `text`) to use for all # documents. diff --git a/docs/dsl/text.rst b/docs/dsl/text.rst index 581c4a8..07b6989 100644 --- a/docs/dsl/text.rst +++ b/docs/dsl/text.rst @@ -18,7 +18,7 @@ str font default: ``'Arial 36'`` - the Font description string, including family, styles, and size. (e.g. ``'Arial bold italic 12'``). For the official documentation, see the `Pango docs `_. This `description `_ is also quite good. + the Font description string, including family, styles, and size. (e.g. ``'Arial bold italic 12'``). For the official documentation, see the `Pango font string docs `_. This `description `_ is also quite good. font_size default: ``nil`` @@ -116,7 +116,7 @@ Markup If you want to do specialized formatting within a given string, Squib has lots of options. By setting ``markup: true``, you enable tons of text processing. This includes: - * Pango Markup. This is an HTML-like formatting language that specifies formatting inside your string. Pango Markup essentially supports any formatting option, but on a letter-by-letter basis. Such as: font options, letter spacing, gravity, color, etc. See the `Pango docs `_ for details. + * Pango Markup. This is an HTML-like formatting language that specifies formatting inside your string. Pango Markup essentially supports any formatting option, but on a letter-by-letter basis. Such as: font options, letter spacing, gravity, color, etc. See the `Pango markup docs `_ for details. * Quotes are converted to their curly counterparts where appropriate. * Apostraphes are converted to curly as well. * LaTeX-style quotes are explicitly converted (````like this''``) diff --git a/docs/guides/getting-started/part_2_iconography.rst b/docs/guides/getting-started/part_2_iconography.rst index 27369da..4a86fd8 100644 --- a/docs/guides/getting-started/part_2_iconography.rst +++ b/docs/guides/getting-started/part_2_iconography.rst @@ -26,7 +26,7 @@ The majority of the cards in RFTG have no description text on them, and yet the But once you know the structure of the game and what various bonuses mean, you can understand new cards very easily. Icons are combined in creative ways to show new bonuses. Text is used only when a bonus is much more complicated than what can be expressed with icons. Icons are primarily arranged along left side of the card so you can hold them in your hand and compare bonuses across cards quickly. All of these design decisions match the gameplay nicely because the game consists of a lot of scrolling through cards in your hand and evaluating which ones you want to play. -Go check out images of Race for the Galaxy `on BoardGameGeek.com `_. +Go check out `images of Race for the Galaxy on BoardGameGeek.com `_. Dominion ^^^^^^^^ diff --git a/docs/learning.rst b/docs/learning.rst index e400ab2..77680bb 100644 --- a/docs/learning.rst +++ b/docs/learning.rst @@ -8,3 +8,4 @@ Learning Squib guides/getting-started/index guides/git guides/game_icons + guides/guard