Skip to content

Commit bfa82f9

Browse files
Ken KundertKen Kundert
authored andcommitted
nits
1 parent c73fdf5 commit bfa82f9

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

README.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,13 @@ between data and code and its use is growing in popularity.
9090
An example of structured code is provided by GitHub with its workflow
9191
specification files. They use YAML_. Unfortunately, the syntax of the code
9292
snippets held in the various fields can be confused with *YAML* syntax, which
93-
leads to unnecessary errors, confusion, and complexity (see :ref:`YAML issues
94-
<vs_yaml>`). JSON_ suffers from similar problems. *NestedText* excels for
95-
these applications as it holds code snippets without any need for quoting or
96-
escaping. *NestedText* provides simple unambiguous rules for defining the
97-
structure of your data and when these rules are followed there is no way for any
98-
syntax or special characters in the values of your data to be confused with
99-
*NestedText* syntax. In fact, it is possible for *NestedText* to hold
100-
*NestedText* snippets without conflict.
93+
leads to unnecessary errors, confusion, and complexity. JSON_ suffers from
94+
similar problems. *NestedText* excels for these applications as it holds code
95+
snippets without any need for quoting or escaping. *NestedText* provides simple
96+
unambiguous rules for defining the structure of your data and when these rules
97+
are followed there is no way for any syntax or special characters in the values
98+
of your data to be confused with *NestedText* syntax. In fact, it is possible
99+
for *NestedText* to hold *NestedText* snippets without conflict.
101100

102101
Another example of structured code is provided by the files that contain the
103102
test cases used by `Parametrize From File`_, a PyTest_ plugin.

doc/related_projects.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ Official *NestedText* test suite. Also included as submodule in
2121
`nestedtext <https://github.com/kenkundert/nestedtext>`_.
2222

2323

24-
`Proposed NestedText Tests <https://github.com/KenKundert/nestedtext/tree/master/proposed_tests>`_
25-
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
26-
Proposed *NestedText* test suite. Will replace the current official test suite.
27-
28-
2924
Implementations
3025
---------------
3126

0 commit comments

Comments
 (0)