Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Portic
porticapi
Commits
f0e43c2a
Commit
f0e43c2a
authored
Jan 20, 2022
by
Christine Plumejeaud
Browse files
Just a few styling on the docs and added a link toward the demonstrateur API.
parent
19631ef3
Changes
5
Hide whitespace changes
Inline
Side-by-side
docs/img/logo_portic_petit_100.jpg
0 → 100644
View file @
f0e43c2a
4.71 KB
docs/index.md
View file @
f0e43c2a
...
...
@@ -3,10 +3,14 @@
*Web API for data above the postgres database developped with Flask*
API URL :
**http://data.portic.fr/api/**
See
[
user manual
](
usermanual.md
)
first for details

You can also
[
use the demonstrator tool on line
](
http://apidemo.portic.fr/
)
<!--  -->
Licence :
[

](agpl-3.0.md)
This is a
**documentation**
site for
*porticapi*
, a part of the
*ANR Portic Project*
:
[
https://anr.portic.fr/
](
https://anr.portic.fr/
)
\ No newline at end of file
This is a
**documentation**
site for
*porticapi*
, a part of the
*ANR Portic Project*
:
[

](https://anr.portic.fr/)
\ No newline at end of file
docs/stylesheets/extra-css.css
0 → 100644
View file @
f0e43c2a
.bg-dark
{
background-image
:
linear-gradient
(
#D5EBEF
,
#D5EBEF
90%
,
#0F323A
);
}
a
{
color
:
#0F323A
!important
;
}
\ No newline at end of file
docs/usermanual.md
View file @
f0e43c2a
...
...
@@ -501,5 +501,6 @@ http://localhost/api/sources/?srid=4326&date=1789
http://localhost/api/sources/?srid=4326&date=1789&lang=en
http://localhost/api/sources/?srid=4326¶ms=uhgs_id,toponym,pointcall_year,nb_conges_inputdone,nb_conges_cr,point
http://localhost/api/sources/?srid=4326¶ms=uhgs_id,toponym,pointcall_year,nb_conges_inputdone,nb_conges_cr,point&order=toponym,pointcall_year,source_suite
http://localhost/api/sources/?srid=4326¶ms=uhgs_id,toponym,pointcall_year,source_suite,nb_conges_inputdone,nb_conges_cr,point&order=toponym,pointcall_year,source_suite&format=csv
```
mkdocs.yml
View file @
f0e43c2a
...
...
@@ -30,6 +30,8 @@ markdown_extensions:
baselevel
:
1
# path of source markdown files
docs_dir
:
'
docs'
# Extra CSS
extra_css
:
[
'
stylesheets/extra-css.css'
]
# output path of built HTML documentation
site_dir
:
'
manual'
# true for directory 'manual/' links, false for 'manual/index.html' links
...
...
@@ -40,4 +42,5 @@ nav:
-
'
Accueil'
:
'
index.md'
-
'
Manuel
utilisateur'
:
'
usermanual.md'
-
'
Licence'
:
'
agpl-3.0.md'
-
'
Code
source'
:
'
https://gitlab.huma-num.fr/portic/porticapi'
\ No newline at end of file
-
'
Code
source'
:
'
https://gitlab.huma-num.fr/portic/porticapi'
-
'
Demontrateur'
:
http://apidemo.portic.fr/
\ No newline at end of file
Write
Preview
Supports
Markdown
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