Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sfwatergit
Flatland
Commits
52c3083f
Commit
52c3083f
authored
5 years ago
by
u214892
Browse files
Options
Downloads
Patches
Plain Diff
#26 pydeps
parent
8e79b68f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
README.rst
+5
-0
5 additions, 0 deletions
README.rst
make_docs.py
+1
-0
1 addition, 0 deletions
make_docs.py
requirements_dev.txt
+3
-1
3 additions, 1 deletion
requirements_dev.txt
with
10 additions
and
1 deletion
Makefile
+
1
−
0
View file @
52c3083f
...
@@ -71,6 +71,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
...
@@ -71,6 +71,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
sphinx-apidoc
-o
docs/ flatland
sphinx-apidoc
-o
docs/ flatland
$(
MAKE
)
-C
docs clean
$(
MAKE
)
-C
docs clean
$(
MAKE
)
-C
docs html
$(
MAKE
)
-C
docs html
pydeps flatland
-o
docs/_build/html/flatland.svg
$(
BROWSER
)
docs/_build/html/index.html
$(
BROWSER
)
docs/_build/html/index.html
servedocs
:
docs
##
compile the docs watching for changes
servedocs
:
docs
##
compile the docs watching for changes
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
5
−
0
View file @
52c3083f
...
@@ -92,6 +92,10 @@ flatland
...
@@ -92,6 +92,10 @@ flatland
========
========
TODO: explain the interface here
TODO: explain the interface here
Module Dependencies
===================
.. image:: flatland.svg
Authors
Authors
--------
--------
...
@@ -102,6 +106,7 @@ Authors
...
@@ -102,6 +106,7 @@ Authors
* Erik Nygren <erik.nygren@sbb.ch>
* Erik Nygren <erik.nygren@sbb.ch>
* Adrian Egli <adrian.egli@sbb.ch>
* Adrian Egli <adrian.egli@sbb.ch>
* Vaibhav Agrawal <theinfamouswayne@gmail.com>
* Vaibhav Agrawal <theinfamouswayne@gmail.com>
* Christian Eichenberger <christian.markus.eichenberger@sbb.ch>
<please fill yourself in>
<please fill yourself in>
This diff is collapsed.
Click to expand it.
make_docs.py
+
1
−
0
View file @
52c3083f
...
@@ -25,5 +25,6 @@ os.environ["SPHINXPROJ"] = "flatland"
...
@@ -25,5 +25,6 @@ os.environ["SPHINXPROJ"] = "flatland"
os
.
chdir
(
'
docs
'
)
os
.
chdir
(
'
docs
'
)
subprocess
.
call
([
'
python
'
,
'
-msphinx
'
,
'
-M
'
,
'
clean
'
,
'
.
'
,
'
_build
'
])
subprocess
.
call
([
'
python
'
,
'
-msphinx
'
,
'
-M
'
,
'
clean
'
,
'
.
'
,
'
_build
'
])
subprocess
.
call
([
'
python
'
,
'
-msphinx
'
,
'
-M
'
,
'
html
'
,
'
.
'
,
'
_build
'
])
subprocess
.
call
([
'
python
'
,
'
-msphinx
'
,
'
-M
'
,
'
html
'
,
'
.
'
,
'
_build
'
])
subprocess
.
call
([
'
python
'
,
'
-mpydeps
'
,
'
../flatland
'
,
'
-o
'
,
'
_build/html/flatland.svg
'
])
browser
(
'
_build/html/index.html
'
)
browser
(
'
_build/html/index.html
'
)
This diff is collapsed.
Click to expand it.
requirements_dev.txt
+
3
−
1
View file @
52c3083f
...
@@ -2,6 +2,7 @@ bumpversion==0.5.3
...
@@ -2,6 +2,7 @@ bumpversion==0.5.3
wheel==0.32.1
wheel==0.32.1
watchdog==0.9.0
watchdog==0.9.0
flake8==3.5.0
flake8==3.5.0
pydeps==1.7.2
tox==3.5.2
tox==3.5.2
coverage==4.5.1
coverage==4.5.1
Sphinx==1.8.1
Sphinx==1.8.1
...
@@ -18,4 +19,5 @@ matplotlib==3.0.2
...
@@ -18,4 +19,5 @@ matplotlib==3.0.2
PyQt5==5.12
PyQt5==5.12
Pillow==5.4.1
Pillow==5.4.1
svgutils==0.3.1
svgutils==0.3.1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment