Skip to content

Commit 52c146c

Browse files
committed
Docs release
1 parent 251d6c4 commit 52c146c

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ instance/
8686
.scrapy
8787

8888
# Sphinx documentation
89-
# docs/_build/
89+
docs/_build/
9090

9191
# PyBuilder
9292
target/

docs/source/code/aux_tools.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@
2222

2323
# Get connections for a given CV
2424
toolkit.get_fl_connections(cv)
25-
toolkit.get_connected_cvs(cv)
26-
27-
28-
25+
toolkit.get_connected_cvs(cv)

docs/source/code/edition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
toolkit = Toolkit(INPUT_FILE)
1212

13-
toolkit.plot_edf(EDF_FILE)
13+
toolkit.plot_edf(EDF_FILE)

docs/source/code/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# Read and show FLs in file
1616
for fl in toolkit.get_fl_list():
17-
print(fl)
17+
print(fl)

docs/source/code/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
toolkit.get_edf_vars()
1818

1919
# Show last EDF values registered
20-
toolkit.get_last_values_dict()
20+
toolkit.get_last_values_dict()

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MELKIT
44

55
.. toctree::
66
:caption: Getting started
7+
:maxdepth: 1
78

89
pages/about.rst
910
pages/examples.rst

0 commit comments

Comments
 (0)