Skip to content

Commit be9fc3e

Browse files
committed
Updated docs
1 parent 2f7f2bb commit be9fc3e

File tree

13 files changed

+87
-26
lines changed

13 files changed

+87
-26
lines changed

docs/_static/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ th, td {
2626
font-size: 3rem;
2727
line-height: 1.25;
2828
}
29+
30+
div.topic {
31+
border: 1px solid #eee;
32+
padding: 7px;
33+
margin: 10px 0 10px 0;
34+
}

docs/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CFPQ_Data development is guided by the following core team:
3737
alt="Avatar picture of @Yakonick"
3838
/>
3939
</div>
40-
Kovalev Nikita
40+
Nikita Kovalev
4141
</a>
4242
<div class="team-member-handle">@Yakonick</div>
4343
</div>

docs/reference/grammars/grammars_converters.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Grammar's converters
6-
********************
5+
******************
6+
Grammar converters
7+
******************
8+
9+
.. seealso::
10+
11+
`Pyformlang CFG
12+
<https://pyformlang.readthedocs.io/en/latest/modules/context_free_grammar.html>`_
713

814
.. automodule:: cfpq_data.grammars.converters
915
.. autosummary::

docs/reference/grammars/grammars_readwrite.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Grammar's readwrite
6-
*******************
5+
****************************
6+
Reading and writing grammars
7+
****************************
8+
9+
.. seealso::
10+
11+
`Pyformlang CFG
12+
<https://pyformlang.readthedocs.io/en/latest/modules/context_free_grammar.html>`_
713

814
.. automodule:: cfpq_data.grammars.readwrite
915
.. autosummary::

docs/reference/grammars/grammars_samples.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Grammar's samples
6-
*****************
5+
***************
6+
Grammar samples
7+
***************
8+
9+
.. seealso::
10+
11+
`Pyformlang CFG
12+
<https://pyformlang.readthedocs.io/en/latest/modules/context_free_grammar.html>`_
713

814
.. automodule:: cfpq_data.grammars.samples
915
.. autosummary::

docs/reference/grammars/grammars_utils.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Grammar's utils
6-
***************
5+
*****************
6+
Grammar utilities
7+
*****************
8+
9+
.. seealso::
10+
11+
`Pyformlang CFG
12+
<https://pyformlang.readthedocs.io/en/latest/modules/context_free_grammar.html>`_
713

814
.. automodule:: cfpq_data.grammars.utils
915
.. autosummary::

docs/reference/grammars/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.. currentmodule:: cfpq_data
44

5+
********
56
Grammars
67
********
78

docs/reference/graphs/graphs_generators.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Graph's generators
6-
******************
5+
****************
6+
Graph generators
7+
****************
8+
9+
.. seealso::
10+
11+
`NetworkX Graph generators
12+
<https://networkx.org/documentation/stable/reference/generators.html>`_
713

814
.. automodule:: cfpq_data.graphs.generators
915
.. autosummary::

docs/reference/graphs/graphs_readwrite.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Graph's readwrite
6-
*****************
5+
**************************
6+
Reading and writing graphs
7+
**************************
8+
9+
.. seealso::
10+
11+
`NetworkX Reading and writing graphs
12+
<https://networkx.org/documentation/stable/reference/readwrite/index.html>`_
713

814
.. automodule:: cfpq_data.graphs.readwrite
915
.. autosummary::

docs/reference/graphs/graphs_utils.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
.. currentmodule:: cfpq_data
44

5-
Graph's utils
6-
*************
5+
***************
6+
Graph utilities
7+
***************
8+
9+
.. seealso::
10+
11+
`NetworkX Utilities
12+
<https://networkx.org/documentation/stable/reference/utils.html>`_
713

814
.. automodule:: cfpq_data.graphs.utils
915
.. autosummary::

0 commit comments

Comments
 (0)