File tree Expand file tree Collapse file tree 5 files changed +12
-24
lines changed Expand file tree Collapse file tree 5 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "!layout.html" %}
2
2
{% block content %}
3
3
4
- < center >
5
- < h3 > Head to < a href ="https://www.exercism.org "> Exercism.org</ a > </ h3 >
6
- </ center >
7
-
8
4
{{ super() }}
9
5
10
6
{% endblock %}
Original file line number Diff line number Diff line change 18
18
# ...
19
19
20
20
# Activate the theme.
21
- html_theme = 'bootstrap '
21
+ html_theme = 'pydata_sphinx_theme '
22
22
html_theme_path = sphinx_bootstrap_theme .get_html_theme_path ()
23
23
24
24
html_theme_options = {
58
58
59
59
# General information about the project.
60
60
project = u'Learn To Solve It'
61
- copyright = u'2020 , Senthil Kumaran'
61
+ copyright = u'2022 , Senthil Kumaran'
62
62
63
63
# The version info for the project you're documenting, acts as replacement for
64
64
# |version| and |release|, also used in various other places throughout the
65
65
# built documents.
66
66
#
67
67
# The short X.Y version.
68
- version = '2020 -01-06'
68
+ version = '2022 -01-06'
69
69
# The full version, including alpha/beta/rc tags.
70
70
release = ''
71
71
Original file line number Diff line number Diff line change 1
- ======================
2
- C Programming Language
3
- ======================
1
+ =============
2
+ C Programming
3
+ =============
4
4
5
5
This is the C programming language section. Our intention is to present the programs of Kernighan and Ritchie here with explanation.
6
6
If you like that book or like to learn C, you may find this interesting.
Original file line number Diff line number Diff line change 1
- I recommend https://exercism.org as the platform to learn Programming. It has
2
- everything that learn to solve it intended.
3
-
4
- In coming days, https://www.LearnToSolveit.com will start redirecting to exercism.org
5
-
6
- * It was better for me to focus on better bigger project, while giving up on my project.
7
- * It was better to redirect students to a project that will be useful to them.
8
-
9
1
Learn, Understand and Solve Problems
10
2
------------------------------------
11
3
@@ -18,8 +10,7 @@ The key philosophy behind this project was.
18
10
* Small but complete.
19
11
* Practice is the key.
20
12
21
- I recommend https://exercism.org as the platform to learn Programming. It has
22
- everything that learn to solve intended.
13
+ I recommend https://exercism.org as the platform to learn Programming and practice with a dedicated community.
23
14
24
15
**Reference Books **
25
16
@@ -30,16 +21,16 @@ everything that learn to solve intended.
30
21
.. _Github : https://github.com/uthcode/learntosolveit
31
22
32
23
33
- C Programming Language
34
- ======================
24
+ C Programming
25
+ =============
35
26
36
27
.. toctree ::
37
28
:maxdepth: 3
38
29
39
30
cprogramming/index
40
31
41
- Python Programming Language
42
- ===========================
32
+ Python Programming
33
+ ==================
43
34
44
35
.. toctree ::
45
36
:maxdepth: 3
Original file line number Diff line number Diff line change
1
+ pydata-sphinx-theme
1
2
sphinx_bootstrap_theme
You can’t perform that action at this time.
0 commit comments