Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nbcourse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matthieu Boileau
nbcourse
Commits
b4099415
Commit
b4099415
authored
Jun 17, 2020
by
Matthieu Boileau
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 'master'
Minor changes See merge request
!8
parents
d289dba4
a23d1317
Pipeline
#7646
passed with stages
in 2 minutes and 28 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
nbcourse/pages.py
nbcourse/pages.py
+1
-1
pyproject.toml
pyproject.toml
+1
-1
skeleton/theme/default/templates/page.html
skeleton/theme/default/templates/page.html
+0
-0
No files found.
README.md
View file @
b4099415
...
...
@@ -53,7 +53,7 @@ nbcourse --help
### Publish
Publishing with
[
GitLab Pages
](
https://docs.gitlab.com/ee/user/project/pages/
)
is as simple as adding a
`.gitlab-ci.yml`
such as:
Publishing with
[
GitLab Pages
](
https://docs.gitlab.com/ee/user/project/pages/
)
is as simple as adding a
`.gitlab-ci.yml`
file
such as:
```
yaml
pages
:
...
...
nbcourse/pages.py
View file @
b4099415
...
...
@@ -114,7 +114,7 @@ class HomePage(Page):
class
MarkdownPage
(
Page
):
html_template
=
"
articl
e.html"
html_template
=
"
pag
e.html"
def
__init__
(
self
,
nbcourse
,
src
:
Path
):
super
().
__init__
(
nbcourse
)
...
...
pyproject.toml
View file @
b4099415
[tool.poetry]
name
=
"nbcourse"
version
=
"0.1.
4
"
version
=
"0.1.
5
"
description
=
"Create a minisite to publish a course based on Jupyter notebooks"
authors
=
[
"Matthieu Boileau <matthieu.boileau@math.unistra.fr>"
]
license
=
"MIT"
...
...
skeleton/theme/default/templates/
articl
e.html
→
skeleton/theme/default/templates/
pag
e.html
View file @
b4099415
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment