Skip to content
Snippets Groups Projects
Commit 33039b10 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Refactoring names and src locations

parent a397d617
No related branches found
No related tags found
No related merge requests found
using Documenter using Documenter
using FACTResultsIO using FACT_consolidated_data_storage
makedocs( makedocs(
sitename = "FACT Results InputOutput", sitename = "FACT Results InputOutput",
modules = [FACTResultsIO], modules = [FACT_consolidated_data_storage],
format = Documenter.HTML( format = Documenter.HTML(
repolink = "https://git.nilu.no/fact/utils/FACTResultsIO.git" repolink = "https://git.nilu.no/fact/utils/FACT_consolidated_data_storage.jl.git"
), ),
repo = "https://git.nilu.no/fact/utils/FACTResultsIO.git" repo = "https://git.nilu.no/fact/utils/FACT_consolidated_data_storage.jl.git"
) )
# API Reference # API Reference
```@autodocs ```@autodocs
Modules = [FACTResultsIO] Modules = [FACT_consolidated_data_storage]
Private Private
Order = [:function, :type] Order = [:function, :type]
``` ```
```@docs ```@docs
FACTResultsIO.FACTResultsIO FACTResultsIO.FACT_consolidated_data_storage
FACTResultsIO.SQL_RANGES FACTResultsIO.SQL_RANGES
FACTResultsIO.SQLTYPES FACTResultsIO.SQLTYPES
``` ```
\ No newline at end of file
...@@ -35,10 +35,10 @@ module FACT_consolidated_data_storage ...@@ -35,10 +35,10 @@ module FACT_consolidated_data_storage
using MySQL, JSON, DataFrames, UUIDs, Dates, SHA using MySQL, JSON, DataFrames, UUIDs, Dates, SHA
using JuliaDockerClient using JuliaDockerClient
include("utilsDocker.jl") include("utils/docker.jl")
export get_results_container, stop_container_update_image export get_results_container, stop_container_update_image
include("utilsDB.jl") include("utils/db.jl")
export get_connection, close_connection export get_connection, close_connection
include("manifestIO.jl") include("manifestIO.jl")
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment